
/*HTML styles */

body {
	background-image: url(/images/page_bg.gif) ;
	background-color: #5C6587 ;
	background-position: top ;
	background-repeat: repeat-x ;
	background-attachment: fixed ;
	margin: 15px 0px 15px 0px ;
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
	line-height: 18px ;
	color: #000000 ;
}

/* TinyMCE specific rules */

body.mceContentBody {
	background: #fff;
}

p, li, div, td {
	line-height: 18px ;
}

input, select, textarea, button {
	font-family: verdana, arial, sans-serif ;
	font-size: 12px ;
}

table {
	border-collapse: collapse ;
}

form {
	margin: 0px ;
	padding: 0px ;
}

td {
	font-size: 12px ;
	vertical-align: middle ;
}

h1 {
	font-size: 22px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #0B2387;	
	margin-top: 0px ;
	line-height: 24px ;
}

h2 {
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	line-height: 20px ;
}

h3 {
	font-size: 13px ; 
	font-weight: bold ;
}

#content {
	padding: 20px ;
}

a.button:link, a.button:active, a.button:visited, a.button:hover {
	display: block ;
	background-image: url(/images/button_bg.gif) ;
	background-position: left center ;
	padding: 10px 10px 10px 18px ;
	color: #ffffff ;
	font-size: 18px ;
	letter-spacing: -1px ;
	text-decoration: none ;
	border-top: 1px solid #BFBFBF ;
	border-right: 1px solid #666666 ;
	border-bottom: 1px solid #666666 ;
	border-left: 1px solid #BFBFBF ;
}

a.button:hover {
	background-image: url(/images/button_up.gif) ;
	text-decoration: underline ;
	border-bottom: 1px solid #192AC4 ;
	border-left: 1px solid #0C1461 ;
	border-top: 1px solid #0C1461 ;
	border-right: 1px solid #192AC4 ;
}

a.link_white:link, a.link_white:active, a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/*

Faded table classes

'tFade_' Key:
	tl = Top Left
	tc = Top Center
	tr = Top Right
	cl = Center Left
	cc = Center Center
	cr = Center Right
	bl = Bottom Left
	bc = Bottom Center
	br = Bottom Right

*/

table {
	border-collapse: collapse ;
}

.tFade_tl {
	background: url(/images/shadowBox-corner.gif) ;
	background-position: -1px -1px ;
	background-repeat: no-repeat ;
	height: 10px ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_tc {
	background: url(/images/shadowBox-hor.gif) ;
	background-position: top ;
	background-repeat: repeat-x ;
	height: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_tr {
	background: url(/images/shadowBox-corner.gif) ;
	background-position: -29px -1px ;
	background-repeat: no-repeat ;
	height: 10px ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_cl {
	background: url(/images/shadowBox-ver.gif) ;
	background-position: left ;
	background-repeat: repeat-y ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_cc {
	background: #ffffff ;
}
 
.tFade_cr {
	background: url(/images/shadowBox-ver.gif) ;
	background-position: right ;
	background-repeat: repeat-y ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_bl {
	 background: url(/images/shadowBox-corner.gif) ;
	 background-position: -1px -29px ;
	 background-repeat: no-repeat ;
	 height: 10px ;
	 width: 10px ;
	 font-size: 1px ;
	 line-height: 1px ;
}

.tFade_bc {
	background: url(/images/shadowBox-hor.gif) ;
	background-position: bottom ;
	background-repeat: repeat-x ;
	height: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.tFade_br {
	background: url(/images/shadowBox-corner.gif) ;
	background-position: -29px -29px ;
	background-repeat: no-repeat ;
	height: 10px ;
	width: 10px ;
	font-size: 1px ;
	line-height: 1px ;
}

.td_home {
	vertical-align: top ;
	border: 1px solid #000000 ;	
	background: url(/images/td_home.gif) ;
	background-repeat: repeat-x ;
	width: 320px ;
}

a.td_home-title:link, a.td_home-title:active, a.td_home-title:visited, a.td_home-title:hover {
	background-image: url(/images/td_home-title.gif) ;
	color: #333333 ;
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	border-bottom: 1px solid #000000 ;
	padding: 6px 10px ;
	text-decoration: none ;
	display: block ;
}

a.td_home-title:hover {
	background-image: url(/images/td_home-title_up.gif) ;
	text-decoration: underline ;
	color: #ffffff ;
}

.td_home-desc {
	padding: 10px ;
	font-size: 11px ;
	color: #ffffff ;
	line-height: 15px ;
}

.td_home-img {
	float: right ;
	margin: 0px 0px 0px 10px ;
	border: 1px solid #ffffff ;
}

a.td_home-link:link, a.td_home-link:active, a.td_home-link:visited, a.td_home-link:hover {
	display: block ;
	padding: 10px ;
	padding-top: 0px ;
	color: #ffffff ;
	font-size: 12px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.td_home-link:hover {
	text-decoration: underline ;
}

a.white_link:link, a.white_link:active, a.white_link:visited, a.white_link:hover {
	color: #ffffff ;
	font-size: 12px ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.white_link:hover {
	text-decoration: underline ;
}

.td_spacer-h {
	font-size: 1px ;
	line-height: 1px ;
	width: 20px ;
}

.td_spacer-v {
	font-size: 1px ;
	line-height: 1px ;
	height: 20px ;
}

/* Item Lists */

table.item_list {
	border: solid 1px #787878;
	width: 100%; 
}

table.item_list td {
	padding: 4px;
	font-size: 11px; 
}

tr.item_list {
	background-image: url(/images/td_home-title.gif);
}

tr.item_list td {
	border-top: solid 1px #787878;
	border-bottom: solid 1px #787878;
	font-weight: bold;
	height: 15px; 
}

table.item_list td.id {
	text-align: center; 
	padding-right: 6px; 
	width: 1%; 
}

table.item_list td.functions {
	text-align: center; 
	width: 1%; 
	white-space: nowrap;
}

/* Other Styles */

.even_row, .row_0 {
	background-color: #eee;
}

.odd_row, .row_1 {
	background-color: #fff;
}

a.button2:link, a.button2:active, a.button2:visited, a.button2:hover {
	display: block ;
	background: #878787 ;
	padding: 4px 8px 4px 18px ;
	border-top: 1px solid #BFBFBF ;
	border-right: 1px solid #666666 ;
	border-bottom: 1px solid #666666 ;
	border-left: 1px solid #BFBFBF ;
	color: #ffffff ;
	font-size: 13px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.button2:hover {
	background: #0B2387 ;
	text-decoration: underline ;
}

.img_float {
	float: right ;
	clear: right ;
	margin-left: 15px ;
}

.img_gallery {
	float: right ;
	clear: right ;
	border: 1px solid ;
	margin: 0px 0px 5px 15px ;
	width: 125px ;
}

a:link {
	color: #0B2387 ;
}

a:active, a:visited {
	color: #666666 ;
}

a:hover {
	color: #1138D4 ;
}

.item_img {
	border: 1px solid ;
}

.required {
	text-align: center; 
	color: #900;
}
