div#content h2 {
	color: #333000;
}
div.buttonmenu {
	text-align: right;	margin-bottom: 10px; 
}

div#content .round {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}
div#content .loader {
	float: left;
	height: 13px;
	background-image: url(../images/theme/loader.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	font-size: 12px;
	text-indent: 88px;
	margin-top: -4px;
	margin-bottom: 5px;
}
div#content .loader a {
	color: #666;
}
.title{
	/*No Select*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*No Select*/
}
.navbar1 { 
	float : left; 
	padding : 0; 
	margin : 0px 20px 0 0; 
	list-style-type: none; 
}
.navbar1 li { 
	list-style: none; 
	float: left; 
	display : inline;	
	position : relative; 
}
.navbar1 li:hover:not(.menudisabled){ 
	border-bottom: 2px solid #123A74;
	background: #E1E1E1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#F0F0F0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F0F0F0, #F0F0F0); /* for firefox 3.6+ */ 
	moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.navbar1 li a {
	/*No Select*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*No Select*/
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	font-size : 13px;
	font-weight : normal;
	padding-top: 1px;
	padding-bottom: 3px;
	/*border-bottom: 2px solid #1a70c8;*/
}
.navbar1 .menusel {
	color : #FFF;
	background: #1a70c8;
	moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.menudisabled { 
	border-bottom: 0px solid #123A74;
	color: #999;
	pointer-events: none;
    cursor: default;
}

.navbar1 li ul {	
	display: none; 
	width: 120px; /* Width to help Opera out */ 
	border-bottom: 2px solid #123A74;
	border-top : 1px solid #787878;
	background: #C8C8C8; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#C8C8C8), to(#e6e6e6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C8C8C8, #e6e6e6); /* for firefox 3.6+ */ 
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}
.navbar1 li:hover ul { 
	display: block; position: absolute; margin: 0; padding: 0; 
}
.navbar1 li:hover li { 
	float: none; 
}
.navbar1 li li a:hover { 
	background: #E1E1E1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#F0F0F0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F0F0F0, #F0F0F0); /* for firefox 3.6+ */ 
}
.navbar1 li li a:hover.last { 
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}
.navbar2 { 
	/*float : left; */
	width : 180px;
	padding : 0; 
	margin : -5px 0px 5px 0; 
	list-style-type: none;
}
.navbar2 li { 
	/*list-style: none; */
	/*float: left; */
	/*display : inline;	*/
	position : relative; 
	margin-top: 5px;
	border-bottom: 1px solid #999;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.navbar2 li:hover { 
	border-bottom: 2px solid #123A74;
	margin-bottom: -1px;
	background: #E1E1E1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#F0F0F0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F0F0F0, #F0F0F0); /* for firefox 3.6+ */ 
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.navbar2 li a {
	/*No Select*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*No Select*/
	display: block;
	padding-left: 10px;
	padding-right: 8px;
	text-decoration: none;
	font-size : 13px;
	font-weight : normal;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbar2 .menusel {
	color : #FFF;
	background: #1a70c8;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.navbar2 li ul {	
	display: none; 
	width: 120px; /* Width to help Opera out */ 
	border-bottom: 2px solid #123A74;
	border-top : 1px solid #787878;
	background: #C8C8C8; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#C8C8C8), to(#e6e6e6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C8C8C8, #e6e6e6); /* for firefox 3.6+ */ 
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}
.navbar2 li:hover ul { 
	display: block; position: absolute; margin: 0; padding: 0; 
}
.navbar2 li:hover li { 
	float: none; 
}
.navbar2 li li a:hover { 
	background: #E1E1E1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#F0F0F0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F0F0F0, #F0F0F0); /* for firefox 3.6+ */ 
}
.navbar2 li li a:hover.last { 
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}
.navbar3 { 
	float : left; 
	padding : 0; 
	margin : 0px 20px 0 0; 
	list-style-type: none; 
}
.navbar3 li:not(.menudisabled) { 
	list-style: none; 
	float: left; 
	display : inline;	
	position : relative; 

	border-top: 4px solid #245E92;/*#123A74;/*), to(#245E92#1a70c8;*/
	padding-top: 2px;
	margin-right: 8px;
	border-bottom: 2px solid #123A74;
	background: #E6E6E6;/*#E1E1E1; /* for non-css3 browsers */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#F0F0F0)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #F0F0F0, #F0F0F0); /* for firefox 3.6+ */ 
	moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.navbar3 li.menudisabled { 
	list-style: none; 
	float: left; 
	display : inline;	
	position : relative; 

	border-top: 4px solid #999;/*#123A74;/*), to(#245E92#1a70c8;*/
	padding-top: 2px;
	margin-right: 8px;
	border-bottom: 2px solid #CCC;
	background: #E6E6E6;/*#E1E1E1; /* for non-css3 browsers */
	/*background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#F0F0F0)); /* for webkit browsers */
	/*background: -moz-linear-gradient(top,  #F0F0F0, #F0F0F0); /* for firefox 3.6+ */ 
	moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.navbar3 li:hover { 
	border-top: 4px solid #1a70c8;
	padding-top: 2px;
	margin-right: 8px;
	border-bottom: 2px solid #123A74;
	background: #E1E1E1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#F0F0F0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F0F0F0, #F0F0F0); /* for firefox 3.6+ */ 
	moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.navbar3 li a {
	/*No Select*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*No Select*/
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	text-decoration: none;
	font-size : 13px;
	font-weight : normal;
	padding-top: 1px;
	padding-bottom: 3px;
	/*border-bottom: 2px solid #1a70c8;*/
}
.navbar3 .menusel {
	color : #FFF;
	background: #1a70c8;
	moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
}
.navbar3 li ul {	
	display: none; 
	width: 120px; /* Width to help Opera out */ 
	border-bottom: 2px solid #123A74;
	border-top : 1px solid #787878;
	background: #C8C8C8; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#C8C8C8), to(#e6e6e6)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #C8C8C8, #e6e6e6); /* for firefox 3.6+ */ 
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}
.navbar3 li:hover ul { 
	display: block; position: absolute; margin: 0; padding: 0; 
}
.navbar3 li:hover li { 
	float: none; 
}
.navbar3 li li a:hover { 
	background: #E1E1E1; /* for non-css3 browsers */
	background: -webkit-gradient(linear, left top, left bottom, from(#F0F0F0), to(#F0F0F0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F0F0F0, #F0F0F0); /* for firefox 3.6+ */ 
}
.navbar3 li li a:hover.last { 
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}
div.box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}
div.box3 .boxcontent,div.box4 .boxcontent {
}
div.boxclose{
	float: right;
	background-image: url(../images/theme/close.png);
	background-repeat: no-repeat;
	height: 16px;
	width: 16px;
	margin-right: 4px;
	margin-left: 8px;
	margin-top: -1px;
	cursor: pointer;
}
div.box1 {
	border: 2px solid #123A74;
	background-color: #F5F5F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F5F5F5, #FFF); /* for firefox 3.6+ */ 
}
div.box1G {
	color: #FFF;
	background: #123A74;
	background: -webkit-gradient(linear, left top, left bottom, from(#123A74), to(#245E92)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #123A74, #245E92); /* for firefox 3.6+ */ 
}
div.banner1 {
	/*No Select*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*No Select*/
	font-size: 13px;
	font-weight: bold;
	text-align: left;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-khtml-border-radius-bottomleft: 5px;
	border-bottom-left-radius: 5px;	
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-khtml-border-radius-bottomright: 5px;
	border-bottom-right-radius: 5px;	
}
div.box2 {
	border: 2px solid #245E92;
}
div.box2G {
	color: #FFF;
	background: #245E92;
}
div.banner2 {
	/*No Select*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*No Select*/
	font-size: 12px;
	text-align: left;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 3px;
	-moz-border-radius-bottomleft: 1px;
	-webkit-border-bottom-left-radius: 1px;
	-khtml-border-radius-bottomleft: 1px;
	border-bottom-left-radius: 1px;	
	-moz-border-radius-bottomright: 1px;
	-webkit-border-bottom-right-radius: 1px;
	-khtml-border-radius-bottomright: 1px;
	border-bottom-right-radius: 1px;	
}
div.box3 {
	padding-bottom: 6px;
}
div.box3G {
	color: #333;
	background: #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#a5a5a5)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e6e6e6, #a5a5a5); /* for firefox 3.6+ */ 
}
div.banner3 {
	/*No Select*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*No Select*/
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}
div.box4 {
	border: 1px solid #C8C8C8;
	margin-bottom: -1px;
	padding-bottom: 6px;
}
div.box4G {	
	color: #333;
	background: #e6e6e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#a5a5a5)); /* for webkit browsers */
	background: -moz-linear-gradient(top, #e6e6e6, #a5a5a5); /* for firefox 3.6+ */ 
}
div.banner4 {
	/*No Select*/
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	/*No Select*/
	font-size: 11px;
	text-align: left;
	text-indent: 10px;
	font-weight: bold;
	padding-top: 4px;
	padding-bottom: 5px;
	margin-bottom: 6px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;	
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;	
}

div.box5 {
	border: 2px solid #F5F5F5;
	background-color: #F5F5F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#FFF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #F5F5F5, #FFF); /* for firefox 3.6+ */ 
}
div.box5G {
	color: #FFF;
	background: #F5F5F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#B90000), to(#F00)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #B90000, #F00); /* for firefox 3.6+ */ 
}
div.banner5 {
	font-size: 13px;
	text-align: left;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	border-top-left-radius: 5px;	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	border-top-right-radius: 5px;	
}
div.box6 {
	margin-bottom: 10px;
	border-top-width: 0px;
	border: 5px solid #F5F5F5;
	background-color: #F5F5F5;
	background: #FFF;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	-khtml-border-radius: 0px;
	border-radius: 0px;	
}
div.box6G {
	color: #FFF;
	background: #F5F5F5;
	background: -webkit-gradient(linear, left top, left bottom, from(#CCC), to(#999)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #CCC, #999); /* for firefox 3.6+ */ 
}
div.banner6 {
	font-size: 13px;
	text-align: left;
	text-indent: 10px;
	padding-top: 2px;
	padding-bottom: 4px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-khtml-border-radius-topleft: 5px;
	border-top-left-radius: 5px;	
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	-khtml-border-radius-topright: 5px;
	border-top-right-radius: 5px;	
}












/*Input*/
input[type=text] {font-size: 12px; 
	/*color: #333000; /*#666666;*/
}
input[type=text]:disabled {
	background-color: #EAEAEA;
}
input[type=checkbox]:focus + label, input[type=radio]:focus + label{ 
	color: #000; 
}
.c_edit:focus:not(.errorstate) { background-color: #F5F5F5; }
.c_edit { 
	color: #333000; /*#666666;*/
	margin: 0px; 
}
.c_memo { 
	color: #333000; /*#666666;*/
	margin: 0px; 
}
.c_combo:focus:not(.errorstate) { background-color: #F5F5F5; }
.c_combo { 
	color: #333000; /*#666666;*/
	height: 21px;
}
.c_menubutton,.c_button{
	margin-left: 3px;
	background-color: #e6e6e6;
	color: #333000;
	border-width: 1px 1px;
	border-style: solid;
	border-color: #CCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}
.button, .submit {
	margin-left: 0px;
	background-color: #e6e6e6;
	color: #333000;
	border-width: 1px 1px;
	border-style: solid;
	border-color: #CCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}
.button, .submit:hover{
	border: 1px solid: #999999;
}
.button[disabled], .submit[disabled]{
	margin-left: 0px;
	background-color: #e6e6e6;
	color: #999;
	border-width: 1px 1px;
	border-style: solid;
	border-color: #CCC; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;	
}
.c_menubutton,.c_button:hover{
	border: 1px solid: #999999;
}
.c_checkbox { margin-left: 0px; margin-right: 6px;}
.errorstate{
	color: #FFF;
	background: #F00;
}
.LeftSpace {
	margin-left: 10px;
}
/*Table*/
table td.tablerow { height: 21px; font-size: 12px; }
table * { vertical-align: middle; }
table .c_radio { margin-top: -2px; }
td input[type=text]{ 
	height: 21px;
	width: 100%; 
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}
td input[type=password]{ 
	height: 21px;
	width: 100%; 
    box-sizing: border-box;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
}
td select{ 
	height: 21px;
	width: 100%;
}
td.tdcenter {
	display: table-cell;
   text-align: center;
   vertical-align: middle;
}
td input[type=button]{
	width: 98%;
	padding: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
}
td input[type=submit]{
	width: 98%;
	padding: 4px;
	margin-bottom: 2px;
	margin-top: 2px;
}
/*Progress Bar*/
.c_progress {
	border: 1px solid #ccc; 
	width: 90%;
	margin: 1px 0 1px 0; 
	padding: 1px; 
	float: left; 
	background: white;
}
.c_progress_bar { height: 12px; }
.c_img { vertical-align: middle; display: inline; margin-right: 4px; }
.c_imgclick { cursor: pointer; }
.c_labelclick { cursor: pointer; }


label.checkboxlabel {
    display: block;
    /*padding-left: 20px;
    text-indent: -25px;*/
	font-size: 12px;
}
label.labeldisabled { color: #CCC; }
input.checkbox {
    width: 25px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}
/*Dialogs*/
.web_dialog_overlay{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #000000;
	opacity: .15;
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	z-index: 101;
	display: none;
}
.web_dialog{
	display: none;
	position: fixed;
	top: 50%;
  	left: 50%;
  	background-color: #ffffff;
	padding: 0px;
	z-index: 102;
	font-family: Verdana;
	font-size: 10pt;
}
.web_dialog_content{
	overflow-y: auto;
	overflow-x: hidden;
}
.web_dialog_title{
	border-bottom: solid 2px #336699;
	background-color: #336699;
	padding: 4px;
	color: White;
	font-weight:bold;
}
.web_dialog_title a{
	color: White;
	text-decoration: none;
}
.align_right{
	text-align: right;
}
