/* general classes */
BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	background : #F8F8FF;
	color : #333333;
}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
	color : #333333;
}

A:HOVER {
	text-decoration : underline;	
	color : Black;
}

TH,TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

HR {
	border : 1px solid #D3D3D3;
}

.button {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
	background : #DCDCDC;
	border : 1px solid #A9A9A9;
	color : #696969;
}

.field_textbox, .field_filebox, .field_listbox, .field_selectbox {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
	background : #FCFCFC;
	border : 1px solid #A9A9A9;
	color : #696969;
}

 .field_checkbox {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
	background : #FCFCFC;
	color : #696969;
}

.error {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Red;
}

.info {
	font-family : Arial, Helvetica, sans-serif;
    font-size : 11px;
    color : Blue;
}

/* these are used by modules and core to render text inside tables */
.centerboxtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : White;
	color : #333333;
}

.sideboxtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FAFAFA;
	color : #333333;
}

.plainboxtitle {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
    font-weight : bold;
	background : #DCDCDC;
	border-top : 1px solid #333333;
	border-bottom : 1px solid #333333;
	color : #333333;

}

.plainboxtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FAFAFA;
	color : #333333;
}

/* these are used by the theme only - do not use outside theme!*/
.sideboxtitle {
	background : #FAFAFA;
	border-bottom : 1px solid #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	font-weight : bold;
	color : #333333;
}

.centerboxtitle {
	background : #FAFAFA;
	border-bottom : 1px solid #333333;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;	
	font-weight : bold;
	color : #333333;
}

.pgprocessed {
	color: #ADADAD;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 9px;
}

/* user card */
.userexttable {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	color : White;
	background : #333333;
}

.usertoppanel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #EAEAEA;
	color : #333333;
}

.userbottompanel {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FAFAFA;
	color : #333333;
}

.myaccount1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	font-weight : bold;
	background : #5A98FE;
	color : #FFFFFF;
}

.myaccount2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;	
	background : #FFCCFF;
	color : #333333;
}

.ctr {
	text-align: center;
}

.login {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding: 0px;
	border: 1px solid #cccccc;
	width: 780px;
	background: #FFFFFF;
}
.inputbox {
        color: blue;
        background: #E9EFF5;
        font-family: Courier, Helvetica, sans-serif;
        z-index: 0;
        font-size: 11px;
}

.redirect {
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
	padding: 0px;
	border: 1px solid #cccccc;
	width: 300px;
	background: #FFFFFF;
}
.menudetail {
	font-family:sans-serif;
	font-size:14px;
	color: #000000;
}