.sidebarmenu {
	margin-bottom: 30px;
}

.sidebarmenu input {
	border: 1px solid red;
	float: right;
}

em {
	font-style: normal;
	background-color: #ffff88;
}

table.group  {	
	border-collapse: collapse ;
	text-align: left;	
	/*background-color: #D2DFFC;	*/
	margin-top: 10px;
	border: 0px solid black;
	letter-spacing: 1.0pt;
	font-size: 11pt;
}
table.group tr.rowFirst  {
	height: 40px;
}


table.group td {
font-family: Arial, "Helvetica Neue", Arial, Helvetica, sans-serif;
	padding: 8px 0px 8px 0px;
	vertical-align: middle ;
	border-bottom: 1px dotted silver;
	
	font-size: 80%;
	line-height: 14pt;
	text-align: left;	
}

table.group td.col1 {
	width: 45%
}

table.group td.col2 {
	width: 55%
}

p.loginError {
	display: none;
}


th, td {
	padding: 6px 2px 6px 2px;
	border: 0px solid #999;
	vertical-align: middle;
	line-height: 1.3em;	
}
td {
border-bottom: 1px solid silver;
}
th {
	background-color: #356aa0;
	color: white;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 8px;
	text-align: left;
	font-size: 90%;
	line-height: 1em;
	white-space:nowrap;
}
tfoot td {
	border-top: 1px solid silver;
	border-bottom: 1px  solid silver;
	background-color: #f9f7ed;
	
}

thead td {
	border-bottom: 0px solid silver;
	border-top: 0px  solid silver;
	padding-left: 0px;
	margin-left: 0px;
	border: 0px solid red;
	
	
}
/*thead  td{
	visibility: hidden;
	
}*/


th.leftCol {
		text-align: center;
		padding-left: 2px;
}
td.leftCol {
	text-align: center;
}

tfoot td.leftCol, thead td.leftCol {
	text-align:left;
	padding-left: 10px;
	font-size: 100%;
}

table {
	width: 100%;
	border-collapse: collapse;	
	font-size: 80%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px solid #999;
}

tr.even_row td {
	background-color: #f2f6fc;
}
tr.odd_row td {
	background-color:white;
}

tr.row_selected td {
	background-color: #fefde0;
	font-style: italic;
	color: #3f4c6b;
}

tr.row_hover td {
	background-color: #fefde0;
	background-color: #cdeb8b;
	background-color: #cdeb8b;
	background-color: #dfe9f9;
	
	
}
.button_submit, .button_submit2, .button_submit3 {
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
	border-right: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	color: #3f4c6b;
	margin: 0px 3px 0px 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: normal;  
	font-size: 90%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 2px 5px; /* whatever your required padding is */
	overflow: visible; /* seems to keep ie (inc 7) in check without anything else */ 
}

.button_submit {
	background: #f2f6fc url("image/button_back.gif") repeat-x 50% 0;
}
.button_submit2 {
	background: #f2f6fc url("image/button_back_2.gif") repeat-x 50% 0;
	color: white;
	font-weight: bold;
}
.button_submit3 {
	background: #f2f6fc url("image/button_back_3.gif") repeat-x 50% 0;
	color: white;
	font-weight: bold;
	
}
 
 .submit_status {
	background-color: #fafad7;	
	display:none;
	padding-left: 20px;	
	border: 1px dotted red;
	text-align: center;
	margin-top: 4px;
 }
 .submit_status p {
	padding: 9px 0px 19px 0px;
 }
 .submit_status a {
	text-decoration: underline;
 }
 
 .left {
  float: left;
  text-align: left;
  width: 49%;
 }
 .right {
  float: right;
  text-align: right;
  width: 49%;
  vertical-align: middle;
  line-height: 20px;
 }

#col_right img {
	float:center; 
	margin: 8px 0px 7px 5px;
	border: 1px solid #3f5168; /*#3f5168;*/
}

#col_right img.small {
	float:left; 
	margin: 0px 0px 0px 0px;
	border: 1px solid #3f5168; /*#3f5168;*/
}
#col_right img.sponsor_logo {
	margin: 0px 0px 0px 0px;
	border: 0px;
}

#col_right img.normal {
	float: left; 
	margin: 0px 0px 27px 0px;
	border: 1px solid #3f5168; /*#3f5168;*/
}
#col_right img.float_right {
	float: right; 
	margin: 4px 0px 0px 8px;
	border: 1px solid #3f5168; /*#3f5168;*/
}

#col_right p.text_align_left {
	text-align: left;
}
#col_right img.graph {
	text-align: center;
	border: 0px;
}


