@charset "utf-8";
/* CSS Document */

html, body {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	height: 100%;
	margin: 0;
	padding: 0;
	color:#666666;
	background: url(../images/bg.gif) #fff center repeat-y;
	border:0px solid red;
}

a:link {
	color: #1283CB;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #1283CB;
}
a:hover {
	text-decoration: none;
	color: #ff6600;
}
a:active {
	text-decoration: none;
	color: #ff6600;
}

p{	margin:1em 0; }

h1 + p, h2 + p, h3 + p, h4 + p, h5 + p, h6 + p{	margin-top:-0.05em;}

h1, h2, h3, h4, h5, h6{ color: #286e9f; margin-bottom:0.5em; }

h1{ font-size:24px;}

h2{	font-size:20px;
}

h3{	
	font-size:18px;
	width:100%;
	background:#c7d9e6;
	padding:5px 0 5px 5px;
}

h4{	font-size:16px;}

h5{	font-size:14px;}

h6{	font-size:12px;}

img{
	border:none;
}


em{font-style:italic;}

strong{
	font-weight:bold;
}

em strong, strong em{ font-weight:bold; font-style:italic; }

#wrapper{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
    width: 900px;    
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0;
	background:url(../images/bg-green.png) #fff right top repeat-y;
	border:0px solid red;
}

#wrapper2{
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
    width: 1024px;    
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding: 0;
	background:url(../images/bg-green2.png) #fff right top repeat-y;
	border:0px solid red;
}

#top{
	padding:0;
	width: 1024px;
	margin:0 auto;
	height:120px;
}

#menu1 {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:42px;
	background:#fff;
	top:230px;
	margin:-100px 0 0 0;
	border:solid #E69623;
	border-width:3px 0 3px 0;
	text-align:left;
	
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}

#menu2 {
	display:block;
	position: absolute;
	padding:0;
	width:100%;
	height:42px;
	background:#fff;
	/*z-index:0;*/
	left:0;
	top:230px;
	margin:-100px 0 0 0;
	border:solid #E69623;
	border-width:3px 0 3px 0;
	text-align:left;
}

#logo{
	margin:0;
	padding:0;
	top:5px;
	left:20px;
	height:98px;
	width:164px;
	position:absolute;
}

#login{
	margin:0;
	padding:5px;
	position:absolute;
	border:0px solid #c7d9e6;
	width:420px;
	height:75px;
	right:0;
	top:27px;
}

#flag{
	margin:0;
	padding:0;
	top:10px;
	right:10px;
	height:20px;
	width:100px;
	position:absolute;
	text-align:right;
}

#emilybackgrounddiv{
	z-index:-199900;
}

#emilyforegroundimg{
	z-index:-1111110;
}

#main{
	padding:0 0 60px 0;
	margin:0;
	height: 100%;
}

#main2{
	padding:60px 0 60px 0;
	margin:0;
	height: 100%;
}

#content-admin{
	padding:70px 10px 0 10px;
	margin:0;
	background:#fff;
}

#content-left{
	width:600px;
	float:left;
	padding:0;
	margin:0;
	line-height:1.6em;
}

#content-right{
	width:260px;
	float:right;
	line-height:1.6em;
	background:#add630;
	padding:70px 10px 0 10px;
	margin:0;
	color:#FFF;
	height: 100%;
}
#content-left2{
	width:670px;
	float:left;
	padding:0 0 0 0;
	margin:0;
	line-height:1.6em;
	border:0px solid red;
}
#content-right2{
	text-align:left;
	width:200px;
	line-height:1.6em;
	float:right;
	background:#add630;
	padding:70px 10px 0 10px;
	margin:0;
	border:0px solid red;
	color:#FFF;
	height: 100%;
}

#content-right-scroll{
	scrollbar-3dlight-color: #fff;
	scrollbar-arrow-color: #fff;
	scrollbar-track-color: #99cc00;
	scrollbar-darkshadow-color: #fff;
	scrollbar-face-color: #99cc00;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff; /*  dccfd*/
	word-spacing: 1px;
	width:260px;
	height:500px;
	overflow:auto;
}

#content-right a{
	color:#FFF;
}

 #gallery{
	 padding:0 0 10px 0;
	 margin:0;
	border:0px solid red;
 }
 
  .gallery_sub{
	 float:left;
	 padding:0 0 10px 0;
	 margin:0;
	 width:130px;
	 text-align:center;
	 border:0px solid red;
 }

#footer {
	/*position: absolute;
	left:0;
	bottom:0;*/
	margin: 0;
	margin-top: 15px;
	width: 100%;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border:solid #E69623;
	border-width:3px 0 3px 0;
	background:#FFF;
	
	opacity: 0.90;
	-moz-opacity: 0.90;
	filter: alpha(opacity=90);
}


#footer .footer-text {
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size:12px;
	line-height: 1.7em;
}

/*--------form--------------*/
.input{
	border:1px solid #ccc;
	color:#666666;
	background-color:#FFF;
}

.button {
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/btn_login.gif) no-repeat;
	color:#FFFFFF;
	width:80px;
	height:23px;
	line-height:23px;
	text-align:center;
	border:none;
	cursor:pointer;
}

.button-disabled {
	background:url(../images/btn_login_disabled.gif) no-repeat;
}


.large-button {
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/large-button.png) no-repeat;
	color:#FFFFFF;
	width:180px;
	height:23px;
	line-height:23px;
	text-align:center;
	border:none;
	cursor:pointer;
}

#error_msg {
	padding:4px;
	background-color: #FFAEAE;
	text-align: center;
	color: #000000;
}

#com_msg {
	padding:4px;
	background-color: #CFEEB2;
	text-align: center;
	color: #000000;
}

#list-menu{
	padding:0;
	margin:0;
}

#list-menu ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#list-menu ul li{
	padding:5px 0 0 15px;
	margin:0;
	list-style-type:none;
}

#list-menu ul li ul{
	padding:0;
	margin:0;
	list-style-type:none;
}

#list-menu ul li ul li{
	padding:5px 0 0 15px;
	margin:0;
	list-style-type:none;
}

.red{
	color:#F00;
}

.green{
	color:green;
}

.orange{
	background:none;
	color:orange;
}

.clearfix:after {
    content: ".";
    display: block; 
    height: 0;
	clear:both;
    visibility: hidden;
}

.tooltip{
    display: inline;
    position: relative;
}

.tooltip:hover:after {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(stitle);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.manual_tooltip {
    background: #333;
    background: rgba(0,0,0,.8);
    border-radius: 5px;
    bottom: 26px;
    color: #fff;
    content: attr(stitle);
    left: 20%;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 220px;
}

.row-hide {
	display: none;
}

.button-ng {
	cursor:pointer;
}
.border-lur {
 	border-left: 1px solid #999999;
 	border-top: 1px solid #999999;
 	border-right: 1px solid #999999;
}

.border-lr {
 	border-left: 1px solid #999999;
 	border-right: 1px solid #999999;
}

.border-l {
 	border-left: 1px solid #999999;
}

.border-r {
 	border-right: 1px solid #999999;
}

.border-lb {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

.border-br {
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}	

.ui-dialog { z-index: 10000 !important ;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;} 
/* End hide from IE-mac */
