body {
	margin: 0px;
	padding: 0px;
	background-color: #ff9900;
	text-align:center;
	min-width:730px;
	background-image: url(../esatheme/images/body-background.jpg);
	background-repeat: repeat-x;
}
.navlink1 {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
	}
/*.navlink {
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	color:#999999;
	}
	*/
#nav {
	margin:0px;
	padding:0px;
	border: 1px solid #CCCCCC;
	background-color: #ff9900;
	min-height: 30px;	
	background-image: url(../esatheme/images/bg-nav.gif);
	background-repeat: repeat-x;
}
#set-nav {
	margin:0px;
	padding:5px;
	}
#first-bar {
	color:#FF3300;
	}
#wrapper {
	background-color:#FFFFFF;
	border:1px solid #00CCFF;
	text-align:left;
	padding: 15px;
	width:720px;
	margin-top:30px;
	margin-bottom: 10px;
	margin-left:auto;
	margin-right:auto;	
}
.container_box {
	text-align:left;
	}
a {
	font-family:Arial, Helvetica, sans-serif;
	color: #999999;
	text-decoration:none;
	font-size:12px;
}
a:hover {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration:underline;
}
#header {
	height:150px;
	margin: 0px;
	padding: 0px;
	text-align:right;
	}
#right-logo{
	margin: 0;
	padding:0;
	float:right;
	background-image: url(../esatheme/images/ac1.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:150px;
	width:215px;
}
#left-logo{
	margin: 0;
	padding:0;
	float: left;
	background-image: url(../esatheme/images/aclogo.gif);
	background-repeat:no-repeat;
	background-position:left;
	height:150px;
	width: 500px;
}
#main {
	margin-top: 10px;
	}
#sidebar {
	margin-left: 10px;
	float: right;
	width: 200px;
	height:500px;
	border: 1px solid #FF6600;
	background-image: url(../esatheme/images/right-bar-01.jpg);
	background-repeat:no-repeat;
	background-position:right;
	}
#content{
	float:left;
	/*border: 1px solid #CCCCCC;*/
	padding: 2px;
	text-align: left;
	background-color:#FFFFFF;
	min-height:300px;
	margin-bottom:10px;
	width:500px;;
	}
#footer {
	background-color:#FF6600;
	height:35px;
	margin-top:20;
	clear: both;
	background-image: url(../esatheme/images/footer.gif);
	background-repeat:no-repeat;
	background-position:left;
	}
#copyright {
	clear: both;
	text-align:center;
	padding-bottom: 10px;
	/*color:#FF6600;*/
	color:#FFFFFF;
	}
#logo {
	border:1px solid red; 
	color:#999999;
	float: left;
	width: 300px;
	margin: 0px;
	}	
input {
	font-family: Arial, Helvetica, sans-serif;
	padding:5;
	margin: 5px;
	font-size: 12px;
	padding: 1px;
}
.pad{
	padding:15px;
}
.textwithoutheader .text_moduletitle{
	margin:0 0 0 0;
	color:#656565;
	font-size:12px;
	font-weight:bold;
}

.textwithheader .text_moduletitle{
	margin:0 0 0 0;
	color:#656565;
	font-size:16px;
	font-weight:bold;
}
div.container_editbox {
	border: 2px dashed #CCC;
	margin: 2px;
}

div.container_editheader {
	padding: 3px;
	background-color: #ccc;
}

div.container_editheader table tr td.info {
	font-size: 8pt;
	font-weight: bold;
}
/* Image Gallery */
div.imagegallery_gallerytitle {
        width: 95%;
        background-color: #ffd9b7;
        font-size: 12px;
        font-weight: bold;
        color: #000033;
        padding: 2px 5px 2px 5px;
		margin-bottom: 10px;
}

div.imagegallery_picbox{
        padding: 1em;
        position: absolute;
}

div.imagegallery_picbox a:hover {
        /*border: 1px solid blue;*/
}

div.imagegallery_picbox span {
        display: none;
}

div.imagegallery_picbox a {
        display: block;
        text-align: center;
        font: bold 1em sans-serif;
        padding: 5px 10px;
        margin: 0 0 1px;
        border-width: 0;
        text-decoration: none;
}

div.imagegallery_picbox a:hover span {
        display: inline;
        float:left;
        position: absolute;
        top: -125px;
        left: -20px;
        width: 260px;
        padding: 5px 5px 5px 5px;
        margin: 0px;
        z-index: 100;
        background: #7786be;
        color: #ffffff;
        font: 10px verdana, sans-serif;
        text-align: center;
        border: 2px solid blue;
}
/** Administration Module Manager form **/
.administration_modmgrheader {
	background-color: lightgrey;
}

.administration_modmgrheader span.active {
	color: green;
	font-weight: bold;
}

.administration_modmgrheader span.inactive {
	color: red;
	font-weight: bold;
}

.administration_modmgrbody {
	padding-left: 10px;
	border: 1px solid lightgrey;
}

