/* Some standard element rules */
html, body { padding: 0; margin: 0; }

body{
padding: 15px 0px;
}

img { border: none; }
ul { padding-left: 2em; margin-left: 0; }
form { margin: 0; padding: 0; }
div.floatclear { height: 0px; clear: both; }
hr { border: none; height: 1px; background-color: silver; }


/* 
 * Layout Rules (Positioning, Width, Height, Padding, etc...)
 * See Below For Visual Rules
 */

#main { 
	position: relative; /* this rule is needed to prevent the IE peekaboo bug */
	padding: 0px 7px;
}

#header { 
	margin: 10px;
	padding-bottom: 10px;
}

#header .subtitle { 
	float: right; 
	margin: 15px 5px 0;
}

/* Main Rounded Box */
.rounded-top .right, .rounded-bottom .right { float: right; }
#rounded-box { 
	width: 980px;
	margin: 0 auto;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
}

.rounded-top img { vertical-align: top; }
.rounded-bottom img { vertical-align: top; }
.rounded-top, .rounded-bottom { 
	height: 14px; 
	overflow: hidden;  

}

/* Sidebar and Center Content Positioning */
#sidebar { float: left; width: 175px; padding-left:10px;}

#center { margin-left: 195px; margin-right:10px; zoom: 1;}

#messages-wrapper { margin-top: 20px; padding: 10px 5px; } 
#messages-wrapper #messages { padding: 10px 15px; }
#messages-wrapper p { margin: 0 0 0.3em; }

#sidebar ul.menu { 
	margin: 0;
	padding: 0;
}

#sidebar ul.menu li { 
	padding: 0.25em 0;
}

#sidebar li.section ul.menu { 
	margin-top: 0.25em;
	padding-left: 0.5em;
	font-size: 0.9em;
}

#sidebar .menu a { display: block; }

.admin-login-link, .form-note { float: right; margin-top: -6px; margin-right: -6px; font-size: 8pt; }

/* 
 * Visual Rules (Color, Fonts, etc...)
 * See above For Layout Rules
 */

body { 
	background-attachment: fixed;
    background-color: #111111;
    background-image: url("http://www.tvidesigns.com/_img/bg3.jpg");
    background-position: center top;
    background-repeat: no-repeat;
	font: 12px Arial, Helvetica, sans-serif;
	color: #252b5b;	
}

h1,h2,h3,h4,h5,h6 { margin: 0.4em 0 0.4em; font-family: Arial, Helvetica, sans-serif; }
h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; font-weight: normal; }

a { color: #252b5b; }
a:hover { color: #284587; }

textarea.big { width: 90%; height: 200px; }
textarea.medium { width: 90%; height: 130px; }

#header { border-bottom: 1px solid #d7d7d7; }

#header .subtitle { 	
	font-weight: bold; 
	font-size: 12px; 
	color: #284587; 
}

#rounded-box { background: white; }

#main, #main table { color: #252b5b; }

#center { 
	font-size: 10pt;
	line-height: 1.3em;
        padding-bottom: 20px;
}

/*#center p{
    display: none;
}*/

#center #messages { 
	background: #FFFFE0;
	font-size: 10pt;
	font-weight: bold;
}
#center #messages-wrapper { 
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}

#sidebar .menu a { text-decoration: none; }
#sidebar .menu a:hover { background: #E9EEF7; color: black; }
#sidebar ul.menu { 
	list-style: none;
	font-size: 10pt;
	font-weight: normal;
}

#sidebar ul.menu li.section { 
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar li.section ul.menu { 
	border-top: 1px solid #d7d7d7;
	font-family: Arial, Helvetica, sans-serif;
}

#sidebar ul.menu { border-bottom: 1px solid #d7d7d7; }

#sidebar .account-info { 
	display: block;
	background: #FFFFE0;
	padding: 8px;
	margin-top:10px; 
	border: 1px;
	border-style: solid hidden solid hidden;
}

.error, .warning { color: Red; font-weight: bold; }
.onhold { }

.note { 
	background-color: #FFFFE0; 
	margin: 0.3em 1em; 
	padding: 0.2em 0.5em;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
}
.note.small {
	font-size: 8pt;
}

.note.centered {
	text-align: center;
}

.note.maintenance {
	color: #252b5b;
	font-weight: normal;
}

.evenrow { background: #F0F0F0; }

.filters { 
	background-color: #F9F7ED; 
	margin: 0.3em 0; 
	padding: 0.2em 0.5em;
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	font-size: 9pt;
}
.filters .toggle { text-decoration: underline; }
.filters .category { margin: 0.3em 1em; }
.filters .current { font-weight: bold; text-decoration: none; }
.filters select { font-size: 8pt; border: 1px solid #CCC;  }
.filters label { 
	float: left; 
	width: 125px; text-align: right;
	margin-right: 0.3em;
	z-order: 1;
	position: relative;
}
ul.floating-navigations { 
	display: block;
	list-style: none;
	position: fixed;
}

ul.floating-navigation li { display: inline; }

.fauxtextbox { 
	border: 1px solid silver;
	padding: 5px;
	font-size: 10pt;
}

.footer {
	color: white;
	font-size: 10px;
	margin: 0px;
	text-align: center;
        clear: both;
}
a.footer:link {
	color: white;
	text-decoration:underline;
}
a.footer:visited {
	color: white;
}
a.footer:hover {
	color: white;
}




/* Standard Form Style */
.standard-form { border: 1px solid #d7d7d7; margin: 20px 30px; padding: 7px 7px 0; }
.standard-form label, .standard-form div.question { display: block; border-bottom: 1px dashed #d7d7d7; padding: 5px 0;}
.standard-form div.question label, .standard-form div.submit label { display: block; padding: 0; border: none; }

.standard-form label value, 
.standard-form label input, 
.standard-form label select, 
.standard-form label textarea, 
.standard-form label small, 
.standard-form label div, 
.standard-form div.question value, 
.standard-form div.question input, 
.standard-form div.question select, 
.standard-form div.question textarea, 
.standard-form div.question small, 
.standard-form div.question div { 
	display: block; margin: 0.2em 1em 0; 
}
.standard-form div.question div.divacess input {
display: inline !important; margin: 0.2em 1em 0 !important; 
}


.standard-form div.last { border: none; }

.standard-form label input.checkbox, .standard-form div.question input.checkbox,
.standard-form label input.radio, .standard-form div.question input.radio { 
	display: inline; margin: -2px 3px 0px 1em; vertical-align: middle;
}
.standard-form input {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #CCCCCC;
    color: #000;
    margin: 5px 0;
    padding: 5px;
	}
	
.standard-form  select, textarea {
    background: none repeat scroll 0 0 #Fff;
    border: 1px solid #CCCCCC;
    color: #000;
    margin: 5px 0;
    padding: 5px;
}
.standard-form table.checkboxes-container,
.standard-form table.radiobuttons-container {  margin: 0 1em; }
.standard-form table.checkboxes-container td, 
.standard-form table.radiobuttons-container td { vertical-align: top; text-indent: -30px; padding: 0px 4px 0px 30px; font-size: 9pt; }
.standard-form table.checkboxes-container td input,
.standard-form table.radiobuttons-container td input { margin: 3px !important; }

.standard-form label small { font-style: italic; }
.standard-form .submit { text-align: right; padding: 7px; }
.standard-form fieldset { margin: 0.2em 0; border: 1px solid #d7d7d7; }

form.login { border: 3px solid #d7d7d7; width: 50%; margin-left: 100px; margin-right: auto; }

.pager .jump { vertical-align: middle; }
.pager .current { font-weight: bold; }
.pager .pages { text-align: center; }

/* Buttons */
.button { 
	border-top: 1px solid #EEE; border-left: 1px solid #EEE; border-right: 1px solid #DDD; border-bottom: 1px solid #DDD;
	padding: 3px 5px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 5px;
	background: #F3F3F3;
}


.button img {
	vertical-align: top;
	padding-top: 1px;
}

/* Table Styles */
/* Record List */
table.record-list {
	/*width: 100%;*/
	font-size: 8pt;
	line-height: 1.4em;
	border-collapse: collapse;
	border: hidden;
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	border-left: 1px solid white; /* This rule is for IE6 because it's annoying */
	margin-bottom: 2em;
}

table.record-list.full-width {
	width: 100%;
}

table.record-list.centered {
	margin-left: auto;
	margin-right: auto;
}

table.record-list.printable td { 
	font-size: 10pt !important;
	border-bottom: 1px solid silver;
}

table.record-list.embeded { 
	border-bottom: hidden;
	width: auto;
	margin-left: 10%;
}

table.record-list .clickable {
	cursor: pointer;
}

table.record-list tbody tr.hoverable:hover, table.record-list tbody tr.hoverable:hover td,
table.record-list tbody.hoverable:hover, table.record-list tbody.hoverable:hover td {
	background-color: #E9EEF7 !important;
}

table.record-list tr th {
	overflow: hidden;
	white-space: nowrap;
}

table.record-list tr th { border-bottom: 1px solid black; }
table.record-list td.top-row, table.record-list tr th.top-row { border-bottom: 1px dashed #CCC; }

table.record-list td.top-row a { font-weight:bold; text-decoration:none;}
table.record-list th { vertical-align: middle; padding: 3px 4px; }
table.record-list td { vertical-align: top; padding: 3px 4px; }
table.record-list td, table.record-list th { border-left: 1px dashed #CCC; }
table.record-list td.price, table.record-list td.numeric { text-align: center; }
table.record-list td.functions, table.record-list td.date { white-space: nowrap; }
table.record-list td.na { text-align: center; color: #CCC; }
table.record-list td.row-header { font-weight: bold; text-align: right; font-style: italic; }

table.record-list tr.totals, table.record-list tr.totals td { 
	background: #FFFBEC; 
	border-top: medium double black; 
	font-weight: bold;
	border-bottom: 1px solid #FFEED3;
}

table.record-list tr.expandtotals, table.record-list tr.expandtotals td {
	border-top: 1px solid #CCC;
}
table.record-list tr.expandtotals-last, table.record-list tr.expandtotals-last td {
	border-bottom: 1px solid #CCC;
}

table.record-list tr.spacer, table.record-list tr.spacer td { 
	background: none; 
	font-size: 5px; line-height: 5px;
}

table.record-list tr.secondary-totals, table.record-list tr.secondary-totals td { 
	background: #FFFBEC; 
	border-top: 1px solid #FFEED3;
	font-weight: bold;
	border-bottom: 1px solid #FFEED3;
}

table.record-list thead tr.totals, table.record-list thead tr.totals td { 
	border-top: 1px solid black;
}
table.record-list tr.deleted td, table.record-list td.deleted  { 
	text-decoration: line-through;
 }
 
table.record-list tr.inactive td, table.recordlist .inactive { 
	color: Gray !important; 
}

table.record-list td.rowgroup-heading1 { 
	padding: 0.5em 0 0.2em;
	font-size: 1.2em;
	font-weight: bold;
}
 
table.record-list td.rowgroup-heading2 { 
	padding: 0.5em 0 0.2em;
	font-style: italic;
	font-size: 1.1em;
	font-weight: bold;
}
 
table.record-list button { 
	font-size: 8pt;
	padding: 0;
	margin: 0;
 }
 
table.record-list button.expando { 
	margin: 0 5px;
	font: 10px/10px monospace;
	height: auto; width: auto;
}
table.record-list tr.disabled td { text-decoration: line-through; }
table.record-list tr.disabled td.functions { text-decoration: none; }

table.record-list td.pager { 
	text-align: center; 
	border-bottom: 1px solid #EEE; 
	font-size: 10pt;
	padding: 4px 0;
	background: #FFFFF0;

}


div.date-select select { display: inline !important; margin-left: 0 !important; margin-right: 0.3em !important; }

div.date-select select.day-select, 
div.date-select select.year-select, 
.time-select-daytime { text-align: right; }

div.thrown-error { 
	color: black;
	background: white;
	border-bottom: 3px solid silver;
	padding: 5px 5px 15px;
}

div.thrown-error dl, div.thrown-error pre { 
	max-height: 100px;
	padding: 5px;
	margin: 0 30px;
	overflow: auto;
	border: 1px inset;
}

/**
 * Comment Styles
 */

.comment { 
	color: black; margin-bottom: 0.3em; padding: 0.3em; background: #FFFFE0;
	border-bottom: 1px solid silver;
	border-top: 1px solid silver;
}

.comment.internal {
	background: #FFE0E0;
	border-top: 2px solid #800000;
	border-bottom: 2px solid #800000;
}

.comment .author { display: block; font-size: 10pt; }
.comment .internal-tag { float: right; font-weight: bold; background: #800000; color: white; padding: 2px 4px; text-transform: uppercase; margin-top: -0.3em; margin-right: -0.3em; }
.comment .body { margin: 0.3em 1em; }
.comment .meta { color: #666; font-size: 8pt; font-style: italic; text-align: right; }
.comment {  }

.user.current { font-weight: bold; font-size: 12px;  }
/* added on June20th, 2011*/
table.task-list {
	/*width: 100%;*/
	font-size: 8pt;
	line-height: 1.4em;
	border-collapse: collapse;
	border: hidden;
	border-left: 1px solid white; /* This rule is for IE6 because it's annoying */
	margin-bottom: 2em;
}

table.task-list.full-width {
	width: 100%;
}

table.task-list.centered {

	margin-left: auto;
	margin-right: auto;
}

table.task-list.printable td { 
	font-size: 10pt !important;
	border-bottom: 1px solid silver;
}

table.task-list.embeded { 
	border-bottom: hidden;
	width: auto;
	margin-left: 10%;
}

table.task-list .clickable {
	cursor: pointer;
}
table.task-list tr th {
	overflow: hidden;
	white-space: nowrap;
}

table.task-list thead tr.totals, table.task-list thead tr.totals td { 
	border-top: 1px solid black;
}
table.task-list td.top-row a { font-weight:bold; text-decoration:none;}
table.task-list th { vertical-align: middle; padding: 3px 4px; }
table.task-list td { vertical-align: top; padding: 3px 4px; }

table.task-list td.price, table.record-list td.numeric { text-align: center; }
table.task-list td.functions, table.record-list td.date { white-space: nowrap; }
table.task-list td.na { text-align: center; color: #CCC; }
table.task-list td.row-header { font-weight: bold; text-align: right; font-style: italic; }
table.task-list td.pager { 
	text-align: center; 
	border-bottom: 1px solid #EEE; 
	font-size: 10pt;
	padding: 4px 0;
	background: #FFFFF0;

}


/* added on June20th, 2011*/

