﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/


body
{
	background-color: #708090;
	font-size: .8em;
	font-family: Arial, "Trebuchet MS" , Verdana, Helvetica, Sans-Serif;
	margin: 0;
	padding: 0;
	color: #696969;
}

a:visited
{
	color: #505abc;
}

a:hover
{
	color: #1d60ff;
	text-decoration: none;
}

a:active
{
	color: #12eb87;
}

p, ul
{
	margin-bottom: 20px;
	line-height: 1.6em;
}

header, footer, nav, section
{
	display: block;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
	font-size: 1.5em;
	color: #696969;
	-webkit-margin-before: .8em;
	-webkit-margin-after: .5em;
}

h1
{
	font-size: 2em;
	padding-bottom: 0;
	margin-bottom: 0;
}

h2
{
	padding: 0 0 10px 0;
}

h3
{
	font-size: 1.2em;
}

h4
{
	font-size: 1.1em;
}

h5, h6
{
	font-size: 1em;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}

header, #header
{
	position: relative;
	margin-bottom: 0px;
	color: #000;
	padding: 0;
}

header h1, #header h1
{
	font-weight: bold;
	padding: 5px 0;
	margin: 0;
	color: #fff;
	border: none;
	line-height: 2em;
	font-size: 38px !important;
	text-shadow: 1px 1px 2px #111;
}

#main
{
	padding: 15px 15px 15px 30px;
	background-color: #fff;
	border-radius: 4px 0 0 0;
	-webkit-border-radius: 4px 0 0 0;
	-moz-border-radius: 4px 0 0 0;
}

footer, #footer
{
	background-color: #fff;
	color: #999;
	padding: 10px 0;
	text-align: center;
	line-height: normal;
	margin: 0 0 30px 0;
	font-size: .9em;
	border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset
{
	border: 1px solid #ddd;
	padding: 0 1.4em 1.4em 1.4em;
	margin: 0 0 1.5em 0;
}

legend
{
	font-size: 1.2em;
	font-weight: bold;
}

textarea
{
	min-height: 75px;
}

input[type="text"], input[type="password"]
{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
	width: 200px;
}

select
{
	border: 1px solid #ccc;
	padding: 2px;
	font-size: 1.2em;
	color: #444;
}

input[type="submit"]
{
	font-size: 1.2em;
	padding: 5px;
}

/* TABLE
----------------------------------------------------------*/

.slimtableNoZebra
{
	border: solid 1px #e8eef4;
	border-collapse: collapse;
	white-space: nowrap;
}

.slimtableNoZebra td
{
	padding: 5px;
	border: solid 1px #e8eef4;
}

.slimtableNoZebra th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
}


.slimtable
{
	border: solid 1px #e8eef4;
	border-collapse: collapse;
	white-space: nowrap;
    font-size: 10px;
}

.slimtable td
{
	padding: 5px;
	border: solid 1px #e8eef4;
}

.slimtable th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border: solid 1px #e8eef4;
}

.slimtable tr:nth-child(odd)
{
	background-color: #F2F2F2;
}

.slimtable tr:nth-child(even)
{
	background-color: White;
}

.superslimtable
{
	border-width: 0px;
	border-collapse: collapse;
	white-space: nowrap;
}

.superslimtable td
{
	padding: 5px;
	border-width: 0px;
}

.superslimtable th
{
	padding: 6px 5px;
	text-align: left;
	background-color: #e8eef4;
	border-width: 0px;
}

/*
.superslimtable tr:nth-child(odd)
{
	background-color: #F2F2F2;
}
*/

/* MISC  
----------------------------------------------------------*/
.clear
{
	clear: both;
}

.error
{
	color: Red;
}

nav, #menucontainer
{
	float: right;
	margin-top: 16px;
}

section
{
	clear: both;
}

div#title
{
	display: block;
	float: left;
	text-align: left;
}

#logindisplay
{
	font-size: 1.1em;
	display: block;
	text-align: right;
	margin: 10px;
	color: White;
}

#logindisplay a:link
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:visited
{
	color: white;
	text-decoration: underline;
}

#logindisplay a:hover
{
	color: white;
	text-decoration: none;
}

.tdguid
{
	font-family: Courier New;
	font-weight: bold;
	white-space: nowrap;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
	color: #ff0000;
}

.field-validation-valid
{
	display: none;
}

.input-validation-error
{
	border: 1px solid #ff0000;
	background-color: #ffeeee;
}

.validation-summary-errors
{
	font-weight: bold;
	color: #ff0000;
}

.validation-summary-valid
{
	display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label, .editor-label
{
	margin: 1em 0 0 0;
	white-space: nowrap;
}

.display-field, .editor-field
{
	margin: 0.5em 0 0 0;
	white-space: nowrap;
}

.text-box
{
	width: 30em;
}

.text-box.multi-line
{
	height: 6.5em;
}

.tri-state
{
	width: 6em;
}

input.groovybutton
{
	font-size: 18px;
	width: 180px;
	height: 34px;
}

/* Styles for multicolumn details
----------------------------------------------------------*/
#multicolumn
{
    columns: 2;
    -moz-columns: 2;
	-webkit-column-count: 2;
	-webkit-column-gap: 0;
}

#multicolumn ul
{
    columns: 1;
    -moz-columns: 1;
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#multicolumn li
{
	float: left;
	clear: left;
	width: 100%;
	padding: 0.2em;
	height: 20px;
}

#multicolumn li:nth-child(odd)
{
	background-color: #F2F2F2;
	height: 20px;
}
#multicolumn li:nth-child(even)
{
	background-color: White;
	height: 20px;
}

#multicolumn .display-label
{
	font-weight: bolder;
	float: left;
	width: 12em;
	height: 20px;
	margin: 0;
	padding: 0;
}

#multicolumn .display-field
{
	float: left;
	margin: 0;
	padding: 0;
	height: 20px;
}

/* Styles for single details
----------------------------------------------------------*/
#singlecolumn
{
	-webkit-column-count: 1;
	-webkit-column-gap: 0;
}

#singlecolumn ul
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

#singlecolumn li
{
	float: left;
	clear: left;
	width: 100%;
	padding: 0.2em;
}

#singlecolumn li:nth-child(odd)
{
	background-color: #F2F2F2;
}

#singlecolumn li:nth-child(even)
{
	background-color: White;
}

#singlecolumn .display-label
{
	font-weight: bolder;
	float: left;
	width: 11em;
	margin: 0;
	padding: 0;
}

#singlecolumn .display-field
{
	float: left;
	margin: 0;
	padding: 0;
}

/* Styles for zebra tables
----------------------------------------------------------*/
.zebratable tr:nth-child(odd)
{
	background-color: #F2F2F2;
}

.zebratable tr:nth-child(even)
{
	background-color: White;
}

.oddRow
{
	background-color: #F2F2F2;
}

.evenRow
{
	background-color: White;
}

.zebratable
{
	border-width: 1px;
	border-color: #AAAAAA;
	border-collapse: collapse;
}

/*
.zebratable th {
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}

.zebratable td {
	border-width: 1px;
	border-style: solid;
	border-color: #AAAAAA;
}
*/

div.wrapper
{
	clear: both;
}

div.left
{
	width: 49%;
	float: left;
}

div.right
{
	width: 49%;
	float: right;
}


.HighlightRow
	{
		background-color: #99CCFF;
		
	}

.HighlightGreen
	{
		/*clear:both;*/
		background-color: #CCFFCC;
	}
	
.HighlightRowYellow
	{
		/*clear:both;*/
		background-color: #FFFFCC;
	}

.HighlightRed
	{
		/*clear:both;*/
		background-color: #ffcccc;
	}

/* tables */
table.tablesorter {
	margin:10px 0pt 15px;
	width: 100%;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr .header {
	/*background-image: url(../images/bg.gif);*/
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

/*
table.tablesorter tbody td {
	background-color: #FFF;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
*/

table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
	background-color: #99CCFF; 
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
	background-color: #CCFFCC;
}

.SaveCancelButtonsInvisible
{
	visibility: hidden;
}

.OddsGrid
{
	border-width: 1px;
	border-color: #000;
	
}

.OddsGrid th {
	border-width: 1px;
	border-color: #AAAAAA;
}

.OddsGrid td {
	border-width: 1px;
	border-color: #AAAAAA;
	width: 50px;
	height: 25px;
	text-align: right;
}

.OddsGrid tr:nth-child(odd)
{
	background-color: #F2F2F2;
}

.OddsGrid tr:nth-child(even)
{
	background-color: White;
}

.FancyTable {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 5px 5px 5px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.FancyTable table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.FancyTable tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.FancyTable table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.FancyTable table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.FancyTable tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.FancyTable tr:hover td{
	background-color:#ffffff;
		

}
.FancyTable td{
	vertical-align:middle;
	
	background-color:#ffffff;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:center;
	padding:5px;
	font-size:16px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.FancyTable tr:last-child td{
	border-width:0px 1px 0px 0px;
}.FancyTable tr td:last-child{
	border-width:0px 0px 1px 0px;
}.FancyTable tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.FancyTable tr:first-child td{
		background:-o-linear-gradient(bottom, #001dff 5%, #01168e 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #001dff), color-stop(1, #01168e) );
	background:-moz-linear-gradient( center top, #001dff 5%, #01168e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#001dff", endColorstr="#01168e");	background: -o-linear-gradient(top,#001dff,01168e);

	background-color:#001dff;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.FancyTable tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #001dff 5%, #01168e 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #001dff), color-stop(1, #01168e) );
	background:-moz-linear-gradient( center top, #001dff 5%, #01168e 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#001dff", endColorstr="#01168e");	background: -o-linear-gradient(top,#001dff,01168e);

	background-color:#001dff;
}
.FancyTable tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.FancyTable tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}