/*
 *
 * main.css
 *
 * CSS file for CMS backend
 *
 */

/* DEFAULTS */
html, body {
	margin: 0px;
	padding: 0px;
	font-family: Tahoma, Geneva, Verdana, Arial, Sans-Serif;
	font-size: 13px;
	text-align: left;
	background: url('../images/bgfade.gif') repeat-x;
	background-color: #EEEEEE;
}
table, td, th {
	border: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 13px;
	text-align: left;
}
img {
	border: 0px;
}
h2 {
	color: #23224F;
}


/* DYNAMIC POPUP MENU */

.submenu {
	position: absolute;
	margin-top: 10px;
	visibility: hidden;
	background: #EAF6FC;
	border: 1px solid black;
	z-index: 5;	/* due to tab-pane z-indexes */	
}

.submenu ul {
	list-style-type: none;
	margin: 0px;
	padding-left: 5px;
}
.submenu li hr {
	height: 1px;
	background: #3F3E8F;
	border: 0px none; 
}
.submenu li:hover {
	color: red;
	background-color: #F7FCEA;
}
.submenu li:hover a {
	color: black;
}
.submenu a:link {
	color: #006699;
	text-decoration: none;
}
.submenu a:visited {
	color: #006699;
	text-decoration: none;
}

/* CONTENT */
#content {
	margin: 10px;
}

#login_form fieldset {
	border: 0px none;
}
#login_form input.text {
	font-weight: bold;
	padding: 2px;
	border: 1px solid black;
	border-style: ridge;
	background-color: #FFFFDF;
}


/* LISTING TABLE */
.listing {
	border-spacing:1px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#E7E7E7;
	color: #5B5B5B;
	empty-cells: show;
}

.listing td, th {
	padding: 4px;
}

.listing thead th {
	text-align: center;
	background: #F5F5F5;
	color: #666;
	border: 1px solid #FFF;
	text-transform:uppercase;
}
.listing thead th a {
	color: #D0A600;
}

.listing tbody th {
	font-weight: bold;
}

.listing tbody tr		{
	background-color:#FFF; 
	text-align:left;
	}
.listing tbody tr.odd 	{
	background: #f9f9f9;
	border-top:1px solid #FFF;
}

.listing tbody th a:link, tbody th a:visited {
	color:#96D030;
	padding:3px 0px 0px 18px;
}
.listing tbody th a:hover {
	color:#FF8601;
}

.listing tr td {
	padding-top: 2px;
	padding-bottom: 2px;
	background: #FFF;
	border: 1px solid #FFF;
	vertical-align: top;
}


.listing tbody tr.odd td{ 
	background-color: #f9f9f9;
	border-top:1px solid #FFF;
}
.listing tbody tr:hover td {
	background-color: #FFF2CF;
}
.listing tbody tr.odd:hover td {
	background-color: #FFF2CF;
}

.listing tbody td a:link, table td a:visited {
	color: #1975D7;
	text-decoration: none;
}

.listing tbody td a:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
}
a.listing {
	color: #1975D7;
	text-decoration: none;
	background-color: transparent;
}
a.listing:hover {
	color: #50ADEA;
	border-bottom:2px solid #8FD5FF;
	text-decoration: none ;
	background-color: transparent;
}

/* help texts */

a.help {
	color: black !important;
	cursor: help;
	border-bottom: 1px dotted black;
}

a.help:hover {
	color: black;
	background: #DDDDDD;
} 

a.help span {
	position: relative;
	font-size: 90%;
	font-weight: normal;
	text-align: left;
}

a.help span span {
	display: block;
	position: absolute;
	visibility: hidden;
	top: 3em;
	left: .5em;
	padding: .2em .5em;
	width: 15em;
	color: black;
	background: #FFF887;
	border: solid #b86 1px;
}

a.help:hover span span {
	visibility: visible;
}

a.help span span ul {
	margin-left: 0px;
	padding-left: 18px;
	text-indent: 0px;
}


/* CMS backend info texts */

a.info2 {
	color: black !important;
	cursor: help;
	text-decoration: none;
}

a.info2:hover {
	background: transparent;
} 

a.info2 span {
	position: relative;
}

a.info2 span span {
	display: block;
	position: absolute;
	visibility: hidden;
	top: 2em;
	left: .8em;
	width: 15em;
	background: #C3CDDF;
	border: solid #0F387F 1px;
}

a.info2:hover span span {
	visibility: visible;
}

a.info2 span span table {
	width: 100%;
	margin: 0px;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px 0px;
	border: 0px none;
}

a.info2 span span table th {
	background: #0F387F;
	font-size: 90%;
	color: white;
	padding: 1px;
}

a.info2 span span table td {
	padding: 2px;
	font-size: 90%;
}


/*  FILTER */
table.filter_date {
	width: 133px;
	border: 0px none;
	border-spacing: 0px;
	border-collapse: collapse;
}

table.filter_date tr td {
	margin: 0px;
	padding: 0px;
}
	
.filter_date_input {
	width: 110px;
}

.highlight {
	font-weight: bold;
	color: #FF0000;
}


#purchase_detail td {
	padding: 5px;
	border-bottom: 1px solid #F6F6F6;
}

#purchase_detail td.bor_left {
	border-left: 1px solid #F6F6F6;
}

#purchase_detail table {
	border: 1px solid white;
	border-collapse: collapse;
}

.cellbg {
	background-image:url('../images/sharpcms-bannerimng.jpg');
	background-repeat:no-repeat;
	background-position:right;
}
.text {
	background-image:url('../images/sharpcms-fldbg.jpg');
	border:1px solid #365379;
	font-family :Arial, Helvetica, sans-serif;
	font-size: 12px; color:#000000;
	font-weight : bold;
}
.fldbg {
	background-image:url('../images/sharpcms-fldbg.jpg');
	border:1px solid #365379;
	font-family :Arial, Helvetica, sans-serif;
	font-size: 12px; color:#000000;
	font-weight : bold;
}
.fldtxt {
	font-family :Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#336699;
	font-weight : bold;
}
.btnbg {
	background-image:url(../images/sharpcms-logingradbg.jpg);
	border:1px solid #365379;
	font-family :Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	font-weight: bold;
}
