/************************************************************/
/* Logical Content Admin CSS (Development)					*/
/* (c) 2008 Tom Thake										*/
/* Stylesheet is unoptimised & in development				*/
/************************************************************/

/* Global CSS */
body
{
	font-family: Calibri, arial, verdana, tahoma, sans-serif;
	font-size: 13px;
	background-color: #616161;
	margin: 0;
}

img
{
	border: 0;
}

div#breadcrumb
{
	float: left;
	text-align: left;
	width: 90%;
	padding-left: 10px;
	padding-bottom: 10px;
}
div#breadcrumb a
{
	color: #C0C0C0;
	text-decoration: none;
}
div#breadcrumb a:hover
{
	color: #CC6600;
}

/* General Interface Layout */
div#header
{
	height: 40px;
	padding: 5px;
	background-color: #333333;
	color: #C0C0C0;
}
div#header a
{
	color: #C0C0C0;
}

div#headerUserData
{
	float: left;
	line-height: 20px;
	border-right: 1px solid #C0C0C0;
	padding-right: 15px;
}

div#headerLinks
{
	float: left;
	margin-left: 15px;
	line-height: 40px;
}
div#headerLinks a
{
	padding: 5px;
	text-decoration: none;
}
div#headerLinks a:hover
{
	background-color: #B6B6B6;
	color: #333333;
	-moz-border-radius: 5px;
}

div#pageHolder
{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

div#contextMenu
{
	width: 20%;
	height: auto;
	float: left;
}

div#pageContent
{
	width: 78%;
	float: right;
	height: auto;
}

div#footer
{
	width: 100%;
	float: left;
	margin-top: 20px;
	text-align: center;
	font-size: 11px;
	color: #333333;
}

.footerLink
{
	color: #333333;
}

/* Menu */
div#menu
{
	padding: 5px;
	background-color: #C0C0C0;
	height: 15px;
	border-bottom: 2px solid #333333;
}

#menu-nav
{
	padding: 0;
	margin: 0;
	list-style: none;
	height: 15px;
}

.menuParent,
.menuParentOver
{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 15px;
	margin-left: 15px;
	float: left;
	cursor: pointer;
	height: 30px;
}
.menuParent a
{
	text-decoration: none;
	color: #333333;
}
.menuParentOver a
{
	text-decoration: none;
	color: #CC6600;
}
.menuParent ul
{
	display: none;
}

.menuParentOver ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	margin-top: 3px;
	background-color: #C0C0C0;
	width: 150px;
	border-left: 1px solid #333333;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
}
.menuParentOver ul li
{
	width: 150px;
	padding: 3px;
	float: left;
}

.menuChild a
{
	color: #333333;
}
.menuChildOver a
{
	color: #CC6600;
}

/* Layout Classes */
div.contentHolder
{
	background-color: #F2F4F8;
	padding: 5px;
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
}

div.contentHeader
{
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #333333;
}

div.contentContent
{
	margin-top: 5px;
	margin-bottom: 5px;
}

/* Context Menu */
div.contextLink
{
	padding: 2px;
}
div.contextLink a,
div.contextLink a:hover
{
	color: #333333;
	text-decoration: none;
}
div.contextLink a:hover
{
	color: #E69F06;
}

.whiteLink
{
	color: #FFFFFF;
	text-decoration: none;
}
.whiteLink:hover
{
	color: #E69F06;
	text-decoration: none;
}

/* Login */
div#loginBox
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 300px;
	margin-left: -180px;
	margin-top: -150px;
}

/* Visible Redirect */
div#visibleRedirect
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 300px;
	margin-top: -150px;
	margin-left: -180px;
}

/* Warning/Info/Success Panels */
div#warningMessage
{
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	color: #333333;
	background-color: #FF6633;
	padding: 5px;
}

/* Admin Table */
table.adminTable
{
	width: 100%;
}

.tableRow1
{
	background-color: #D2DCE7;
	padding: 5px;
	border-bottom: 1px solid #C8D0DD;
}

.tableRow2
{
	background-color:#e6ebf1;
	padding:5px;
	border-bottom:1px solid #ced5e1;
}

table.adminTable select
{
	border: 1px solid #999999;
	background-color: #E7E7E7;
	padding: 2px;
}

.contentContent select
{
	border: 1px solid #999999;
	background-color: #E7E7E7;
	padding: 2px;
}

/* Component Links */
.componentLinkDiv
{
	cursor: pointer;
	padding: 2px;
}

.componentLinkDiv:hover
{
	background: #B6B6B6;
	cursor: pointer;
	-moz-border-radius: 2px;
	padding: 2px;
	color: #333333;
}

/************************************************/
/************************************************/
/* OLD CSS */

.formTable
{
	border: 1px solid #333333;
}
.formTableLabel
{
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	width: 25%;
	font-weight: bold;
}
.formTableInput
{
	border-bottom: 1px solid #333333;
	width: 75%;
}
.tableHeaderRow
{
	background-color: #3b424c;
	color: #FFFFFF;
	padding: 5px;
	font-weight: bold;
}
.submitRow
{
	background-color: #8d9cb1;
	text-align: center;
}

.boldText
{
	font-weight: bold;
}

div.contentHolderf
{
	border: 1px solid #333333;
	background-color: #C0C0C0;
	padding: 5px;
}

div.contentHeaderf
{
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px;
}

div.contentContentf
{
	color: #333333;
	margin-top: 5px;
	margin-bottom: 5px;
}

div#loginBox
{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 360px;
	height: 300px;
	margin-left: -180px;
	margin-top: -150px;
}

div#headerOLD
{
	padding: 5px;
	border: 1px solid #333333;
	background-color: #C0C0C0;
	height: 50px;
}

div#headerRight a
{
	background-color: #333333;
	color: white;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
div#headerRight a:hover
{
	background-color: #999999;
	color: #333333;
}

div#menuOLD
{
	padding: 5px;
	border: 1px solid #333333;
	background-color: #C0C0C0;
	height: 15px;
	margin-top: 10px;
}
div#menuOLD a
{
	line-height: 15px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}
div#menuOLD a:hover
{
	color: #CC3333;
}

div.subMenu
{
	border: 1px solid #333333;
	background-color: #C0C0C0;
	color: #333333;
	padding-left: 15px;
	padding-right: 15px;
	position: absolute;
	text-align: center;
}
div.subMenu a
{
	
}



div#successMessage
{
	border-right: 2px solid #333333;
	border-bottom: 2px solid #333333;
	color: #333333;
	background-color: #33CC66;
	padding: 5px;
}





div#debug
{
	float: left;
	margin-top: 20px;
	width: 100%;
}

/* Test Styles */




.submitButton
{
	border: 1px solid #999999;
	background-color: #E7E7E7;
	padding: 2px;
}

.adminTable
{
	border: 1px solid #BDC5CF;
}

.tableHeader
{
	background-color: #8D9CB1;
	padding: 5px;
	font-weight: bold;
}


