body{
	background-color:#FFFFFF;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

form{
	margin:0px;
}

th{
	text-align:left;
	font-weight:bold;
	border-bottom:1px #999999 solid;
	padding:2px;
	cursor:pointer;
	padding-left:1px;
}

th:hover{
	text-align:left;
	font-weight:bold;
	background-image:url(../img/title_bg2.gif);
	color:#FFFFFF;
}

.balance{
	font-size:40px;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	background-color:#FFFFFF;
}

.highlighted_td{
	background-image:url(../img/title_bg3.gif);
}

#div_balloon_highlighted{
	position:absolute; 
	margin-left:30px; 
	margin-top:60px;
	background-image:url(../img/balloon_waiting_for_approval.gif);
	background-repeat:no-repeat;
	width:133px;
	height:84px;
	min-width:133px;
	min-height:84px;
	overflow:hidden;
	padding-top:65px;
	padding-left:10px;
}

.statistic_bar, .statistic_bar2, .statistic_bar3, .statistic_bar4{
	background-image:url(../img/title_bg2.gif);
	border:1px #000000 solid;
	height:10px;
	min-height:10px;
	margin-top:2px;
}

.statistic_bar2 {
	background-image:url(../img/title_bg.gif);
}

.statistic_bar3{
	background-image:url(../img/title_bg3.gif);
}

.statistic_bar4{
	background-image:url(../img/title_bg4.gif);
}

.navigation_squares{
	margin-bottom:5px;
}

.navigation_squares{
	margin:0;
	padding:0;
	margin-left:3px;
	margin-bottom:5px;
}

.navigation_squares li{
	width:32px; 
	height:30px; 
	display:-moz-inline-box;
	-moz-box-align:center; 
	-moz-box-pack:center; 
	display:inline-block; 
	background:url(../img/squares/empty.gif) no-repeat left top; 
	background-position:0% -0px; 
	text-decoration:none; 
	cursor:pointer;
	text-align:center;
	font-family:"Courier New", Courier, monospace;
	font-weight:bold;
	font-size:25px;
	color:#666666;
	padding-top:2px;
}
.navigation_squares .active{
	background-position:0% -32px; 
}

.colorchart{
	cursor:pointer;
	width:10px;
	min-width:10px;
	max-width:10px;
	height:6px;
	min-height:6px;
	max-height:6px;
}

.errors{
	margin:3px;
	margin-top:0px;
	margin-bottom:10px;
	padding:3px;
	background-color:#EDE8C9;
	border:2px #CC0000 solid;
}

.paging ul{
	margin:0px;
	margin-top:5px;
	padding:0px;
}

.paging select{
	margin:0px;
	margin-top:5px;
	background-color:#EEEEEE;
}

.paging ul li{
	list-style:none;
	display:inline;
	border:1px #CCCCCC solid;
	padding:3px;
	margin:2px;
	cursor:pointer;
}

.paging ul .active{
	background-image:url(../img/title_bg.gif);
	color:#FFFFFF;
	border:1px #000000 solid;
}

.paging ul li:hover{
	background-image:url(../img/title_bg2.gif);
	color:#FFFFFF;
	border:1px #000000 solid;
}

.light_frame{
	border:1px #CDCEE2 solid;
}

.light_frame ul{
	padding:0;
	margin:0;
}

.light_frame ul li{
	padding:3px;
	height:14px;
	list-style:none;
	cursor:pointer;
}

.light_frame ul .active{
	background-image:url(../img/title_bg.gif);
	color:#FFFFFF;
}

.light_frame ul li:hover{
	background-image:url(../img/title_bg2.gif);
	color:#FFFFFF;
}

.light_frame ul .active{
	font-weight:bold;
}

.textarea{
	border:1px #666666 solid;
	border:none;
	background-color:#EEEEEE;
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
}

.textfield{
	border:1px #666666 solid;
}

.textfield:focus, selects{
	background-image:url(../img/title_bg3.gif);
}

.button{
	cursor:pointer;
	background-color:#FFFFFF;
	border:1px #999999 solid;
	color:#000000;
}

.button:hover{
	background-image:url(../img/button_bg_hover.gif);
	border:1px #000000 solid;
}

a:link,a:active,a:visited{
	color:#000000;
	text-decoration:none;
	border-bottom:1px #919191 dotted;
}

a:hover{
	color:#345BB8;
	cursor:pointer;
	text-decoration:none;
	border-bottom:2px #006092 solid;
}

.errors a:hover{
	color:#990000;
	border-bottom:2px #CC3300 solid;
}

.main{
	position:absolute;
	top:0px;
	width:900px;
	min-width:900px;
	max-width:900px;
	left:50%;
	margin-left:-450px;
	background-image:url(../img/bg.gif);
}

.content{
	margin:3px;
	padding:3px;
	color:#000000;
}

.title, .messagebox_title{
	margin:3px;
	margin-bottom:0px;
	padding:3px;
	height:14px;
	border-top:1px #999999 solid;
	background-color:#000000;
	background-image:url(../img/title_bg.gif);
	color:#FFFFFF;
	font-weight:bold;
}

.footer, .messagebox_footer{
	text-align:right;
	margin:3px;
	margin-top:20px;
	padding:3px;
	padding-left:6px;
	color:#666666;
	border-top:1px #CCCCCC dashed;
}

.messagebox{
	position:absolute;
	left:50%;
	width:400px;
	border:2px #4B82B8 solid;
	background-color:#EEEEEE;
	margin:5px;
	margin-left:-200px;
	margin-top:100px;
	z-index:999;
}

.messagebox_title{
	cursor:move;
	margin:0px;
}

.messagebox_content{
	padding:3px;
}

.messagebox_footer{
	text-align:center;
}
