body, td, th, p {
	font-size:14px;
	font-family:cursive;
	line-height:1.4em;
}

a {
	color:#3399FF;
}

h3 {
	margin-bottom:5px;
}

body {
	color:#fff;
	background-image:url(img/bg.jpg);
	background-attachment:fixed;
	// overflow-y:scroll;
}

div#container1 {
	padding-top:20px;
	padding-bottom:20px;
}

div#container2 {
	background-color:#000;
	width:900px;
}

div#title {
	padding-top:20px;
	padding-bottom:10px;
	background-color:#000;
	width:100%;
	text-align:center;
}

div#footer {
	text-align:center;
	background-color:#111;
	color:#666;
	width:900px;
	font-size:10px;
}

div#adminLoginText {
	padding-top:20px;
	padding-bottom:10px;
}
div#adminLoginText a {
	color:#999;
	font-size:12px;
}

div#adminLoginText a:hover {
	color:#c00;
}

div#mainMenu {
	background-color:#111;
	color:#eee;
	font-weight:bold;
	text-align:center;
	padding-right:10px;
	padding-top:4px;
	padding-bottom:4px;
}

div#mainMenu a {
	text-decoration:none;
	color:#fff;
	padding-left:40px;
	padding-right:40px;
	display:float;
}

div#mainMenu a:hover {
	background-color:#053;
}



div#contentContainer {
	width:900px;
	
}
div#content {
	padding-left:25px;
	padding-right:25px;
	padding-top:60px;
	padding-bottom:80px;
}

.error {
	color:orange;
	font-weight:bold;
	border:1px dotted red;
	padding-top:10px;
	padding-bottom:10px;
}

table.editTable, table.editTableDetail {
	border:1px solid #666666;
}

table.editTable, table.editTableDetail thead {
	background-color:#111;
	font-weight:bold;
	text-align:left;
	border-bottom:1px solid #666;
}
table.editTable th, table.editTableDetail th {
	background-color:#333;
	color:#ccf;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #666;
	padding-left:8px;
	padding-right:8px;
	margin:0px;
}
.editButton {
	background-color:#333;
	color:#ccf;
	font-weight:bold;
	text-align:left;
	border:1px solid #666;
	padding-left:8px;
	padding-right:8px;
	margin-top:5px;
	margin-right:5px;
	cursor:pointer;
}
table.editTable td, table.editTableDetail td {
	font-weight: normal;
	padding-left:8px;
	padding-right:8px;
	border-right:1px dotted #666;
}
table.editTable td  {
	cursor:pointer;
}
table.editTable tbody tr:hover {
	background-color:#990;
	color:#fff;
}
table.editTable tr.evenRow, table.editTableDetail tr.evenRow {
	background-color:#111;
}
table.editTable tr.oddRow, table.editTableDetail tr.oddRow {
	background-color:#222;
}

.detailWidget, .detailWidgetSelect {
	background-color:#333;
	color:#FFFFFF;
	border:1px solid #999;
	margin-bottom:1px;
	margin-top:1px;
}

