html {
	//-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family: Titillium;
	src: url(font/embedded/TitilliumText22Lregular.otf) format("opentype");
	font-weight: 200;
	letter-spacing: 1px;
}

@font-face {
	font-family: Titillium;
	src: url(font/embedded/TitilliumText22Lbold.otf) format("opentype");
	font-weight: 900;
}

input[type="button"] {
	border: 2px;
	padding: 5px 5px;
	border-radius: 5px;
	color: #ffffff;
	font-size: 11px;
	background: #cc6600;
}

input[type="submit"].action_button {
	border: 2px solid;
	padding: 5px 5px;
	border-radius: 5px;
	border-color: #e0e0e0;
	color: #000000;
	font-size: 11px;
	background: #f9f9f9;
}

.action_button {
	border: 2px solid;
	padding: 5px 5px;
	border-radius: 5px;
	border-color: #e0e0e0;
	color: #000000;
	font-size: 11px;
	background: #f9f9f9;
}

input[type="submit"].view_button {
	border: 2px solid;
	padding: 5px 5px;
	border-radius: 5px;
	border-color: #cc6600;
	color: #000000;
	font-size: 11px;
	background: #ffffff;
}

.view_button {
	border: 2px solid;
	padding: 5px 5px;
	border-radius: 5px;
	border-color: #cc6600;
	color: #000000;
	font-size: 11px;
	background: #ffffff;
}

input[type="submit"] {
	border: 2px;
	padding: 5px 5px;
	border-radius: 4px;
	color: #ffffff;
	font-weight: normal;
	background: #404040;
}

.menu_button {
	width: 210px;
	border: 1px;
	padding: 5px 5px;
	border-radius: 5px;
	border-color: #f0f0f0;
	color: #ffffff;
	font-size: 12px;
	background: #f0f0f0;
	cursor: pointer;
	float: left;
	v-align: center;
}



.textbox {
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	padding:5px;
	border-top:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	border-right:1px solid #999999;
	border-bottom:1px solid #999999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

tr, td, p {
	font-family: Titillium, tahoma, arial, tahoma, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin: 0px;


}

.medium {
	font-size: 12px;
}

.small {
	font-size: 11px;
}

h1 {
	font-size: 26px;
	font-weight: normal;
	letter-spacing: -1px;
	padding: 0;
	margin: 0px 0 0 0;
	line-height: 1em;
	padding-top: 3px;
	color: #000000;
}

h2 {
	font-size: 22px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: -1px;
	color: #cc6600;
	padding: 0;
	margin: 0px 0 0 0;
	line-height: 1em;
        padding-top: 3px;
}

h3 {
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0px 0 0 0;
	line-height: 1em;
        padding-top: 3px;
}


h4 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0px 0 0 0;
	line-height: 1em;
        padding-top: 3px;
}

.heading {
	font-size: 12px;
	font-weight: bold;
	color: #336699;
}
body {
	color: #ffffff;
	margin:0
}

.listing {
	position: relative;
	width:100%;
	height:150px;
	background-color:#ffffff;
	overflow:auto;
	border: 0px;
	border-right-color: #ffffff;
	border-right-style: 20px, #ffffff;
	
}




a:link {
	color: #880000; text-decoration: none;
}

a:visited {
	color: #880000; text-decoration: none;
}

a:active {
	color: #880000; text-decoration: underline;
}


.textmedium {
	font-size: 12;
}

.textdark {
	color: #000000;
}

.textbigger {
	font-size: 12; color: #000000; letter-spacing: 0px
}

.textfaded {
	color: #909090;
}

.texthighlighted {
	color: #336699;
}

.textalert {
	color: #cc6600;
	letter-spacing: 0px;
}

.textbold {
	color: #000000;
	font-weight: bold;
	letter-spacing: -0em;
}

.textformlabel {
	font-weight:normal; color: #336699;
}

.textbright {
	color: #cc6600;
}


.alert {
    border: 1px solid #f0f0f0;
    padding: 0px;
    background: #FEF9F9;
    font-size: 11px;
}

.info {
    border: 1px solid #fde179;
    padding: 0px;
    background: #fef6d8;
    font-size: 11px;
}


.taboff {
	color: #FFF;
	font-weight: bold;
	border: solid 1px #999;
	/*background: #cc3300;
	background: -webkit-gradient(linear, left top, left bottom, from(#cc3300), to(#cc6600));
	background: -moz-linear-gradient(top,  #cc3300,  #cc6600);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3300', endColorstr='#cc6600');*/
	background: #390D0D;
	background: -webkit-gradient(linear, left top, left bottom, from(#390D0D), to(#390D0D));
	background: -moz-linear-gradient(top,  #390D0D,  #390D0D);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#390D0D', endColorstr='#390D0D');
	height:24px;
	margin: 0px;
	padding:12px;
	border: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px; 
}


/*-------------------------------------------------------------------------------------------------------*/
/*In-Active button css*/
.tabon {
	color: #FFF;
	font-weight: bold;
	border: solid 1px #999;
	background: #4A0909;
	background: -webkit-gradient(linear, left top, left bottom, from(#4A0909), to(#BE1717));
	background: -moz-linear-gradient(top,  #4A0909,  #BE1717);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A0909', endColorstr='#BE1717');
	height:20px;
	margin: 0px;
	border: 0px;
	padding:12px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px; 
}

/*
.tabon {
	color: #FFF;
	border: solid 1px #999;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#66CC33), to(#60BA33));
	background: -moz-linear-gradient(top,  #66CC33,  #60BA33);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#66CC33', endColorstr='#60BA33');
	height:24px;
	margin: 0px;
	padding:8px;
	border: 0px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px; 
}


.taboff {
	color: #FFF;
	border: solid 1px #999;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#666666), to(#ccc));
	background: -moz-linear-gradient(top,  #666666,  #CCC);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccc', endColorstr='#999');
	height:20px;
	margin: 0px;
	border: 0px;
	padding:8px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px; 
	-webkit-border-top-right-radius: 10px; 
}

*/



.toolbar {
	background-color: #f0f0f0;
	border-top: #d0d0d0 1px solid;
	border-bottom: #d0d0d0 1px solid;
}

.dbtoolbar {
	background-color: #6699FF;
	color: #ffffff;
}


.neatbox {
	background-color: #ffffff;
	border-right: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 2px solid;
}
.neatcell {
	background-color: #6699cc;
}


.box {
	background-color: #ffffff;
	color: #000000;
	border-right: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
}

.boxhighlighted {
	background-color: #336699;
	color: #ffffff;
	font-weight: bold;
}

.boxborder {
	border-right: #cc6600 2px solid;
	border-left: #cc6600 2px solid;
	border-top: #cc6600 2px solid;
	border-bottom: #cc6600 2px solid;
}

.boxfaded {
	background-color: #f9f9f9;
	color: #000000;
	border-right: #e0e0e0 1px solid;
	border-left: #e0e0e0 1px solid;
	border-top: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 3px solid;
}


.gridheader {
	background-color: #f6f6f6;
	color: #000000;
	border-right: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 2px solid;
}

.gridheaderhighlighted {
	background-color: #ffffff;
	border-right: #336699 1px solid;
	border-bottom: #336699 1px solid;
}

.gridrowoff {
	background-color: #ffffff;
}

.gridrowon {
	background-color: #f0f0f0;
	color: #000000;
	border-right: #a0a0a0 1px solid;
	border-left: #a0a0a0 1px solid;
	border-top: #a0a0a0 1px solid;
	border-bottom: #a0a0a0 1px solid;
}

.gridcelloff {
	border-right: #e0e0e0 1px solid;
	border-bottom: #e0e0e0 1px solid;
	color: #808080;
}



inputttt {
	font-size: 11px; font-family: arial; height: 22px; background-color: #ffffff
}

.filefield_textbox {
	float: left
}

.filefield_div {
	position: relative; 
	width: 100px; 
	height: 23px; 
	overflow: hidden;
}

.filefield_button {
	width: 80px; 
	height: 18px;
	position: absolute; 
	font-size: 9px;
	font-weight: bold;
	top: 0px;
	background-color: #33BB00;
	color: #FFFFFF;
	border-style: solid;
}

.filefield_hidden {
	font-size: 45px; 
	position: absolute; 
	right: 0px; 
	top: 0px; 
	opacity: 0; 
	
	filter: alpha(opacity=0); 
	-ms-filter: "alpha(opacity=0)"; 
	-khtml-opacity: 0; 
	-moz-opacity: 0;
}


input[type="file"] {
	font-size: 11px; font-family: arial; height: 19px; background-color: #ffffff
}

select {
	font-size: 10px; font-family: arial; height: 18px; background-color: #ffffff
}

textarea {
	font-size: 11px; font-family: arial; background-color: #ffffff
}


.fieldname {
	font-weight: bold;
	color: #447799;
}

.date {
	font-size: 11px; font-weight: bold; border-right: 0px; border-left: 0px; border-bottom: 0px; border-top: 0px; height: 18px; background-color: #ffffff
}

.datedropdown {
	font-size: 11px; font-family: tahoma, sans-serif, arial, verdana; border-right: 0px; border:0px solid; border-top-color:#ffffff; border-left-color:#ffffff; border-right-color:#ffffff; border-bottom-color:#ffffff; border-left: 0px; border-bottom: 0px; border-top: 0px; height: 18px; background-color: #f0f0f0
}


