html, body {
	font-family:Verdana, Geneva, sans-serif;

	background-color: #FFF;
	margin: 0px;
}

h1 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 0.25em 0 0.25em;
	page-break-after: avoid;
}
h2 {
	font-size: 1.5em;
	font-weight: bold;
	/*margin: 0.25em 0 0.25em;*/
	page-break-after:avoid;
}
h3 {
	font-size: 1.2em;
	font-weight: bold;
	/*margin: 0 0 1ex;*/
	white-space: nowrap;
	page-break-after: avoid;
}


a,  a:active{
	color: #03C;
	cursor:pointer;
	text-decoration:none;
}

a:visited{
	color:#03C;
}

img{ border: 0px; }




.bxaf-menubar-div{

	min-width:800px;
	height: 26px;
	background: #AACEFF url(../base/images/bgSection.gif) repeat-x;

	font-size: 0.85em;
	
	padding-top: 4px;
		
	text-shadow: 1px 1px 1px #EEE;
	
	margin-bottom: 5px;

}

.bxaf-menubar-nolink{
	display:inline-block;
	margin: 0;
	padding: 2px 7px 2px 7px;
	border: 1px solid transparent;
}

.bxaf-menubar-div a {
	display:inline-block;
	margin: 0;
	padding: 2px 7px 2px 7px;

	border: 1px solid transparent;
	
	border-radius: 3px;
	
	text-decoration:none;
	
}

.bxaf-menubar-div a:hover {
	border: 1px solid #CCC;
	color:#FFC;
	background-color:#090;
	text-shadow:none;
}




#mainContent {
	padding-left: 10px;
	padding-right: 10px;
}


#mainContent, #mainContent td, #mainContent th, #mainContent p , #mainContent input, #mainContent textarea {
	font-size: 12px;
}

.highlight_disabled{
	background-color:#FF0;
}

/********** Starting from here are new styles */

.bxaf_round_corner{
	background-color:#F5F5F5; 
	border: 1px solid #EEEEEE;
	padding: 5px; 
	border-radius: 5px;
}


#BxAF_Module_Left_Panel{
	width: 300px;
	min-width: 300px;
}

#BxAF_Module_Left_Panel_Home{
	width: 35px;
	text-align:center;
}
#BxAF_Module_Left_Panel_Title{
	font-size:20px; 
	font-weight:bold; 
}
#BxAF_Module_Left_Panel_Content{
	padding: 5px;
	border-radius: 5px;
	margin: 5px;
	border: 1px solid #EEE;
}



#BxAF_Module_Right_Panel{
}
#BxAF_Module_Right_Panel_Content{
	min-height: 500px;	
	padding: 10px;
}


#BxAF_Module_Message{
	padding-left: 20px;
	color: #999;
}




/************* Start of Sortable Table CSS **************************/
.row_highlight{
	background-color:#EEE;
}

.bxaf_sortable_table{
	border:1px solid #CCC;
}
.bxaf_sortable_table thead th {
	background-image:none;
	background-color:#EEE;
	
	border:1px solid #EEE;
	border-bottom:1px solid #CCF;
	
	font-style: italic;
	text-align:left;
	cursor:pointer;
	padding: 5px 20px 5px 10px;
	
	white-space:nowrap;
}

.bxaf_sortable_table thead th:hover {
	background-color:#DDD;
	border:1px solid #EEE;
	border-bottom:1px solid #090;
}

.bxaf_sortable_table thead th.headerSortUp { 
    background: url(images/small_asc.gif) no-repeat 95% 50%;
    background-color: #CCC; 
} 

.bxaf_sortable_table thead th.headerSortDown { 
    background: url(images/small_desc.gif) no-repeat 95% 50%;
    background-color: #CCC; 
} 

.bxaf_sortable_table tbody td{
	padding: 5px;
	border-top:1px dotted #EEE;
}

.bxaf_sortable_table tbody tr{
	vertical-align:top;
}
.bxaf_sortable_table tbody tr:hover{
	background-color:#EEE;
}


/************* End of Sortable Table CSS **************************/






/************* Start of Non-Sortable Table CSS **************************/
.bxaf_nonsortable_table{
	border:0px solid #CCC;
}
.bxaf_nonsortable_table thead th {
	background-image:none;
	
	background-color:#F5F5F5;
	border:1px solid #EEE;
	
	font-style: italic;
	text-align:left;

	padding: 5px 20px 5px 10px;
	
	white-space:nowrap;
}


.bxaf_nonsortable_table tbody td{
	padding: 5px;
}

.bxaf_nonsortable_table tbody tr{
	vertical-align:top;
}
.bxaf_nonsortable_table tbody tr:hover{
	background-color:#EEE;
}
/************* End of Non-Sortable Table CSS **************************/



/************* Start of nicEdit CSS **************************/

.nicEdit_class{
	background-color: #FFF;
	width: 100%;
}
.nicEdit-selected {
	background-color: #FFF !important;
}
.nicEdit-main{
	padding: 5px;
	background-color: #FFF !important;
}
.nicEdit-panel, .nicEdit-button {
	background-color: #EEE !important;
}
.nicEdit-panelContain{
	background-color: #EEE !important;
}
/************* End of nicEdit CSS **************************/




/************* Start of plupload CSS **************************/

/*

<div id="plupload_container">
    <div id="plupload_title">
        <img src="images/clip.gif" alt="" width="11" height="16" border="0" align="absmiddle" />
        Attach files: 
        <a href="Javascript: void(0);" id="plupload_pickfiles">Select files</a> - 
        <a href="Javascript: void(0);" id="plupload_uploadfiles_clear">Clear list</a>
    </div>
    <div id="plupload_dropbox">
    	<div id="plupload_dropbox_prompt">Drop files here for uploading ...</div>
        <div id="plupload_filelist"></div>
    </div>
</div>  
*/
#plupload_title{
	padding: 5px;
	color: #999;
}
#plupload_dropbox {
	padding: 5px;
	display:block; 
	width: 95%;
	min-width: 300px;
	overflow: auto; 
	border: 1px solid #EEE; 
	border-radius: 5px;
	background-color:#FFF;
}
#plupload_pickfiles {
	cursor:pointer;
	font-weight:bold;
}
#plupload_uploadfiles_clear {

}
#plupload_dropbox_prompt {
	color: #CCC;
	text-align:center;
}
#plupload_filelist {
	padding: 5px;
}
#plupload_actions {
	padding: 5px;
}
/************* End of plupload CSS **************************/



/************* Start of timepicker CSS **************************/
.ui-timepicker-div .ui-widget-header{ margin-bottom: 8px; }
.ui-timepicker-div dl{ text-align: left; }
.ui-timepicker-div dl dt{ height: 25px; }
.ui-timepicker-div dl dd{ margin: -25px 0 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }

.ui-widget {
    font-size: 0.8em;
}

/************* End of timepicker CSS **************************/

