/********Core page setup elements. *******/
html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	font: 62.5%/normal Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background: url(../images/layout-bkg.jpg) repeat-x scroll left top;
}
a {
	color: #9933FF;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dashed #9933FF;
}

a:visited {
	border-bottom: 1px solid #9933FF;
}

h1 {
	font-size: 2.0em;
	font-weight: normal;
	color: #4973B4;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 2.5em;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	width: 550px;
	color: #0058DB;
	border-bottom: 1px solid #6DA455;
}
h3 {
	font-size: 1.4em;
	font-weight: normal;
	color: #6DA455;
	margin: 0px 0px 5px;
	padding: 0px;
	width: 681px;
	border-bottom: 1px solid #D3E3CC;
}
h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #999999;
	margin: 0px 0px 5px;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
p {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 550px;
}


.brclear {
	font-size: 1px;
	line-height: 0px;
	margin: 0px;
	clear: both;
	height: 0px;
}

/******* begin body layout elements **********/
#mainbody {
	font-size: 1.5em;
	color: #333333;
	margin: 0px auto;
	padding: 0px;
	width: 850px;
}

#top {
	margin: 0px;
	padding: 0px;
	height: 100px;
	background: url(../images/layout-header-bkg.jpg) repeat-x scroll left top;
}
#logo {
	margin: 0px;
	padding: 0px;
	height: 159px;
	width: 281px;
	position: absolute;
	z-index: 2;
}

/****** Menu elements **********/
#menu {
	margin: 0px 0px 4px;
	padding: 0px;
	background: #D3E3CC url(../images/layout-admin-right-corner.jpg) no-repeat scroll right top;
	height: 29px;
}
/***** div to keep space between admin menu and the regular menu. *******/
#menu .rightspace {
	float: left;
	margin: 0px 98px 0px 321px;
	padding: 0px;
	width: 264px;
	height: 29px;
}
#menu .rightspace li {
	list-style: none;
	display: inline;
}
#menu .rightspace ul {
	font-size: 1.35em;
	margin: 0px;
	padding: 0px;
}

#menu .rightspace .border {
	padding-right: 15px;
	background: url(../images/layout-menu-divider.jpg) no-repeat scroll right center;
}

#menu .rightspace a {
	color: #0058DB;
}
#menu .rightspace a:hover {
	color: #9933FF;
	border-bottom: 1px dashed #9933FF;
}

#menu .rightspace a:visited {
	border:none;
}


#menu .admin {
	margin: 0px;
	padding: 0px;
}

#menu .admin ul {
	font-size: 1.4em;
	margin: 0px;
	padding: 0px;
}
#menu .admin li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menu .admin .border {
	background: url(../images/layout-menu-divider.jpg) no-repeat scroll right center;
	margin: 0px;
	padding: 0px 10px 0px 0px;
}
#menu .admin .noborder {
	margin: 0px;
	padding: 0px;
}


#menu .admin a {
	color: #0058DB;
}

#menu .admin a:hover {
	color: #9933FF;
	border-bottom: 1px dashed #9933FF;
}

#menu .admin a:visited {
	border:none;
}


/******* body of the admin... white area ******/
#whitearea-top {
	background: #FFFFFF url(../images/layout-whitearea-bkg-top.jpg) no-repeat scroll right top;
	height: 26px;
	margin: 0px;
	padding: 0px;
}

#whitearea {
	background: #FFFFFF url(../images/layout-whitearea-border.jpg) repeat-y scroll left top;
	margin: 0px;
	padding: 0px;
}
#whitearea .border {
	margin: 0px;
	padding: 10px 20px;
	background: url(../images/layout-whitearea-bkg.jpg) no-repeat scroll right top;
}


/******* logout styling *********/
.logout {
	font-size: .9em;
	color: #FFFFFF;
	margin: 0px 10px 0px 0px;
	padding: 75px 0px 0px;
}
.logout a {
	color: #FFFFFF;
}
.logout a:hover {
	color: #9933FF;
}

.logout a:visited {
	border:none;
}

.botton-corner {
	float: right;
	margin: 0px;
	padding: 0px;
	height: 96px;
	background: url(../images/layout-top-right-corner.jpg) no-repeat scroll right top;
}
#footer {
	margin: 0px;
	padding: 23px 0px 0px 20px;
	height: 20px;
	background: url(../images/layout-footer.gif) repeat-x scroll left top;
	font-size: .7em;
}





/******** button styling **********/
button.positive, .buttons a.positive{
	color:#529214;
	font-size: 1.2em;
	border: 1px solid #666666;
	background: #DDDDDD url(../images/index-tick.gif) no-repeat scroll left center;
	margin: 0px;
	padding: 0px 0px 0px 18px;
	height: 25px;
}
.button {
	margin: 0px 3px 0px 0px;
	padding: 0px;
	float: right;
	clear: both;
}

.buttons a.positive:hover, button.positive:hover{
	border:1px solid #699D52;
	color:#3389E3;
	background: #CEE0C6 url(../images/index-tick-hit.gif) no-repeat scroll left center;
	margin: 0px;
	padding: 0px 0px 0px 18px;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}
