/**
  mecam funds, 2008
  Frontend CSS
  by blueend web:applications (www.blueend.com)
**/
body {
	background: #025294 url(../images/css/bg_top.jpg) repeat-x;
	overflow: -moz-scrollbars-vertical;
    line-height:1.2em;
}

body, td {
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	text-align: center; /*centers the main in IE5/win */
	color: #333;
}

input, div, td, textarea {
	font-size:12px;
	color: #666;
	}


label {
 cursor: pointer;
 cursor: hand;
}

h1 {
	font-size:22px;
	margin-top:5px;
	margin-bottom:20px;
	padding-bottom:1px;
	font-weight:normal;
	color:#02579d;
	font-family: Lucida Sans, Verdana, Arial, Helvetica, sans-serif;
	}

h2 {
	font-size:16px;
	margin-top:5px;
	margin-bottom:8px;
	font-weight:normal;
	display:block;
	color: #333;
	}

h3 {
	margin-bottom:0px;
	margin-top:0px;
	font-size: 14px;
	color: #02579d;
	font-weight: normal;
}

hr {
	height:1px;
	background:white;
	border:none;
	border-bottom:1px dotted #DEDEDE;
	width:auto;
	margin-top:3px;
	margin-bottom:3px;
	display:block;
}

a:link, a:visited, a:active {
	color:#333;
	text-decoration:none;
	}

a:hover {
	color:#333;
	}

a.white:link, a.white:visited, a.white:active {
	color:#fff; }

a.white:hover {
	color:#fff;
	text-decoration:none;
	border-bottom:1px dotted #000000;
}

#container {
	width: 925px;
	margin: auto; /* centers the whole container */
  margin-top: 35px;
  margin-bottom: 40px;
	text-align: left;
	padding:none;
}

/* Drop Shadow */
#shadow_main
{
  padding:1px 40px;
  background:url(../images/css/main_bg.png) repeat-y;
}

#shadow_header
{
  height: 120px;
  padding:15px 12px 0px 16px;
  background:url(../images/css/main_header_bg.png) no-repeat top left;
}

#shadow_footer
{
  height: 20px;
  padding:15px 12px 0px 16px;
  background:url(../images/css/main_footer_bg.png) no-repeat bottom left;
}

* html #shadow_main,
* html #shadow_header,
* html #shadow_footer
{
  background: white;
  margin: 0px;
  padding: 0px;
}

#popup
{
	margin: auto; /* centers the whole container */
	margin-top: 10px;
	text-align: center;
	font-size:12px;
	padding:0px;
	border:0px solid #C70E11;
}


/* main===== */

#eyecatcher {
	float:right;
	border:1px solid;
	margin-right:20px;
	margin-top:60px;
}

#main {
	clear: left;
	padding: 15px;
	font-family:Lucida Sans, Verdana, Arial;
	font-size:12px;
	line-height:17px;
  min-height: 300px;
  _height: 300px;
}

* html #main {
  padding: 35px;
}

#main input, #main textarea{
	border:1px solid #CCC;
	background:#EEE;
}

#main input:focus,#main textarea:focus{
	border:1px solid #000;
	background:#EEE;
}


#main a:link,
#main a:visited,
#main a:active {
	color:#069;
	text-decoration:none;
	background-repeat: no-repeat;
	background-position: left;
	}

#main a:hover {
	color:#000;
	background-color:#EEE;
	background-repeat: no-repeat;
	background-position: left;
	}


#main div.gallery a,
#main div.gallery a:link,
#main div.gallery a:visited,
#main div.gallery a:active {
  background:none;
	color:#069;
	text-decoration:none;
	border:none;
	padding:0;
	}

#main div.gallery a:hover {
	background:none;
	color:#333;
	border:none;
	padding:0;
	}

#main div.gallery img {
	margin:0;
	padding:0;
	text-decoration:none;
	border:none;
}



/* GOOGLE HEADER ===== */

#googleheader {
	margin:0px;
  display: none;
}

#googleheader h1 {
	font-size:20px;
	color:#eee;
	font-weight:normal;
	font-family:Tahoma;
	position:relative;
	top:85px;
	left:10px;
}

/* NAVIGATION ===== */



#header {
	position: relative;
	width:100%;
  margin: 0;
  border-top: 1px solid #fff;
  background: #E3ECF3 url(../images/css/header_bg.jpg) no-repeat left bottom;
}

#header #login
{
  float: right;
  width: 450px;
  background: #dfeaf2;
  padding: 5px;
  height: 18px;
  text-align: right;
}

#header #login input
{
  border: none;
  background: #b2cae0;
  width: 100px;
  padding: 2px;
}

#header #login input.btn,
#header #login a.btn,
#main input.btn,
#main a.btn
{
  color: #2c4f61;
  background: #b5d1e5 url(../images/css/tab_bg.jpg) repeat-x top;
  border: 1px solid #ccc;
  padding: 0px;
  cursor: pointer;
}

#header #login a.btn
{
  padding: 2px 5px;
  margin-left: 15px;
  font-size: 11px;
}

#main input.btn,
#main a.btn
{
	padding: 2px 5px;
}

#main input.btn.large,
#main a.btn.large
{
	padding: 5px 20px;
}

#main a:hover.btn,
#main input:hover.btn
{
	border: 1px solid #025294;
}


#header #login .btn:hover
{
  border: 1px solid #666;
}

#header #login form
{
  margin: 0;
  padding: 0;
}

#header div.logo
{
  float: left;
  width: 123px;
  height: 80px;
  background: url(../images/css/header_logo.gif);
  margin: 13px;
  margin-top: 10px;
  cursor: pointer;
  position: absolute;
}

#header div.logo h1
{
   display: none;
}

#header ul#primary {
	margin: 0;
	padding: 0;
  margin-top: 50px;
	width: 897px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
  float: right;
  clear: right;
  border-bottom: 1px solid #ccc;;
}

* html #header ul#primary {
  width: 925px;
}

#header ul#primary li  {
	float: right;
	list-style: none;
  margin: 0;
  padding: 0;
    margin-right: 10px;
}

#header ul#primary a:link,
#header ul#primary a:visited,
#header ul#primary a,
#header ul#primary span,
#header ul#primary a.current {
  width: auto;
  display: block;
  float: left;
  padding: 5px 10px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  text-decoration: none;
  color: #2c4f61;
  background: #b5d1e5 url(../images/css/tab_bg.jpg) repeat-x top;
  margin-top: 0;
  border: 1px solid #b5d1e5;
  border-bottom: none;
}

#header ul#primary li.group_2 a
{
  background: #a5c1d5;
  color: white;
}

#header ul#primary li.group_1 a
{
  background: #b5d1e5 url(../images/css/tab_bg.jpg) repeat-x top;
  color: #2c4f61;
}

#header ul#primary li a:hover
{
  border-color: #aaa;
}


#header ul#primary li a.on,
#header ul#primary li a.on:link,
#header ul#primary li a.on:visited,
#header ul#primary span,
#header ul#primary a.current:hover,
#header ul#primary a.current:visited,
#header ul#primary a.current:link,
#header ul#primary a.current {
  color: #02579d;
  background: white;
  position: relative;
  top: 1px;
  border: 1px solid #ccc;;
  border-bottom: none;
}

#header ul#primary a:hover {
  margin-top: 0;
  background: #fff;
  color: #02579d;
}




#header ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	left:0px;
	bottom: -1.7em;
	width: 864px; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	border-bottom:1px solid #b7b7b7;
}

#header ul#secondary li a,#header ul#secondary li span {
	font-size:12px;
	font-style:italic;
	width: auto;
	display: block;
	float: left;
	padding: 2px 10px;
	margin: 0;
	text-align: auto;
	background: none;

}

#header ul#secondary li a {
	color: #2c4f61;
	background: transparent;
	text-decoration: none;
}

#header ul#secondary li a:hover {
	color: #333;
	background: #EEE;
	text-decoration: none;
}

#header ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header ul#secondary li a.chosen{
	color:#2c4f61;
	font-style:normal;
	font-weight:bold;
	background:#e7f0f4;
}


#header ul#secondary li:last-child a { border: none; }



/* FOOTER ===== */

#footer {
	color:#729ec3;
  margin-left: 16px;
  font-size: 10px;
 /* background: url(../images/css/made_by_be_logo_small.gif) no-repeat left;
  padding-left: 17px;                                                       */
}

#footer a {
   color: #729ec3;
}

* html #footer
{
  margin-left: 0px;
  margin-top: 15px;
}


.box {
	float:right;
	width:16em;
	background:#EEE;
	border:1px solid #86A1B6;
	padding:7px;
	margin:15px 0px 0px 5px;
}

.box h1,.box h2 {
	border:none;
	color:#000;
	font-size:14px;

}


#main .box input, #main .box textarea{
	border:1px solid #999;
	background:#FFF;
	padding-left:3px;
}

#main .box input:focus,#main .box textarea:focus{
	border:1px solid #666;
	background:#FFF;
	padding-left:3px;
}

.gradient {
	background-image:url(../images/menu_gradient.gif);
	border-bottom:1px solid #96B0C1;
	border-top:1px solid #96B0C1;
	clear:both;
	padding:4px;
	margin-top:10px;
	margin-bottom:10px;
}

div.gallery {
  margin-top: 10px;
}

/* HACKS (hide from) */

/* Mac IE */

@media screen, projection {
.search-box { color:white }
}
/* end Mac IE */

table.default,
table.default td,
table.default th
{
   border: 0;
   margin: 0;
   text-align: left;
   padding: 4px;
   border-right: 1px dotted white;
}

table.default
{
  padding: 0px;
}

table.default td
{
  background: #dfeaf2;
}

table.default tr:hover td
{
  background: #effafc;
}

table.default tr.total td
{
  font-weight: bold;
  border-top: 1px solid #a5c1d5;
  background: #b5d1e5;
}

table.default tr td.right_align,
table.default thead th.right_align
{
  text-align: right;
}

table.default th,
table.default td.th
{
  background: #b5d1e5 url(../images/css/tab_bg.jpg) repeat-x top;
  border-bottom: 1px solid #a5c1d5;
  color: #025294;
}

table.default tr.group td{
  background: #b5d1e5 url(../images/css/tab_bg.jpg) repeat-x top;
  border-bottom: 1px solid #a5c1d5;
  color: #005290;
  padding: 2px 3px;
  font-weight: bold;
}

table.default tr:hover.group td{
  background: #B5D1E6;
}

table.default tr.group td.group_title span{
	background: url(../images/css/bullet_down.gif) no-repeat 2px 4px;
	padding-left: 20px;
}

table.default tr.collapsed td.group_title span{
	background: url(../images/css/bullet_up.gif) no-repeat 4px 2px;
	padding-left: 20px;
}

table.selectable tr{
  cursor: pointer;
}

table.selectable tr.selected td{
  background-color: #B5D1E6; 
  color: #005092;
}


.icon_lock
{
  padding-left: 22px;
  padding-top: 3px;
  background: url(../images/css/lock.png) no-repeat left;
  line-height: 18px;
}

.access_denied
{
  padding: 7px;
  padding-left: 28px;
  background: #fdd url(../images/css/lock.png) no-repeat 5px;
  margin-bottom: 20px;
}

div.icon_file_pdf
{
  background: url(../images/css/page_white_acrobat.png) no-repeat top left;
  padding-left: 25px;
}

div.icon_file_gif,
div.icon_file_jpg
{
  background: url(../images/css/image.png) no-repeat top left;
  padding-left: 25px;
}



div.attachment
{
  margin-bottom: 10px;
}

div.news_list
{
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #ccc;
}

div.news_list h2
{
  margin-top: 0px;
  font-size: 14px;
}

div.news_home
{
  float: right;
  width: 300px;
}

.blue
{
 color: #02579d;
}

a.icon_up
{
  padding-left: 20px;
  background: url(../images/css/icon_up.gif) no-repeat left top;
  border-bottom: 1px dotted #ccc;
  margin-top: 6px;
  display: block;
}

div.disclaimer
{
  border: 1px solid rgb(204, 204, 204);
  padding: 5px;
  overflow: auto;
  color: rgb(153, 153, 153);
  height: 200px;
  font-size: 11px;
  line-height: 1.2em;
}

a.sort_asc
{
  background: url(../images/css/table_arrow_up.gif) no-repeat left;
  padding-left: 18px;
}

a.sort_desc
{
  background: url(../images/css/table_arrow_down.gif) no-repeat left;
  padding-left: 18px;
}

.view_select
{
	text-align: right;
	width: 100%;
}

.view_select span{
	background: #b5d1e5 url(../images/css/tab_bg.jpg) repeat-x top;
	padding: 4px 5px;
	color: #02528F;
	font-weight: bold;
}

.view_select a{
    padding: 4px 5px;
}

