@charset "utf-8";
/* CSS Document */

html {
	-webkit-text-size-adjust:none;
}

body,td,th {
	color: #333333;
	/*background-color:#c7d1d4;*/
	background-color:#2f3b42;
	font-family: Arial, Helvetica, sans-serif; 
}

body {
	margin:0px;
	line-height:1.3em;
	font-size:1.1em;
}

h1 {
	font-size:1.3em;
}

h2 {
	font-size:1.2em;
}

h3 {
	font-size:1.1em;
}

h4 {
	font-size:1em;
}

a:link, a:visited, a:active {
	color: #1D5992;
}

input, select {
	font-size:1em;
}

.input_wide {
	width:90%;
	padding:2px;
	margin-bottom:10px;
}

input[type="checkbox"] {
	margin-top:10px;
	margin-bottom:10px;
}

input[type="submit"] {
	margin-top:10px;
	margin-bottom:15px;
}

label {
	display:block;
	font-weight:bold;
	text-align:left;
}

.red {
	color:#FF0000;
}

.small_text {
	font-size:.8em;
	font-weight:normal;
}


#top_top {
	height:42px;
	background-image:url(/images/top_top_bg.png);
	background-repeat:repeat-x;
	background-color:#395B17;
}

#top_nav { 
	background-image:url(/images/top_nav_bg.png);
	background-repeat:repeat-x;
	background-color:#404040;
	padding:7px 0px;
	font-size:.8em;
	overflow: hidden;
}

#top_nav a, #top_nav a:visited, #top_nav a:active {
	color:#ffffff;
	text-decoration:none;
}

#top_nav .button {
	font-weight: bold;
	text-align: center;
	overflow: hidden;
  white-space: nowrap;
  height: 31px;
	line-height: 31px;
	border-left-width: 16px;
  border-right-width: 16px;
  border-top-width: 0px;
  border-bottom-width: 0px;
	margin-top: 0px;
	-webkit-border-image: url(/images/top_nav_button.png) 0 16 0 16 stretch stretch;
}

#top_nav .left {
	float: left;
	margin-left: 8px;
}

#top_nav .right {
	float: right;
	margin-right: 8px;
}

#top_nav .middle {
	float:left;
	text-align:center;
	margin-left: 8px;
}



#main_background {
	background-image:url(/images/main_background.png);
	background-repeat:repeat-x;
	background-color:#E3ECF0;
	min-height:93px;
	padding:8px;
}


.register_button a, .register_button a.visited, .register_button a.active {
	display:block;
	background-color:#395B17;
	background-image:url(/images/top_top_bg.png);
	background-repeat:repeat-x;
	border:1px solid #000000;
	padding:10px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	color:#FFFFFF;
	width:50%;
	margin-bottom:10px;
}

.list_links {
	background-color:#FFFFFF;
	border:1px solid #aaaaaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:10px;
}

.list_links img {
	border:none;
	vertical-align:middle;
	float:left;
	margin:0px 5px 0px 0px;
}

.list_links a, .list_links a:visited, .list_links a:active {
	display:block;
	padding:10px 10px;
	color:#666666;
	text-decoration:none;
	font-weight:bold;
	border-bottom:1px solid #aaaaaa;
	background-image:url(/images/list_links_arrow.png);
	background-repeat: no-repeat;
  background-position: right center;
	overflow: hidden;
	padding-right:25px;
}

.list_links a:hover {
	background-color:#E3ECF0;
}

.list_links .list_link_top a:hover {
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
}

.list_links .list_link_bottom a, .list_links .list_link_bottom a:active, .list_links .list_link_bottom a:visited {
	border:none;
}

.list_links .list_link_bottom a:hover {
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

.list_links .list_link {

}




#footer {
	clear:both;
	padding:8px;
	background-color:#2f3b42;
	color: #dddddd;
}

#footer a, #footer a:visited, #footer a:active {
	margin-right:10px;
	color:#9EDEFF;
}

.content {
	background-color:#FFFFFF;
	border:1px solid #aaaaaa;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin-bottom:10px;
	padding:10px;
}

.content_header {
	border-bottom:1px solid #aaaaaa;
	padding-bottom:2px;
	margin-bottom:5px;
}

.content_footer {
	border-top:1px solid #aaaaaa;
	padding-top:2px;
	margin-top:5px;
}


/* Page Navigation */

.page_navigation {
	overflow:hidden;
}

a.prev {
	background-image:url(/images/prev.png);
	background-color:#666666;
	float:left;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
  white-space: nowrap;
  height: 40px;
	line-height: 40px;
	width:110px;
}

a.next {
	background-image:url(/images/next.png);
	background-color:#666666;
	float:right;
	color:#ffffff;
	text-decoration:none;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
  white-space: nowrap;
  height: 40px;
	line-height: 40px;
	width:110px;
}

/* End Page Navigation */


/* Tag Cloud */

div.cloud {line-height:1.8em;}
div.cloud a.size1  {font-size:0.9em;}
div.cloud a.size2  {font-size:1.0em;}
div.cloud a.size3  {font-size:1.1em;}
div.cloud a.size4  {font-size:1.2em;}
div.cloud a.size5  {font-size:1.3em;}
div.cloud a.size6  {font-size:1.4em;}
div.cloud a.size7  {font-size:1.5em;}
div.cloud a.size8  {font-size:1.6em;}
div.cloud a.size9  {font-size:1.7em;}
div.cloud a.size10 {font-size:1.8em;}

div.cloud_small {}
div.cloud_small a.size1  {font-size:0.7em;}
div.cloud_small a.size2  {font-size:0.8em;}
div.cloud_small a.size3  {font-size:0.9em;}
div.cloud_small a.size4  {font-size:1.0em;}
div.cloud_small a.size5  {font-size:1.0em;}
div.cloud_small a.size6  {font-size:1.1em;}
div.cloud_small a.size7  {font-size:1.2em;}
div.cloud_small a.size8  {font-size:1.3em;}
div.cloud_small a.size9  {font-size:1.4em;}
div.cloud_small a.size10 {font-size:1.5em;}

/* End Tag Cloud8 */

.notification_box {
	background-color:#FFF9D7;
	border: 1px solid #E2C822;
	padding:5px;
	margin: 10px 0px;
}
