*	{
	margin:0;
	padding:0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	background:#fff;
	color: #091C57;
	overflow: -moz-scrollbars-vertical;	
	background-position:50% 0;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-size: 12px;
	color: none;
	}

/* links */
a {
	color: #AF3900;
	text-decoration: none;
	font-weight: bolder;
}

a:hover {
	color: #FB5703;
	text-decoration: underline;
}

a.regularlink, a.blacklink {
	color: #333;
	text-decoration: underline;
}

a.regularlink:hover, a.blacklink:hover {
	color: #000;
	text-decoration: underline;
	background-color: #efefef;
}

a.regularboldlink {
	color: #333;
	font-weight: bold;
	text-decoration: underline;
}

a.regularboldlink:hover {
	color: #000;
	font-weight: bold;
	text-decoration: none;
	background-color: #efefef;
}

a.errorText {
	color: #FF0000
}

a.errorText:hover {
	color: #FF0000
}

a.textlink {
	font-weight: normal;
	color:#333;
}

a.textlink:hover {
	color: #000;
	background-color: #efefef;
}

a.textboldlink {
	font-weight: bold;
	color:#333;

}

a.textboldlink:hover {

	background-color:#EFEFEF;
color:#ffffff
}



a.pagelink {
	font-size:12px;
	font-weight:bold;
	color: #000000;
	text-decoration:underline;
}

a.pagelink:hover {
	color: #000000;
	text-decoration:underline;
}

a.optionlink {
	padding-left: 8px;
	margin-left:20px;
	margin-top: 4px;
	margin-bottom: 4px;
	background-image: url("/common/images/arr_sc_list.gif");
	background-repeat: no-repeat;
	display:block;
}


.events {
	position: relative;
}
.events ul {
	text-align: left;
	position: absolute;
	display: none;
	z-index: 1000;
	padding: 15px;
	background: #E7ECF2 url(../images/popup.png) no-repeat;
	color: white;
	border: 1px solid white;
	font-size: 15px;
	width: 200px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	list-style: none;
	color: #444444;
	-webkit-box-shadow: 0px 8px 8px #333;
}
.events li {
	padding-bottom: 5px;
}
.events li span {
	display: block;
	font-size: 12px;
	text-align: justify;
	color: #555;
}
.events li span.title {
	font-weight: bold;
	color: #222;
}

a img {
	border: 0;
	}	



.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.clearfix {display:inline-block;}




table th {
	color:#000;
	border-bottom:solid 1px #e0e0e0;
	}
	


table {
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
}

table {
	font-size: 75%/1em;
	background-color:#FFFFFF;
}

/* ==================================================================================================== */
/* 3. FAUX INLINE STYLES */
/* ==================================================================================================== */

.displayNone	{display:none;}
.displayBlock	{display:block;}
.displayInline	{display:inline;}
.floatLeft		{float:left;}
.floatRight		{float:right;}
.clearboth		{clear:both;}
.alignLeft		{text-align:left;}
.alignRight		{text-align:right;}
.marginTop		{margin-top:10px;}
.marginRight	{margin-right:10px;}
.marginBottom	{margin-bottom:10px;}
.marginLeft		{margin-left:10px;}
.red			{color:red;}
.black			{color:black;}




/* Site structure */

#wrapper	{
	width:1004px;
	background:#fff;
	margin:0 auto;
	padding:0;
	position:relative;
	}

#header	
{
	position:absolute;
	height: 155px;
	width:1004px;
	top:0;
	left:0;
	background:#fff;
}

div#contentBlock {
	position:absolute;
	background:#fff;
	left:0;
	top:155px;
	width:1004px;
	}
	
div#contentBlock div#leftBlock	{
	width:264px;
	float:left;
	margin-left:0px;
	display:inline;
	margin-bottom:10px;
	
	}
	
div#contentBlock .mainBlock	{
	width:730px;
	//margin-left:264px;
	float:left;
	overflow:hidden;
	
	}

div#contentBlock #footerBlock	{
	width:1004px;
	//height:140px;
	clear:both;
	overflow:hidden;
	padding: 20px 0 1px 1px;
	font-weight: bolder;
	}

	

/* Header  */

#header #logo	
{
	float:left;
	width:293px;
	height:150px;
	display:inline;
}

#header #header_top_nav {
  background: #fff;
  
  top: 10px;
  left: 680px;
  width: 320px;
  height: 50px;
  text-align:right;
  position: absolute;
  font-size: 11px;
	font-weight: bolder;
	text-align: right;
	background-color:#fffff;
  color:#000;
  text-decoration:none;
}

#header_top_nav a {
	color: #000;
	text-decoration: none;
	padding: 1px 0 1px 1px;
}

#header_top_nav a:hover {
	background-color: #fff;
	color: #000;
	text-decoration: underline;
}

#header #header_project_title {
  background: #fff;
  top: 40px;
  left: 293px;
  width: 711px;
  height: 40px;
  text-align:center;
  vertical-align:middle;
  position: absolute;
  color: #FB5703;
	font-size: 20px;
	font-weight: bolder;
	//padding: 0 70px;
}




#header #header_header_menu {
     left:264px;
     top:96px;
     width: 740px;
     height:32px;
     position: absolute;
     z-index:1500;
}





	
div#leftBlock div#leftnavMenu	{
	text-transform:lowercase;
	font-size:1em;
	background:#fff;
	width:285px;
	padding-top:0px;
	padding-bottom:30px;
	}


div#leftBlock div#leftnavMenu {
	color: #000000;
	
	font-size: 11px;
	font-weight: bolder;
	text-align: left;
	padding: 10px 10px 10px 10px;
  
}

div#leftBlock div#leftnavMenu a {
	display: block;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
	padding: 3px 0 3px 4px;
}

div#leftBlock div#leftnavMenu a:hover {
	background-color: #efefef;
	color: #000000;
	text-decoration: none;
}


	
div#mainBlock div#pagetitle {
  background: #fff;
  position: absolute;
  //top:170px;
  //height:34px;
  z-index:5;
  text-align:left;
  //margin-left: 10px;
}

h1 {
  font-size:20px;
  color:#486E98;
  font-family: Georgia;
  font-weight: bolder;
  text-align:left;
  padding: 0px 0px 25px 0px;
  
}

/**
.mainBlock h1 {
	
	top:0px;
	font-size:20px;
  color:#486E98;
  font-family: Georgia;
  font-weight: bolder;
  padding: 3px 0 10px 10px;
  text-align:center;
  
  
  position: absolute;
  
  
  
	}



**/

#table_login {
	width:180px;
	margin-left: 3px;
}

#table_list, #table_noborder, #table_form {
	width:730px;
	background-color:#EFEFEF;
}

#table_list, #table_login, #table_form {
	border-top: 0px solid #486E98;
	border-bottom: 0px solid #486E98;
	border-right: 0px solid #486E98;
	border-left: 0px solid #486E98;
}


#table_noborder {
	margin-top:10px;
}

#table_form .table_header, #table_list .table_header, #table_login .table_header, #table_noborder .table_header{
	text-align:left;
	font-weight:bold;
	color:#fff;
	vertical-align:bottom;
	width=100%;
}

#table_form .table_header, #table_list .table_header {
	background-color:#486E98;
}

#table_form .separator, #table_list .separator{
	width: 100%;
	background-color:#486E98;
}

#table_form td {
	padding:5px;
}
#table_list td {
	padding-top:1px;
	padding-bottom:2px;
	padding-right:10px;
	padding-left:10px;
}

.table_cell_content td {
	text-align: left;
	vertical-align: middle;
}

.comment_posted_by td {
	text-align: right;
	vertical-align: middle;
	font-style:italic;
	font-size: 11px;
}

.comment_separator td {
	text-align: right;
	vertical-align: middle;
	font-style:italic;
	font-size: 11px;
}

.comment_separator hr {
  border:0;
  border-top: 3px solid #C1D9DD;
  height: 0;
  background: #E19832;
}

.row_separator td {
	text-align: center;
	vertical-align: middle;	
}

.row_separator hr {
  border:0;
  border-top: 1px solid #486E98;
  height: 0;
  background: #E19832;
}

.pagination td {
	text-align: center;
	vertical-align: middle;
}

.table_header td {
	font-weight: bold;
	text-align: left;
	vertical-align: middle;
}




#signInFormContainer
{
     position:absolute;
     left:780px;
     top:5px;
     float:right;
     z-index:150
}
#signInForm
            {
            	height:95px;
            	width:150px;
            	//background-image:url('images/site/bkg.jpg');
            	background-color:#FFFFFF;
            	display:none;
            	font-family: Arial;
               font-size:9px;
               color=#000000;
               z-index:150
            }

            #signInForm td
            {
            	font-family: Arial;
               font-size:9px;
               z-index:150

            }
            #signInForm a {
	          color: #333;
	          text-decoration: none;
	          font-size:9px;
	          z-index:150
               }

               #signInForm form a:hover {
	color: #333;
	text-decoration: underline;
	font-size:9px;
	z-index:150
}


            #signInForm input[type=text]
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:1px;
            	height:16px;
            	font-size:9px;
            	z-index:150
            }
            #signInForm input[type=password]
            {
            	display:block;
            	border:solid 1px #4d3a24;
            	width:100%;
            	margin-bottom:1px;
            	height:16px;
            	font-size:9px;
            	z-index:150
            }

            #signInForm input[type=submit]
            {
            	background-color:#DEE5EC;
            	border:solid 1px #23150c;
            	color:#000000;
            	padding:0px;
            	font-size:9px;
            	z-index:150
            }
            #signInLink
            {

            	width:130px;
            	display:block;
            	cursor:pointer;
            	text-align:center;
            	background-color:#ffffff;
            	font-weight:bold;
            	font-size:16px;
	          font-family: Arial;
	          vertical-align: middle;
	          z-index:150;
            }

#sharethis {
  background: #fff;
  position: absolute;
  top:155px;
  left: 874px;
  width:130px;
  height:20px;
  z-index:1;
  align:right;
}
