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

.family_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.bg {
	background-image: url(imagefile/main/bg.jpg);
	background-repeat: repeat-x;
}
.mene_font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
.content_border {
	border-top: 1px solid #e7e7e7;
	border-right: 1px none #e7e7e7;
	border-bottom: 1px none #e7e7e7;
	border-left: 1px none #e7e7e7;
}
.content_borderleft {

	border-top: 1px none #e7e7e7;
	border-right: 1px none #e7e7e7;
	border-bottom: 1px none #e7e7e7;
	border-left: 1px solid #e7e7e7;
}
.content_borderright {


	border-top: 1px none #e7e7e7;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px none #e7e7e7;
	border-left: 1px none #e7e7e7;
}
.content_borderbtm {
	border-top: 1px none #e7e7e7;
	border-right: 1px none #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px none #e7e7e7;
}
.content_frame {
	border-top: 1px solid #bfbfbf;
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #bfbfbf;
	border-left: 1px solid #bfbfbf;
}
.content_frame_line {
	border-top: 1px solid #d9d9d9;
	border-right: 1px none #d9d9d9;
	border-bottom: 1px none #d9d9d9;
	border-left: 1px none #d9d9d9;
}
.content_frame_lineall {

	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	border-left: 1px solid #d9d9d9;
}
.content_frame_line2 {

	border-top: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px none #d9d9d9;
	border-left: 1px none #d9d9d9;
}
.content_frame_header {


	border-top: 1px none #d9d9d9;
	border-right: 1px solid #d9d9d9;
	border-bottom: 1px none #d9d9d9;
	border-left: 1px none #d9d9d9;
}
.leftright_frame {



	border-top: 1px none #dfdfdf;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px none #dfdfdf;
	border-left: 1px solid #dfdfdf;
}
.admin_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #558c01;
}
.admin_grey {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #5c5b5b;
}
.add_textarea{
	font-size: 10px;
}

.mandatory{
	font-size: 12px; 
	color: #FF0000;
}


.bg div div a {
	padding-left: 3px;
	width: 100%;
	height: 100%;
	color: #000000;
	display:block;
}

.bg div div a:hover {
	padding-left: 3px;
	width: 100%;
	height: 100%;
	color: #ffffff;
	display:block
}

.bg div div a:active {	
	color:#000000;
	background-color: #ffffff;	
}

.bg div div a:visited {	
	/*color:#000000;*/
	/*background-color: #ffffff;*/
}

.membership_dashtable {
 background:#333;
}

.membership_dashtable ul
{
float:left;
margin:0;
padding:0;
border:1px solid #C9C9C9;
}
.membership_dashtable ul li
{
list-style:none;
padding:5px 10px;
}
.membership_dashtable ul li.title
{
font-weight:bold;
background:#333;
color:#fff;
}
.SubmitBtn{
  background-color:#9f9fff; 
  width:70px;
  height:40px;
}

.msgbox{
  margin: 5px 5px 5px 5px;
  
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 5px;
  
  width: 300px;
  background-color: #F3EFE0;
  font-size: 14px;color: #003366;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.msgbox div{
  padding-top: 2px;
  padding-bottom: 2px;
  
  width: 300px;
}

.msgbox label{
  width: 85px;
  text-align: right;
}

.msgbox input{
  width: 190px;
  text-align: left;
}

.btnGreen{
  width:90px;
  height:40px;
  background-color: #99CC99;
}
.btnGreen:hover{
  background-color: #cfe7cf;
}
.boxChart {
    background-color: rgb(207,232,220);
    border: 2px solid rgb(79,185,227);
    padding: 10px;
    margin: 10px;
    border-radius: 5px;
}




