/* main styles */
body {
	background-color: #FFFFFF;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#main_table {
	width: 100%;
	height: 100%;
}

#header_bckgrnd {
	background: url(/images/header_bckgrnd.gif) #FFFFFF;
	background-repeat: repeat-x;
	width: 100%;
	height: 143px;
}

#login {
	background-color: #C5DFFF;
	width: 190px;
	height: 143px;
}

#top_blue_stripe {
	height: 10px;
	background-color: #74A5CB;
	border-top: 1px solid #FFFFFF;
}

.bottom_content {
	padding-top: 7px;
}

.bottom_menu {
	border-top: 1px solid #2A75AF;
	border-bottom: 10px solid #74A5CB;
	height: 34px;
	color: #004B9F;
}

.main_content {
	line-height: 18px;
	text-align: justify;
	padding-top: 5px;
}

#content_bckgrnd {
	background: url(/images/content_bckgrnd.gif) #FFFFFF;
	background-repeat: repeat-x;
	background-position: top;
	height: 100%;
	width: 100%;
}

.navi_bckgrnd {
	background: url(/images/navi_bckgrnd.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	color: #004B9F;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif; 
}

.frame_bckgrnd {
	background: url(/images/frame_bckgrnd.gif);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
}

.frame_brdrs {
	border-left: 2px solid #DCE6F2;
	border-right: 2px solid #DCE6F2;
	padding-left: 10px;
	padding-right: 10px;
}

.frame_bottom_brdr {
	border-bottom: 2px solid #DCE6F2;
}

.frame_title {
	background: url(/images/frame_title_bckgrnd.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
}

.frame_white_brdr {
	background-color: #FFFFFF;
}

.frame_subtitle {
	background-color: #C5DFFF;
	font-size: 12px;
	font-weight: bold;
	color: #004B9F;
	padding: 3px;
	margin-top: 3px;
}

.frame_content {
	padding-top: 5px;
	font-size: 11px;
}

#search {
	height: 40px;
	width: 100%;
}

.copyrights {
	font-size: 10px;
	color: #A4A4A4;
}

.transparent {
	background: transparent;
}

.title_big {
	text-indent: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FF8410;
	padding-top: 5px;
}


/* LINKS STYLES */

a:link, a:visited {
	color: #FF8410;
	text-decoration: underline;
}

a:hover {
	color: #004B9F;
	text-decoration: underline;
}

a.navi_link:link, a.navi_link:visited {
	color: #004B9F;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

a.navi_link:hover {
	color: #004B9F;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	font-family: Arial, Helvetica, sans-serif;
}

a.login_link:link, a.login_link:visited {
	color: #FE7700;
	text-decoration: underline;
	font-size: 10px;
}

a.login_link:hover {
	color: #004B9F;
	text-decoration: underline;
	font-size: 10px;
}

a.bottom_link:link, a.bottom_link:visited {
	color: #004B9F;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.bottom_link:hover {
	color: #74A5CB;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

a.copy_link:link, a.copy_link:visited {
	color: #A4A4A4;
	text-decoration: none;
	font-size: 10px;
	line-height: normal;
}

a.copy_link:hover {
	color: #FF6F00;
	text-decoration: underline;
	font-size: 10px;
	line-height: normal;
}

/* INPUTS */

.textfield {
	width: 160px;
	height: 20px;
}

.button {
	margin-right: 5px;
	margin-top: 5px;
}

.login_text {
	font-size: 11px;
	color: 004B9F;
	margin-top: 5px;
	margin-left: 5px;
}

.login_links {
	margin-top: 5px;
	color: #FE7700;
	font-size: 10px;
}

.frame_menu {
	background: url(images/frame_title_bckgrnd.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 20px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	padding-left: 5px;
	padding-top: 2px;
	padding-bottom: 0px;
}
