﻿body 
{
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	background-image: url("../images/bg.jpg");
	background-repeat: repeat-x;
	background-color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a 
{
	color: #e67600;
	text-decoration: none;
}

a:hover 
{
	text-decoration: underline;
}
p
{
	/*padding: 0px;*/
	margin-top: 0px;
	margin-bottom: 5px;
}
input, textarea
{
	border: 1px solid #666666;
	background-color: #fafafa;
	font-family:Arial;
	font-size:11pt;
}

caption
{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 3px;
}

h1.title
{
	font-size: 24px;
	color: #666666;
	margin: 0px;
	margin-top: 8px;
	padding: 0px;
}

h1.subtitle
{
	color: #666666;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}

h2
{
	font-size: 20px;
	margin: 0px 0px 10px 0px;
	display: block;
	font-weight: normal;
	padding: 0px;
	color: #6caf3d; 
}

#pageContainer
{
	margin: 0px auto;
	width: 864px;
	background-image: url("../images/bg_tile.jpg");
	background-repeat: repeat-y;
	background-color: #ffffff;
}

#pageHeader
{
	margin: 0px auto;
	width: 864px;
	min-height: 400px;
	height:auto !important;
	height:400px;
	background-image: url("../images/bg_upper.jpg");
	background-repeat: no-repeat;
margin-top:-30px;
}

#pageFooter
{
	background-image: url("../images/bg_lower.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	width: 864px;
	height: 107px;
}

#footer-links
{
	margin-top: 0pt;
	margin-right: auto;
	margin-bottom: 0pt;
	margin-left: auto;
	width: 740px;
	background-image: url("../images/glass_bar.gif");
	background-repeat: no-repeat;
	height: 41px;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
	
	/*display: block;
	margin-left: auto;
	margin-right: auto;
	width: 743px;
	height: 41px;
	background-image: url("../images/glass_bar.gif");
	background-repeat: no-repeat;	
	list-style: none;
	font-size: 11px;*/
}

#footer-links li
{
	margin-left: 5px;
	display: inline;
}

#footer-links li a
{
	display: block;
	float: left;
	margin-top: 9px;
	padding-left: 16px;
	text-decoration: none;
	color: #676767;
	background-image: url("../images/footer_separator.gif");
	background-repeat: no-repeat;
	background-position: left center;
}

#footer-links li a.first
{
	padding-left: 15px;
	background-image: none;
}

#footer-links li a:hover
{
	color: #000000;
}


#copyright
{
	margin-left: auto;
	margin-right: auto;
	margin-top: -5px;
	width: 710px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #979797;
}

#container
{
	margin: 0px auto;
	width: 740px;
	padding-top: 45px;
	overflow: hidden;
margin-top:25px;
}

#headerBar
{
	margin: 0px auto;
	margin-bottom: 10px;
	width: 740px;
	height: 50px;
	padding-bottom: 10px;
}


#headerLogo
{
	float: left;
	background-image: url("../images/xlogo.gif");
	background-repeat: no-repeat;
	width: 175px;
	height: 50px;
margin-top:20px;
margin-bottom:20px;
}






#headerText
{
	float: left;
	width: 310px;
	height: 50px;
	background-image:url("../images/drupa_logo.gif");
	background-repeat: no-repeat;
}

/* Navigation */

#headerNavBar
{
	margin: 0px auto;
	padding-bottom: 20px;
}

ul.navWhole
{
	height: 31px;
	width: 740px;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

li.nav
{
	float: left;
}

a.admin:hover, 
a.user_management:hover,
a.new_entries:hover,
a.view_all_entries:hover,
a.printable_entries:hover,
a.my_entries:hover,
a.new_entry:hover
{
	background-position: 0 -33px;
}

a.admin span,
a.user_management span,
a.new_entries span,
a.view_all_entries span,
a.printable_entries span,
a.my_entries span,
a.new_entry span
{
	display: none;
}

li.nav a
{
	height: 31px;
	display: block;
	background-repeat: no-repeat;
}

a.admin
{
	background-image: url("../images/nav_adminhome.jpg");
	width: 104px;
}

a.user_management
{
	background-image: url("../images/nav_usermanagement.jpg");
	width: 130px;
}

a.new_entries
{
	background-image: url("../images/nav_newentries.jpg");
	width: 97px;
}

a.view_all_entries
{
	background-image: url("../images/nav_viewallentries.jpg");
	width: 112px;
}

a.printable_entries
{
	background-image: url("../images/nav_printableentries.jpg");
	width: 118px;
}

a.my_entries
{
	background-image: url("../images/nav_myentries.jpg");
	width: 90px;
}

a.new_entry
{
	background-image: url("../images/nav_newentry.jpg");
	width: 89px;
}

#content
{
	padding-top: 15px;
	padding-bottom: 12px;
}

/* Other stuff */

.dispShow
{
	display:block;
}
.dispHide
{
	display:none;
}
.watermark
{
	color: #c7c7c7;
}
.skinButton
{
	border: 1px solid #666666;
	background-color: #eeeeee;
	color: #666666;
}

.rblSkin input
{
	background-color: #ffffff !important;
	border: 0px !important;
	border-color: #ffffff !important;
}

.resizeImage
{
	width:15px;
	height:16px;
	background-image:none;
	overflow:hidden;
	cursor:se-resize;
}
.bodyText
{
    position:absolute;
    top:25%;
    left:1%;
    width:100%;
}
.fckBodyText
{
	position:absolute;
    top:22%;
    width:100%;
}
.fckTemplate1Left
{
	height:15cm;
}
.transparent
{
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.Indicator
{
    font-family:Verdana;
    font-size:25px;
    background: Green url(../images/indicator_medium.gif) no-repeat right;
    position:absolute;
    top:300px;
    left:500px;
    display:none;
    width: 591px;
    z-index:99999;   
}
.instructionText
{
}

fieldset
{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
}

legend
{
	color: #000000;
	font-size: 12px;
	padding-bottom: 10px;
}

.gridviews
{
	padding-top: 10px;
}
.noPad
{
	padding:0;
	margin:0 !important;
}