@CHARSET "UTF-8";

#container {
	border: 0px none;	
	width:1096px;
	min-height:600px;
	padding-bottom: 20px;
}
#content{
	margin-top: -20px;
	margin-left: 0px;
}

/* ==============================================================================
        ----------------------- MENU BAR BEGIN  --------------------------------    
   ================================================================================*/
.ccis_menu.ui-menu{
	background: #0a5480;
	color: white;
	padding-bottom: 0px;
	height: 36px;
}

.ccis_menu.ui-menu .ui-menuitem{
	border-right: 1px solid #537C96;
	border-radius:unset;
	padding: 0px 15px;
}

.ccis_menu.ui-menu .ui-widget-content .ui-menuitem{
	border-right: none;
	padding: 0px 3px;
}

.ccis_menu.ui-menu a{
	color: white;
}
.ccis_menu.ui-menu .ui-state-hover{
	background: #1c76ae;
	-moz-box-shadow:0 0 5px #2B55A5;
	-webkit-box-shadow:0px 0px 8px #2B55A5;
	box-shadow:0px 0px 8px #2B55A5;
}
.ccis_menu.ui-menu .ui-menu-child {
	background: #0a5480;
}
.ccis_menu.ui-menu .ui-menu-child a{
	font-size:12px;
	font-family: "Roboto",sans-serif;
	font-weight: 700;
}
.ccis_menu.ui-menu .ui-menu-child .ui-state-hover{
	color: white;
	background: #1c76ae;
	-moz-box-shadow:0 0 5px #1c76ae;
	-webkit-box-shadow:0px 0px 8px #1c76ae;
	box-shadow:0px 0px 8px #1c76ae;
}
.ccis_menu.ui-menu .ui-separator{
	border-top: 1px solid #537C96;
	border-bottom: 0px none;
}
   /*=============================================================================
        ----------------------- MENU BAR END  ------------------------------------    
   ==============================================================================*/


form{
	width: 100%;
}

form table tr td label{
	width: auto;
	float: right;
}


form table tr td{
	border: 0px none !important;
}
form table tr td .label{
	text-align: right;
}
form table tr {
	border: 0px none !important;
}
form.report table tr {
	border: 0px none !important;
}
form.report table tr:HOVER {
	background-color: #d3d7cf;
}
form.report table tr td{
	border: 1px solid !important;
}
form table #radioDT{
	margin-left: 0px ;
}

.ui-fieldset .ui-fieldset-legend {
    background: none;
}

.ui-state-highlight{
	background:#2B55A5;
	border: 1px solid #2B55A5;
}

