/* Main part of styling */
body {
	margin: 0px;
	padding: 5px;
	color: #000;
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.6em;
	background-color: white;
}

h1 {
	margin: 1em 0 0.2em 0;
	font-size: 1.5em;
}

h2 { 
	margin: 1em 0 0.2em 0; 
	font-size: 1.2em;
}

input, textarea {
	font-family: Verdana, Arial, sans-serif;
	font-size: 1em;
}

/* Styling common to all tables */
table			 {border-collapse: collapse;}
table, th, td	 {border: 1px solid BurlyWood;}
td				 {padding: 5px;}
th				 {text-align: left;}

div.break {clear: both;}

.banner {
}

.logo {
	float: left;
}

#appTitle {
	float: left;
	font-size: 20px;
	font-weight: bolder;
	color: #00568b;
	text-shadow: 1px 1px 1px #cccccc;
}

#appLogo {
	float: right;
}

#userDetails {
	float: right;
	text-align: right;
	font-size: 10px;
	color: black;
	font-weight: normal;
	padding: 2px 0px 0px 0px;
	margin: 0px 0px 5px 0px;
}

.list tbody > tr:hover {
	background-color: Wheat; 
	cursor: default;
	!important;
}

.list .row_selected {
	background-color: #E8C782;
	cursor: pointer;
}

.centre-text {
	text-align: center;
}

/* end of list table style ===================== */

/* Form table style ============================ */
/* For forms, hide the borders */

.form form {
	background-color: Yellow;	
}

.form table {
	border-style: none;
}

.form h2 {
	border-style: solid;
	border-color: BurlyWood;
}

.form td {
	border-style: none;
}	

/* End of Form table style ===================== */

li.disabledMenuItem {
	color: red;
}

ul.menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: auto;
}

div.ols-menu {
	padding: 0px 0px 10px 0px;
}

em.required-field {
	color:red;
}

.css_right {float: left;}

.line-item h2 {
	margin: 0px 5px 15px 0px;
	padding: 10px 0px;
	color:#555555;
}

div.line-item {
	background-color: #eeeeee;
	border-radius: 10px;
	border-color: #aaaaaa;
	border-style: solid;
	margin: 15px 5px;
	padding: 0px 10px 10px 10px;
}

.error {
	color: #f00;
	font-style: italic;
}

input.error {
	color: red;
	border-style: solid;
}	

div.error {
	min-height: 48px;
	overflow: auto;
}

div.toolbar {
	clear: both;
	padding: 5px 0px 5px 0px;
}

div.footer {
	font-size: 1em;
	text-align: right;
	vertical-align: middle;
	border: 3px blue solid blue;
	background-color: #cccccc;
	padding: 4px;
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 10px;
}

div.contentPanel {
	/* Bottom margin is required because the "footer" <div> is absolutely positioned at the 
	 * bottom of the browser and it (footer) would obscure the bottom-most content; therefore 
	 * add an empty div to each content panel. */ 
	margin-bottom: 25px;
}


div.dialogContentPanel {
}

input[readonly] {
	background-color: #eeeeee;
}

div.olsViews ul {
	list-style-type: block;
	height: 16px;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

div.olsViews li {
	background-color: BurlyWood;
	border-color: red;
	border-style: solid;
	border-width: 1px;
	margin: 1px;
	padding: 5px;
	float: left;
	display: inline;
}	
	
#menuContainer {
	clear: both;
}

div.accountTitle {
	float: left;
	padding: 5px 0px 5px 0px;
}

span.accountTitle {
	font-size: 1.5em;
	font-weight: bold;
}

tr.unassigned {
}

tr.assigned {
}
	
tr.activated {
}

/* Style for disabled table rows */
tr.disabled {
	color: #f11;
	background-color: #fdd;
}

td.expiring {
	background-color: DarkTurquoise;
}

.actionToolbarContainer {
	background: #eee;
	border: none;
}

div.actionToolbar {
	padding: 0px;
}

div.actionToolbar table {
	border-collapse: collapse;
	border-style: none;
	background: #eee;
}

div.actionToolbar table td {
	padding: 0px;
	border-style: none;
	background: #eee;
}
	
div.toolbarButton {
	border: 1px solid #eee;
	border-radius: 3px;
	padding: 2px 2px;
	height: 24px;
	cursor: pointer;
	display: inline-block;
}

img.noBorder {
	border: none;
}

div.enabled:hover {
	border: 1px solid #888;
	background: #e5e5e5;
}

div.disabled {
	border: 1px solid #d5d5d5;
	opacity:0.15;
}

img.centred {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.ColumnFilter th {
	margin: 0px;
	padding: 2px 10px 2px 5px;
	border-top: 2px solid black;
}

#LineItem_Form table {
	width: 410px;
}

/* Datatables */
/* Row selection effect */
table tr.row_selected td {
	background-color: #E8C782;
}
table tr.row_selected td.sorting_1 {
	background-color: #E8C782;
}
table tr.row_selected td.sorting_2 {
	background-color: #E8C782;
}
table tr.row_selected td.sorting_3 {
	background-color: #E8C782;
}

/* Rollover (hover) effect */
table tr.even:hover td {
	background-color: Wheat;
}

table tr.odd:hover td {
	background-color: Wheat;
}

table tr.even:hover td.sorting_1 {
	background-color: Wheat;
}

table tr.odd:hover td.sorting_1 {
	background-color: Wheat;
}

table tr.even:hover td.sorting_2 {
	background-color: Wheat;
}

table tr.odd:hover td.sorting_2 {
	background-color: Wheat;
}

table tr.even:hover td.sorting_3 {
	background-color: Wheat;
}

table tr.odd:hover td.sorting_3 {
	background-color: Wheat;
}
