/* General Styles */
body {
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}

.sitePageClss
{
	padding: 0px 10px 0px 10px;
}

body, td, p {
	font-family: arial;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}

hr {
	color: #999999;
	background-color: #999999;
	border: 0px;
	height: 1px;
}

.error {
	font-weight: bold;
	color: #BB0000;
}

.message {
	font-weight: bold;
	color: #00BB00;
}

.sideLnkClss:link, .sideLnkClss:visited, .sideLnkClss:active
{
	text-decoration:none;
	text-transform:capitalize;
	color:white; 
	font-weight:bold;
}


/* 
Heading Styles
h1 = page title
h2 = page subtitle
h3 = content title)
*/
h1 {
	font-family: arial;
	font-size: 17px;
	font-weight: bold;
	color: #127CBB;
	margin-bottom: 0px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

h2 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #3F3F3F;
	margin-bottom: 10px;
}

h3 {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #616161;
	padding: 2px 5px 2px 5px;
	border-bottom: 1px solid #2D2D2D;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* Table Styles */
th, .mainHeader {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #FFFFFF;
	background-color: #616161;
	border-bottom: 1px solid #2D2D2D;
}

th.alt {
	text-align: left;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	background-color: #DDDDDD;
}

.row {
	background-color: #B3B3B3;
}

.rowalt {
	background-color: #BBBBBB;
}

/* Link Styles */
a:link, a:visited, a:active {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	text-decoration: underline;
}

a:hover {
	color: white;
}

a:link.alt, a:visited.alt, a:active.alt {
	font-family: arial;
	color: #222222;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
}

a:hover.alt {
	color: #666666;
}

a:link.cat, a:visited.cat, a:active.cat
{
	font-family: arial;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
}

a:hover.cat
{
	color: #000000;
	text-decoration: underline;
}

/* Form Styles */
form {
	margin: 0px;
}

label {
	font-weight: bold;
	display: block;
	text-align: right;
}

label.alt {
	font-weight: normal;
	display: inline;
}

/* label validation faild */
label.error {
	font-weight: bold;
	color: #BB0000;
}

input, textarea, select {
	font-family: arial;
	font-size: 11px;
}

select {
	width: 150px;
}

/* field not in focus */
.field0 {
	border: 1px solid #888888;
}

/* field in focus */
.field1 {
	border: 1px solid #000000;
}

/* field validation faild */
.fielderror {
	border: 1px solid #BB0000;
}

input.btn, input.btnalt  {
	background-color: #127CBB;
	color: #FFFFFF;
	border:1px solid white;
	font-weight: bold;
	width:100px;
}

/* Image Styles */
img.img {
	border: 0px solid #000000;
}

img.left {
	float: left;
	margin: 0px 15px 10px 0px;
	border: 0px solid #000000;
}

img.right {
	float: right;
	margin: 0px 0px 10px 15px;
	border: 0px solid #000000;
}

/* Home page Top Downloads/Recent Uploads section */
ul.side_ul {
	margin-left: 0px;
	padding-left: 0px;
}
ul.side_ul li{
	list-style: none;
	position: relative;
	left: 5px;

}
a.side_section:link, a.side_section:visited, a.side_section:active {
	background-image: url(images/orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
a.side_section:hover{
	background-image: url(images/orange_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}
a.side_sectiona:link, a.side_sectiona:visited, a.side_sectiona:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 8pt;
}
a.side_sectiona:hover{
	color: #999999;
	text-decoration: none;
	font-size: 8pt;
}