body {
	font: normal 12px Verdana,Arial,Helvetica,sans-serif;
	background-color: white;
	margin: 0;
	padding: 0px;
	min-width:960px;
}

body a { text-decoration:none; color:#395a84; outline: 0; /* @ Firefox, prevent dotted border after click */}
body a:hover { text-decoration:underline; color:#000066; }
.error {color: red;}

html, body, #page_table {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
}

a {
	color: #003399;
	background-color: transparent;
}

.green a {
	color: green;
}
.gray a {
	color: #424242;
	background-color: transparent;
}

/* Global Format Specs */ 
h1 { color: #000066; font-size:20px;/* Concise Blue */ }
h2 { color: #000066; font-size:18px;/* Concise Blue */ }
h3 { color: #000066; font-size:15px; /* Concise Blue */ }
h4 { font-size:12px; }
li { font-size: 97%; }
.g_check { list-style-image: url(/images/check_g.gif); }
.y_check { list-style-image: url(/images/check_y.bmp); }
* html li { /*IE only.  */ line-height: 1.4em; }
* html #g_check li{ /*IE only.  */ padding-left: 7px; }
* html #y_check li{ /*IE only.  */ padding-left: 7px; }

.error { color: red; }
img { border:none; }
.faq_q { font-size:13px; font-weight:bold; padding-right:5px; }
.faq_answer { padding:2px 0px 0px 15px; }
/* End Global Format Specs */

#head {
	width: 100%;
	height: 95px;
	padding: 0px;
}

#logo {
	margin-top: 13px;
	margin-left: 15px;
}

.header_error_msg {
	position:absolute;
	top: 5px;
	left: 225px;
	width: 400px;
}

#hdrlinks {
	padding: 1px 5px 1px 5px;
	margin: 0px 0px 0px auto;
	font: bold 95% Arial,Helvetica,Veranda,sans-serif;
	width: 40%;
	text-align: center;
	background: url(/images/black_gradient.gif) repeat-x center 10%;
}
#hdrlinks a { color: #a4a4a4; }	
#hdrlinks a:hover { color: #f2f2f2; text-decoration: underline; }

html:first-child #hdrlinks { /*Opera only.  */
	font-size: 100%;
}


#header_msg {
	float:left;
	font-weight:bold;
}

#menu_cell {
	padding-top: 0px;
	padding-left: 2px;
	width: 17%;
	vertical-align: top;
}

#content_cell {
	padding: 15px;
	vertical-align: top;
}

#right_cell {
	padding-top: 5px;
	width: 15%;
	vertical-align: top;
}

.table_header {
	background: url(/images/grey_gradient.jpg) repeat-x;
	padding: 2px 0 2px 5px; /* Top | Right | Bottom | Left */
	border: solid 1px #d8d8d8;
	font-weight: bold;
}
.table_content_left {
	border-left: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	padding: 5px;
	width: 50%;
	vertical-align:top;
}
.table_content_right {
	border-right: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	padding: 5px;
	width: 50%;
	vertical-align:top;
}
.table_bottom {
	border-right: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	border-bottom: solid 1px #d8d8d8;
	padding: 5px;
}
.table_bottom .ads_image img {
	width: 100%;
	margin: 0 0px 10px 0px;
}
.table_grey_header {
	background: url(/images/grey_gradient.jpg) repeat-x;
	padding: 2px 0 2px 5px; /* Top | Right | Bottom | Left */
	border: solid 1px #d8d8d8;
	font-weight: bold;
}
.table_blue_header {
	background:url(/images/blue_gradient.jpg) repeat-x  center 10%;
	padding: 2px 0 2px 5px; /* Top | Right | Bottom | Left */
	color: #ffffff;
	font-weight: bold;
}

#bottom_nav {
	font-family: "arial", Trebuchet MS, tahoma, sans;
	padding: 5px 0px 5px 25px; /* Top | Right | Bottom | Left */
	margin: 0 0px 0 auto; /* Top | Right | Bottom | Left */
	width: 95%;
	height: 14px;
	font-size: 90%;
	font-weight: bold;
	text-align: left;
	background: url(/images/black_gradient.gif) repeat-x center 29%;
}
* html #bottom_nav { /*IE only.  */
	padding-top: 10px; /* Top | Right | Bottom | Left */
}
html:first-child #bottom_nav { /*Opera only.  */
	font-size: 95%;
}
#bottom_nav a { text-decoration: none; color: #a4a4a4; }
#bottom_nav a:hover { text-decoration: underline; color: #f2f2f2; }

#footer {
	text-align:center;
	padding: 5px 0 5px 0;
	color: #585858;
	font-size:80%;
	background-color: #f6f6f6;
	border-top: 1px solid #d8d8d8; 
}
#footer a { color: #000; }
	
.warning{
	background: url(/images/warning.gif) repeat-x bottom;
	border:#ff6300 1px solid;
	padding:5px 5px 5px 15px;
	margin:5px 0 10px 0;
	color:#000000;
}
.warning_msg {
	color: #ff6300;
	font-weight:bold;
}

.error{
	background: url(/images/warning.gif) repeat-x bottom;
	border:#ff6300 1px solid;
	padding:5px 5px 5px 15px;
	margin:5px 0 10px 0;
	color:#000000;
	line-height: .7em;
}
.error_msg {
	color: #ff6300;
	font-weight:bold;
}

/* Pagiation */
.pagination {
	padding-top:5px;
	text-align:right;
}

.pag a:hover {
	background-color:#296bb5;
	color:#fff;
}

.pag_num a {
	text-decoration: none;
	color:#296bb5;
	background-color:#fff;
	border:1px solid #296bb5;
	padding:2px 4px 2px 4px;
	margin: 1px;
}

.pag_current {
	text-decoration: none;
	background-color:#296bb5;
	color: #fff;
	border:1px solid #296bb5;
	padding:2px 4px 2px 4px;
	margin: 1px;
}

.pag_next a {
	background-color:#fff;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #ccc;
	padding:2px 4px 2px 4px;
	margin: 1px;
}

.pag_prev a {
	background-color:#fff;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #ccc;
	padding:2px 4px 2px 4px;
	margin: 1px;
}

.pag_first a {
	background-color:#fff;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #ccc;
	padding:2px 4px 2px 4px;
	margin: 1px;
}

.pag_last a {
	background-color:#fff;
	color: #ccc;
	font-weight: bold;
	text-decoration: none;
	border:1px solid #ccc;
	padding:2px 4px 2px 4px;
	margin: 1px;
}
/* End pagination */

/* General Icon settings */
#white_paper {
	font-size:11px; 
	font-weight:normal; 
	color:#6e6e6e;
	float:right; 
	margin:10px;
	text-align:center;
	background-color:#fff;
}
.icon {
	padding-left: 23px;
}
.icon_world { background: url(/images/icons/world_go.png) no-repeat; }
.icon_key_go { background: url(/images/icons/key_go.png) no-repeat; }
.icon_folder { background: url(/images/icons/folder.png) no-repeat; }
.icon_computer { background: url(/images/icons/computer.png) no-repeat; }
.icon_house { background: url(/images/icons/house.png) no-repeat; }
.icon_group { background: url(/images/icons/group.png) no-repeat; }
.icon_user { background: url(/images/icons/user.png) no-repeat; }
.icon_shield { background: url(/images/icons/shield.png) no-repeat; }
.icon_page { background: url(/images/icons/page.png) no-repeat; }
.icon_pencil { background: url(/images/icons/pencil.png) no-repeat; }
.icon_applications { background: url(/images/icons/application_cascade.png) no-repeat; }
.icon_application { background: url(/images/icons/application.png) no-repeat; }
.icon_cog { background: url(/images/icons/cog.png) no-repeat; }
.icon_edit_profile { background: url(/images/icons/edit_profile.png) no-repeat; }
.icon_dollar { background: url(/images/icons/dollar.png) no-repeat; }
.icon_delete_user { background: url(/images/icons/delete_user.png) no-repeat; }
.icon_add_user { background: url(/images/icons/add_user.png) no-repeat; }
.icon_search_user { background: url(/images/icons/search_user.png) no-repeat; }
.icon_report { background: url(/images/icons/report.png) no-repeat; }

/* table settings */
.ct { text-align:center; }
.rt { text-align:right; }
.lt { text-align:left; }