@font-face {
    font-family: RobotoSlabRegular;
    src: url(RobotoSlab-Regular.ttf);
}

html {
	height: 100%;
	background-color: #f7f7f7;
}

body {
    
    color: #000;
	font-family: Helvetica, Arial, Verdana; 
	font-size: 10pt; 
	margin: 0;
	text-align:center;
	height: 100%;
	top :0px;
}

input[type=text],input[type=password]{
	width:200px;
}

input[type=text].width50pct,input[type=password].width50pct{
	width:50%;
}

textarea{
	min-width:200px;
	min-height:100px;
}


#wrapper {
	margin: 0px auto;
	width:960px;
	height:100%;
}

#content {
	
	margin: 0px auto;
	/*margin-bottom:20px;*/
	background: #fff;
/*height:100%;*/
padding-left:5px;
padding-right:5px;
/*padding-top:5px;*/
top:0px;
	}
	
	
#content a {
    text-decoration: none;
    color:#000;
}

#content a:visited {
    text-decoration: none;
}
	
#content a:active {
	text-decoration: underline;
}
    
#content a:hover {
	text-decoration: underline;
}

#content h1 {
	font-size:18px
}

#content h2 {
	font-size:16x
}

    
.footer {
    background-color: #007DBA;
    /*
	text-align: right;
    font-size:10px;
    bottom:0px;
    position:fixed;
    z-index:150;
    */
    width:100%;
    color:#fff;
    font-size:1.1em;
}   
.footer a{
	text-decoration:none;
}
.footer a,.footer b{
	color:#fff;
	
}
.footer .row{
margin:0px auto;width: 45%;padding: 10px;}
  
.footer .col{
float:left;padding-left: 20px;text-align: left;padding-right: 20px;}


img {border:0px;}

.imgbutton {border:0px;cursor:pointer;padding:5px;}


.clear {clear:both;}

/**************** menu *****************/

.divMenu {

	background-color: #ccc;
	padding-top:10px;
	/*padding-bottom:10px;	*/
	height:60px;
	border-radius:5px;
}

.divMenu h2 {
	min-width:100px;
	text-align:center;
	font-size: 12px;
  	font-weight: bold;
	color: #000;
	letter-spacing: .1em;	
	display: inline;
	padding-left:5px;
	padding-right:5px;
	padding-top: 5px;	
}

.divMenu a {
	text-decoration: none;
	color: #000;	
}

.divMenu a:hover {
	color: #FF6600;	
	text-decoration: underline;
}

.divMenu a:active {
	text-decoration: none;
}

.divMenu a:visited{
	text-decoration: none;
}

/**************** menu location breadcrumb bar *****************/

#divMenuLocationBar{
	background:#007DBA;
	text-align:left;
	color:#fff;
	padding-left:10px;
	border-radius: 5px;
	height: 25px;
	line-height: 25px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-family:RobotoSlabRegular;
	font-size:14px;

}

#divMenuLocationBar a{
 	color:#fff;
	text-decoration: none;	
}

#divMenuLocationBar a:hover {
	color: #000;	
	text-decoration: underline;
}

#divMenuLocationBar a:active {
	text-decoration: none;
}

#divMenuLocationBar a:visited{
	text-decoration: none;
}


/**************** menu options *****************/

.divMenuOptions {
	float: right; 
	text-align:right;
	font-family:RobotoSlabRegular;
	font-size:14px;	
	color: #000;
	/*white-space:nowrap;*/
	/*padding-right:10px;*/
	margin-right:10px;
	height:25px;
	padding-top:5px;
	min-width:190px;
}

.divMenuOptions a {
	text-decoration: none;
	color: #000;	
}

.divMenuOptions a:hover {
	color: #f60;	
	text-decoration: underline;
}

.divMenuOptions a:active {
	text-decoration: none;
}

.divMenuOptions a:visited{
	text-decoration: none;
}



/**************** header *****************/

.divHeader {
	background-color: #FFFFFF;
	margin: 0px auto;
	padding-top:5px;
}

.divHeader p
{
    font-size:        16px;
    
}


.divHeader img
{
	border: 0px;
}


.divHeaderLeft {
	text-align:left;
	width:25%;
	float:left;
}

.divHeaderMiddle {
	width:50%;
	margin:0px auto;
}

.divHeaderRight {
	text-align:right;
	width:25%;
	float:right;
}


.divHeaderSystemMessage{
	border-radius:5px;
	background-color:#DDDDDD;
	margin: 0px auto;
	border: 1px #333333 solid;
	width:100%;
	text-align:center;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;	
	margin-bottom:5px;
}



#logo_menu {
   max-height: 50px;
   max-width:250px;
   float: left;
   border: 0px;
	margin-left:10px;
	
}

.mainlogo {
   width: 300px;
   border: 0px;
   padding:50px;
}

.logo_home {
  
   width: 600px;
   border: 0px;
   padding-top:200px;
   margin:0px auto;
}

.home_content{
	
}

.home_image{
	width:600px;
	border: 0px;
	padding-top:200px;
	margin:0px auto;
}

.home_links{
	font-family:RobotoSlabRegular;
	font-size:18px;
	text-decoration:underline;
	text-align:left;
	width:90%;
	margin:0px auto;
}

.home_links li { 
	list-style-type:none; 
	} 

.headerlogo {
   height: 50px;
   float: left;
   border: 0px;
	margin-left:10px;
	margin-right:10px;
}

#divHeader a {
	color: #333333;
	text-decoration: none;	
}

#divHeader a:visited {
 	color: #666666;
    text-decoration: none;
}
	
#divHeader a:active {
	text-decoration: underline;
}
    
#divHeader a:hover {
 	color: #999999;
	text-decoration: underline;
}	


#divHeaderImageBlock {
	float: left; 
	text-align:right;
	font-size:10px;	
	color: #999999;
	padding-left:10px;	
}

#divHeaderImageBlockTitle { 
}

#divHeaderImageBlock b{
	font-size:12px;	
	color: #2a9c3b;
	font-weight:bold;
}

#divHeaderTitleBlock {
	float: right; 
	text-align:right;
	padding-top:10px;
	padding-right:20px;
}

#divTitle {
	font-size:18px;	
	color: #2a9c3b;
	font-weight:bold;
}

#divSubTitle {
	color: #666666;
}

/**************** content *****************/
#divContent{
 /*min-height:600px;	*/
 /*overflow:auto;*/
 padding-bottom:1px;
}

#navcontainer
{
background: #DDDDDD;
float: left;
padding-left:10px;
font-size: 13px;
text-align: center;
}

ul#navlist
{
text-align: left;
list-style: none;
padding: 0;
margin: 0 auto;
margin-left:0px;
}

ul#navlist li
{
display: block;
margin: 0;
margin-left:0px;
padding: 0;
}

ul#navlist li a
{
display: block;
width: 100%;
color: #333333;
text-decoration: none;
margin-left:0px;
}

#navcontainer>ul#navlist li a { width: auto; }

ul#navlist li#active a
{
text-decoration: none;
}

ul#navlist li a:hover, ul#navlist li#active a:hover
{
text-decoration: underline;
}



/**************** table output *****************/
div.sectionTitle{
	background:#64afc9;
	text-align:left;
	color:#FFFFFF;
	font-weight:bold;
	padding-top:5px;
	padding-bottom:5px;
	
	width: 100%;
	margin:0px auto;
	vertical-align:bottom;
	white-space:nowrap;
	border-radius: 5px;
	
	
}

.sectionTitle img{
	border:0px;
	padding-top:5px;
	padding-bottom:5px;	
}

.tableResults{
	width:100%;	
	border-collapse:collapse;
	background-color: #FFFFFF;
	clear:both;
}


.tableResults th{
	/*padding-left:5px;*/
	/*padding-right:10px;	
	text-align:left;
	*/
	
}

.tableResults th a {
 	color: #000000;
    text-decoration: none;	
}

.tableResults th a:visited {
    text-decoration: none;
}

.tableResults th a:active {
	text-decoration: underline;
}
    
.tableResults th a:hover {
 	color: #999999;
	text-decoration: underline;
}


.tableResults a {
   text-decoration: underline !important;	
   color: #000;
}

.tableResults a:hover {
 	color: #999;
	text-decoration: underline;
}
.nowrap {
	white-space:nowrap;
}

.AlignLeft{
	text-align:left;
}

.AlignRightBold{
	text-align:right;
	font-weight:bold;	
}

#tableResults{
	width:100%;	
	border-collapse:collapse;
	background-color: #FFFFFF;
}


#tableResults th{
	padding-right:10px;	
	text-align:left;
	
}

#tableResults th a {
 	color: #000000;
    text-decoration: none;	
}

#tableResults th a:visited {
    text-decoration: none;
}

#tableResults th a:active {
	text-decoration: underline;
}
    
#tableResults th a:hover {
 	color: #999999;
	text-decoration: underline;
}

.thName{
	text-align:right;
}

.thValue{
	border: 1px solid #999999;
}

.tdName{
	text-align:right;
	font-weight:bold;
}

.tdborderleft{
	border-left: 1px solid #999999;
}

.tdborderright{
	border-right: 1px solid #999999;
}

.tdbordertop{
	border-top: 1px solid #999999;
}

.tdborderbottom{
	border-bottom: 1px solid #999999;
}

.tdbordernone{
	border-bottom: 0px;
}


.tdValue{
	border: 1px solid #999999;
	text-align:left;
	vertical-align:top;
}

.divName{
	width:200px;
	text-align:right;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	float: left;
	padding-bottom:5px;
}

.divValue{
	text-align:left;
	float: left;
}


#tableResults td{
	text-align:left;
}

tr.highlight{
background: #EEE;	
}

tr.highlight_green{
background: #CFC;	
}

tr.highlight_yellow{
background: #FFC;	
}

tr.highlight_red{
background: #FCC;	
}

/**************** form controls *****************/
#divFormInline form{
	display:inline;
}

.divFormInline{
	display:inline;
	float:left;
}

.divFormInlineButton
{	
 	cursor:pointer;
	padding:10px;
}

.divFormInlineInput
{	
 	cursor:pointer;
	padding:10px;
	width:90%;
}

.input_short {
	width:50px;
}

.input_long {
	width:300px;
}


.divSearchForm{
 	border:1px #999999 solid;	
	background-color: #FFFFFF;
	border-radius: 10px;
	margin-top:5px;
	margin-left:5px;
	/*
	margin-left:20px;
	margin-right:20px;
	margin-top:5px;
	margin-bottom:5px;
	*/
	padding-left:10px;
	padding-right:10px;
}


.divFormOptions {

	background-color: #FFFFFF;
	/*
	float: left;
	vertical-align:bottom;
	white-space:nowrap;
	display:inline;	
	padding:10px;
	*/
	
	
	border:1px #999999 solid;	
	border-radius: 10px;
	/*margin-left:10px;
	margin-right:10px;*/
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px;
/*	width:99%;*/
padding-left:10px;
padding-right:10px;
	
}

.divFormSection {
	margin: 10px;
}


.divFormOptions ul {
	list-style: none;
	/*margin: 10px;*/
	padding: 0;
	min-width:100px;
	float: left;
	white-space: nowrap;
	text-align:left;
	/*padding-left:20px;
	padding-right:20px;
	*/
	width:50%;
	padding-left:10px;
	padding-right:10px;
	box-sizing: border-box;
}

.divFormOptions li {
	white-space:nowrap;
	margin-bottom:5px;
}

.divFormOptions li img {
	vertical-align:text-bottom;
}


.divFormOptionsInputLabel{
	text-align:left;
	min-width:150px;
	float:left;
	line-height:2.0em;
}


.divFormOptionsInputLabel a{
	text-decoration: underline;
	color:#000;
}

.divFormOptionsInputLabel a:hover{
	text-decoration: underline;
	color:#333;
}

.divFormOptionsInputObject{
	float:left;
}


.divFormOptionsInputInstructions{
	text-align:left;
	white-space:normal !important;
	float:left;
	margin-left:100px;
	margin-right:20px;
}

.divFormOptionsInputInstructions a{
 	color:#000;
	text-decoration:underline !important;
}


.divFormOptionsInputError{
	text-align:left;
	white-space:normal !important;
	float:left;
	margin-left:100px;
	margin-right:20px;
	color:#F00;
}

.divFormControls{
	background-color: #CCC;
	width: 100%;
	margin:0px auto;
	vertical-align:bottom;
	white-space:nowrap;
	padding-top:5px;
	padding-bottom:5px;
	text-align: left;
	border-radius: 5px;
	margin-bottom:5px;
	line-height:30px;
}

.divFormControls a {
 	color: #FFFFFF;
    text-decoration: none;	
}

.divFormControls a:visited {
    text-decoration: none;
}

.divFormControls a:active {
	text-decoration: underline;
}
    
.divFormControls a:hover {
	text-decoration: underline;
}



#divFormControlButton{
	padding-left:10px;
}

.divFormControlsButton{
	cursor:pointer;
	padding-left:5px;
	padding-right:5px;
	height:25px;
	width:25px;
}

.divFormControlsLeft{
	float:left;
	padding-left:10px;
	font-weight:bold;
	/*line-height:2.0em;*/
}


.divFormControlsRight{
	float:right;
	padding-right:10px;
	font-weight:bold;
}

.text_button{
	padding: 0px 3px 0px 30px;
	border-radius: 5px;
	border: 1px solid #666;
	height: 30px;
	vertical-align: top;
	background: #e9e9e9;
	cursor:pointer;
	background-position: 3px 2px; 
	background-repeat: no-repeat;   
	/*line-height:31px; */
}

.button_add{
	background-image: url(/images/icon_add.png);
}

.button_toggle_table{
	background-image: url(/images/icon_toggle_table.png);
	background-position: 3px 1px; 
}

.button_select{
	background-image: url(/images/icon_select.png);
}
 
.button_xls{
	background-image: url(/images/icon_xls.png);
}

.button_save{
	background-image: url(/images/icon_save.png);
}

.button_copy{
	background-image: url(/images/icon_copy.png);
	background-position: 3px 1px; 
}

.button_delete{
	background-image: url(/images/icon_delete.png);
}

.button_print{
	background-image: url(/images/icon_print.png);
	background-position: 3px 1px; 
}

.button_search{
	background-image: url(/images/icon_search.png);
}

.button_cancel{
	background-image: url(/images/icon_cancel.png);
}

.button_toggle{
	background-image: url(/images/icon_toggle.png);
}

.button_true{
	background-image: url(/images/icon_true.png);
}

.button_report{
	background-image: url(/images/icon_report.png);	
}

.icon_save{
    background-color:transparent;
    background-image:url(/images/icon_save.png);
    height:25px;
    width: 25px;
    background-position:center;
    border:none;
    cursor:pointer;
    background-size: 100%;
}

.icon_copy{
    background-color:transparent;
    background-image:url(/images/icon_copy.png);
    height:25px;
    width: 25px;
    background-position:center;
    border:none;
    cursor:pointer;
    background-size: 100%;
}

.icon_delete{
    background-color:transparent;
    background-image:url(/images/icon_delete.png);
    height:25px;
    width: 25px;
    background-position:center;
    border:none;
    cursor:pointer;
    background-size: 100%;
}

.icon_download{
    background-color:transparent;
    background-image:url(/images/icon_download.png);
    height:25px;
    width: 25px;
    background-position:center;
    border:none;
    cursor:pointer;
    background-size: 100%;
}

.icon_undo{
    background-color:transparent;
    background-image:url(/images/icon_undo.png);
    height:25px;
    width: 25px;
    background-position:center;
    border:none;
    cursor:pointer;
    background-size: 100%;
}


.divFormSectionTitle{
	background:#000;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	padding-left:20px;
	font-size:12px;
	padding-top:5px;
	padding-bottom:5px;
	border-radius:5px;
	margin-bottom:5px;
	
}

.divFormSectionTitle img{
	float:right;
	padding-right:10px;
	/*padding-top:2px;
	padding-bottom:2px;*/
	/*height:15px;	*/	
}


.form_group{
  min-height:200px;
  text-align:left;
  padding-left:5px;
  padding-right:5px;
}

.form_group label{
  
 
}


.form-inline{
	float:left;
	padding-left:10px;
}


#error
{
    color: #FF0000;   
	text-align:center; 
}

.inputTextDisabled{
	color:#777;	
}

.divsuperadmin{
	border-radius:10px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #CCCCCC), color-stop(1, #DFDFDF) );
	background:-moz-linear-gradient( center top, #CCCCCC 5%, #DFDFDF 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#CCCCCC', endColorstr='#DFDFDF');
	background-color:#CCCCCC;
	margin: auto;
	padding:5px;
	border: 1px #333333 solid;
	width:80%;
	text-align:left;
}



.flotTable{
	margin:auto;
	width:90%;
	position: relative;
}
tr.flot2Row{
	height:50%;
	min-height:200px;
}

.divOutputResults{
	width:100%;
}
#calendar {
		width: 600px;
		margin: 0 auto;
		}
	
	.calendarItemAllDay,
	.fc-agenda .calendarItemAllDay .fc-event-time,
	.calendarItemAllDay a {
    background-color: #FF00FF; /* background color */
    border-color: #FF00FF;     /* border color */
    color: #FFFFFF;           /* text color */
    font-weight: bold;
    padding-top:10px;
    padding-bottom:10px;
    }
	
	.calendarItemAM,
	.fc-agenda .calendarItemAM .fc-event-time,
	.calendarItemAM a {
    background-color: #FF0000; /* background color */
    border-color: #FF0000;     /* border color */
    color: #FFFFFF;           /* text color */
    font-weight: bold;
    padding-top:5px;
    padding-bottom:5px;
    }

	.calendarItemPM,
	.fc-agenda .calendarItemPM .fc-event-time,
	.calendarItemPM a {
    background-color: #0000FF; /* background color */
    border-color: #0000FF;     /* border color */
    color: #FFFFFF;           /* text color */
    font-weight: bold;
    padding-top:5px;
    padding-bottom:5px;
    }

	.fc-event-title{
		padding-left: 5px;
	}
	
	.calendarlegend{
		width: 600px;
		margin: 0 auto;
		text-align:center;
		white-space:nowrap;
		padding-top:10px;
		padding-bottom:10px;
	}
	
	
.datagrid_th{
	text-align:center;
	border:1px solid #333333;
	/*border-right:0px;*/
	
}

.datagrid_th_label{
	text-align:right;
	border:1px solid #333333;
	border-color: transparent;
	border-bottom:0px;
}

.datagrid_th_value{
	text-align:left;
	border:1px solid #333333;
	border-color: transparent;
	padding-left:5px;
	border-bottom:0px;
}

.datagrid_tfoot{
	/*text-align:right;*/
	font-weight:bold;
	font-size:1.1em;
	padding:5px;
	
}


#divLogin
{
    border-radius:10px;
	margin: 0px auto;
	border: 1px #333333 solid;
    width:            400px;
    text-align:       center;
    padding:          20px;    
    background: #fff;
    margin-top:100px;
    margin-bottom:100px;
}

#divLogin form
{
    text-align:       right;
}

#divLogin form input[type="text"],#divLogin form input[type="password"]
{
    width:150px;
}

#divLogin a {
    text-decoration: none;	
    color:#999999;
}

#divLogin a:visited {
    text-decoration: none;
}
	
#divLogin a:active {
	text-decoration: underline;
}
    
#divLogin a:hover {
	text-decoration: underline;
}

#divTitle {
	float: none; 
	padding:0px;
}


#divFormControls{

}

#divFormControlButton{
}

.div_file_preview{
	text-align:right;
	border-radius:10px;
	margin: 0px auto;
	/*border: 1px #999 solid;*/a
	padding:10px;
	width:400px;
}

.div_file_preview_controls{
	float:right;
}
.div_file_preview_controls div{
	margin-bottom:10px;
}

.div_file_preview_img{
/*	height:100px;*/
	/*float:right;*/
	padding:5px;
}



.div_file_manager{
display: none; 
position: absolute; 
left: 0; 
top: 0; 
border: solid #999 1px; 
padding: 10px; 
background-color: #eee; 
text-align: justify; 
font-size: 14px;
color:#666;
border-radius:5px;
font-weight:bold;
border-radius:5px;
}

.div_file_manager a{
color:#666;
line-height: 25px;
vertical-align: top;
}

.div_file_manager td{
text-align:center;
}


.PopUpAlertMessage{
display: none; 
position: absolute; 
left: 0; 
top: 0; 
border: solid #900 1px; 
padding: 10px; 
background-color: #eee; 
text-align: justify; 
font-size: 14px;
color:#666;
border-radius:5px;
font-weight:bold;
border-radius:5px;
z-index:9999;
}

.PopUpAlertMessageClose{
text-align: right;
margin-bottom:10px;
cursor:pointer;
font-size: 10px;
margin-top:5px;
text-decoration: underline;
}

.datagrid_hidden{
	display: none; 
}

.text_function_script{
	width:800px;
	height:400px;
}

.client_comments{
	text-align:left;
}

.background_yellow{
	background-color:#fff200;
}


.link_inline{
	float:left;
	line-height:50px;
}

.width50pct{
	width:50%;
}


