/********************************************
   HTML Elements
********************************************/ 

* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
	background-image:url(/img/bodyBgrd.png);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFFFFF;
	line-height: 150%;
}

body, p, li, form, ul li p, ol li p {margin: 0;padding: 0;}
ul, ol {margin: 15px;}
ul li {list-style-type: square; margin:0 0 5px 20px;}
ol li {list-style-type: decimal; margin:0 0 5px 20px;}



h1, h2, h3, h4, h5, h6 {margin:0 0 15px; font-weight:normal; color: #666666;}
h1 {font-size: 22px; line-height:140%}
h2 {font-size: 20px;}
h3 {font-size: 18px;}
h4 {font-size: 16px; font-weight: bold}
h5 {font-size: 14px; font-weight: bold}
h6 {font-size: 12px; font-weight: bold}

p {padding-bottom:15px;}

img {border:1px solid #999999;}
/* Link */
a {color:#1A7DC1;}
a, a:visited {
	/*color:#999999;*/
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}

/* Tables */

table,
table.tableStyle{
	font-size: 12px;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
	color: #000000;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
table thead tr td,
table thead tr td th,
table.tableStyle thead tr td,
table.tableStyle thead tr td th
{
	font-size: 13px;
	font-weight: bold;
	padding: 8px;
	color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	background-color: #444444;
	background-image: url(/img/table_red.png);
	background-repeat: repeat-x;
}
table tbody tr td,
table.tableStyle tbody tr td
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #E7E7E7;
}

table tbody tr th,
table.tableStyle tbody tr th
{
	padding: 8px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	background-color: #444444;
	background-image: url(/img/table_red.png);
	background-repeat: repeat-x;
	font-weight:bold;
	color: #FFFFFF;
}

/*************** user navigation **********************/
ul.userNavigation {
	margin:30px 0px 0px 0px;
	float:right;
	width:420px;
}
ul.userNavigation li {display:block; float:right;background:transparent url(/img/secondaryNavigation/borderSecNav.gif) no-repeat scroll right center;margin:0;}
ul.userNavigation a  {
	color:#cfcfcf;
	padding:0px 5px;
	margin:0px 5px;
	font-family:Tahoma, Arial;
	font-size:11px;
	outline:none;
}
ul.userNavigation a:visited {
	color:#cfcfcf;
}
ul.userNavigation a.active {
	color:#ffffff;
	text-decoration:underline;
	/*font-weight:bold;*/
}
ul.userNavigation a.active:hover {text-decoration:none;}
ul.userNavigation a.active:hover, ul.userNavigation a.active:visited  {
	color:#ffffff;
	/*	font-weight:bold;*/
}



