/* CSS Document */

.container {width: 700px; float:left; margin-left:20px;margin-top:0}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px;
	border-bottom: 1px solid #053C60;
	border-left: 1px solid #053C60;
	width: 100%;
	*width: 103%;
	_width: 103%;

}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px;
	line-height: 31px;
	border: 1px solid #053C60;
	border-left: none;
	margin-bottom: -1px;
	background:#053C60; 
	overflow: hidden;
	position: relative;
}
ul.tabs li a {
	text-decoration: none;
	color: #fff;
	display: block;
	font-size: 1.0em;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	font-weight:bold;
}
ul.tabs li a:hover {
	background:#B4C4CF; 
}	
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color:#000;
}
ul.tabs li.active a, ul.tabs li.active a:hover  {
	background: #fff;
	border-bottom: 1px solid #fff;
	color:#000;
}
.tab_container {
	border: 1px solid #053C60;
	border-top: none;
	float: left; 
	width: 100%;
	background: #fff;
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;

}
.tab_content {
	padding: 10px;
	font-size: 0.85em;
}
.tab_content h2 {
	font-weight: normal;
	padding: 0px;
	margin:0px;
	margin-bottom:10px;
	border-bottom: 1px dashed #ddd;
	font-size: 1.2em;
	font-weight:bold;
}
.tab_content h3 a{
	color: #254588;
}
.tab_content img {
	float: left;
	margin: 0 20px 20px 0;
	border: 1px solid #ddd;
	padding: 5px;
}

.mytable {font-family: Helvetica, Arial, sans-serif; border:1px solid #ccc; border-collapse:collapse; padding:2px 5px;color:#333; font-size:12px;}
.mytable th { text-align:left;border:1px solid #ccc; background:#6699CC/*url(../images/acm/th_bg.gif) repeat-x top left*/; height:35px; color:#FFF;padding:2px 5px;}
.mytable tr td {border:1px solid #ccc; height:28px;padding:2px 5px;cursor:pointer }
.mytable tr:hover td {cursor:pointer}

.acm-altrow {border:1px solid #ccc; background-color:#E5EFF9;}
.rowSelected {border:1px solid #ccc; background-color:#FFCC33}

a.button_green {
    background:#053C60/* transparent url('../images/acm/green_button_a.gif') no-repeat scroll top right*/;
    color: #FFF;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 27px;
    margin: 6px 6px 6px 0;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button_green span {
    background:#053C60/* transparent url('../images/acm/green_button_span.gif') no-repeat*/;
    display: block;
    line-height: 14px;
    padding: 8px 0 5px 18px;
	color:#fff;
	font-weight:normal;
} 
._list{height:200px; overflow:auto;  width:100%; clear:both}
.message{border:1px solid #ccc; margin:10px auto; padding:5px;background-color:#f1f1f1;clear:both;width:670px;*margin-left:10px;_margin-left:10px;*width:690px;_width:690px; }
.message{border:1px solid #000; margin:10px auto; padding:5px;clear:both;width:670px;*margin-left:10px;_margin-left:10px;*width:690px;_width:690px; }

.message_body{height:auto; border-top:1px solid #ccc;padding:5px;background-color:#fff;font-weight:normal; font-size:12px; }

ul{border:0; margin:0; padding:0;}

.acm-pagination{
padding: 2px;
margin:10px auto 10px 8px;
height:30px;
width:680px;
*margin-left:8px;_margin-left:8px;
}

.acm-pagination ul{
margin: 0;
padding: 0;
text-align: left; /*Set to "right" to right align pagination interface*/
font-size: 12px;
line-height:22px;

}

.acm-pagination li{
list-style-type: none;
display: inline;
padding-bottom: 1px;
line-height:22px;
}

.acm-pagination a, .acm-pagination a:visited{
padding:5px;
border: 1px solid #dddddd;
text-decoration: none; 
color:#054639;
}

.acm-pagination a:hover, .acm-pagination a:active{
border:solid 1px #DDDDDD;
color:#054639;
font-weight:bold;
}

.acm-pagination a.currentpage{
background-color: #054639;
color: #FFF !important;
font-weight: bold;
cursor: default;
}

.acm-pagination a.disablelink, .acm-pagination a.disablelink:hover{
background-color: white;
cursor: default;
color:#054639;
/*border:1px solid #054639;*/
font-weight: normal !important;

}

.acm-pagination a.prevnext{
font-weight: bold;
}

form{padding:0;margin:0}
.cfe-table tr th{background:#ddd;border:1px solid #666}
.cfe-table tr td{border:1px solid #666}