@charset "utf-8";
@import 'calendar.css';
@import 'tabs.css';
@import 'menu.css';

/* CSS Document */

body
{
	background-color:#ffffff;
	margin:0px 2px 0px 2px;
	font-size: 12px;
}

#main
{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0px auto;
}

#header
{
	width:100%;
	height:120px;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}


#header_left
{
	width:30%;
	height:auto;
	float:left;
	overflow:hidden;
	margin:10px 0px 0px 0px;
}

#header_right
{
	width:69%;
	height:auto;
	float:left;
	overflow:hidden;
	margin:5px 0px 0px 0px;
}

#lowhead
{
	width:100%;
	height:35px;
	background-color:#EFEFEF;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

#navbar
{
	width:100%;
	height:auto;
	overflow:hidden;
}

#white_strip
{
	width:100%;
	height:35px;
	background-color:#ffffff;
	overflow:hidden;
	margin:0px 0px 0px 0px;
}

#container
{
	width:100%;
	height:auto;
	overflow:hidden;
	border:solid 1px #d9d9d9;
}

#left
{
	overflow:hidden;
	width:20%;
	height:auto;
	overflow:hidden;
	float:left;
	text-align:center;
	padding-top:10px;
}

#middle
{
	width:78%;
	height:auto;
	overflow:hidden;
	float:left;
	padding-top:10px;
}

#right
{
	width:20%;
	height:auto;
	overflow:hidden;
	float:left;
}

div#page
{
	float: left;
	width: 98%;
	height: auto;
	overflow: hidden;
	margin: 0px 10px 10px 10px;
}

.bgcolor_gray
{
	background-image: url('../images/tab.jpg');
	background-repeat: repeat-x;
	height: 40px;
	background-color: #5C5A4E;
	font-weight: bold;
	color: #FFFFFF;
}

.bgcolor_black
{
	background-image: url('../images/black_bg_trans.png');
	background-position:left left;
	background-repeat: repeat;
	opacity: .9;
	filter: alpha(opacity=90);
}

.text,p
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#1A1A1A;
	padding: 5px;
	margin: 0px;
}


.text_small
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:9px;
	line-height:15px;
	color:#1A1A1A;
	margin: 0px;
}

.text_noalign
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#1A1A1A;
	margin: 0px;
}

.white_text
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:12px;
	line-height:20px;
	color:#FFFFFF;
}

.white_text a:link,.white_text a:visited
{
	text-decoration: none;
	color:#FFFFFF;
}

.white_text a:hover
{
	text-decoration: underline;
	color:#FFFFFF;
}

.big_text
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#1A1A1A;
}

.page_title
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#1A1A1A;
}

.welcome_text
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:18px;
	color:#353535;
	text-align:left;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}

.welcome_text a:link,.welcome_text a:visited{ font-size:18px; color:#353535; text-decoration:underline; }
.welcome_text a:hover{ font-size:18px; color:#4116A5; text-decoration:none; }

a:link
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    color:#000000;
    text-align:left;
    text-decoration:none;
}
   
a:visited
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    color:#000000;
    text-align:left;
    text-decoration:none;
}
   
a:hover
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	color:#003366;
	text-align:left;
	text-decoration:underline;
}

#footer
{
	width:100%;
	height:86px;
	border:solid 1px #d9d9d9;
	overflow:hidden;
	margin:2px 0px 0px 0px;
	color:#000000;
	font-size:12px;
	text-align:center;
	background-color:#EFEFEF;
	line-height:20px;
}

#footer a:link
{
	font-size:12px;
	color: #000000;
	text-decoration: underline;
}

#footer a:visited
{
	font-size:12px;
	color: #000000;
	text-decoration: underline;
}

#footer a:hover
{
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

.tableoddrow
{
	background-color:#FCFBFB;
	border-bottom:1px solid #BBBBBB;
}

.tableevenrow
{
	background-color:#E3E3E3;
	border-bottom:1px solid #BBBBBB;
}

/* CSS for Photo Uploader */
#upload{
	margin:20px 20px; padding:15px;
	font-weight:bold; font-size:1.3em;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:5px; margin-bottom:2px; width:200px; height:225px; float:left; margin-right:5px; text-align:center}
ul#files li img{ max-width:180px; max-height:150px; }
.success{ background:#CCCCCC; border:1px solid #339933; }
.exists{ background:#CCCCCC; border:1px solid #339933; }
.error{ background:#f0c6c3; border:1px solid #cc6622; }

/* Custom Photo Gallery Uploader */
.caption_btn{
	margin:5px 5px; padding:5px;
	font-weight:bold; font-size:12px;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:auto;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
	float: left;
}

.caption_btn a:link,.caption_btn a:visited
{
	color:#3366cc;
	text-decoration:none;
}

.caption_btn a:hover
{
	color:#3366cc;
	text-decoration:underline;
}

#tooltip
{
	position:absolute;
	border:1px solid #333;
	background:#f7f5d1;
	padding:2px 5px;
	color:#333;
	display:none;
	cursor: pointer;
}

.package_text
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:13px;
	color:#605d51;
	text-align:justify;
	text-decoration:none;
	padding:0px 0px 0px 0px;
}

.package_text a:link,.package_text a:visited { font-size:13px; color:#605d51; text-decoration:none; }
.package_text a:hover { font-size:13px; color:#605d51; text-decoration:underline; }

.owner_administration
{
	width:99%;
	height:auto;
	border:solid 2px #D9D9D9;
	overflow:hidden;
	margin:20px 0px 0px 0px;
}

.owner_heading
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:22px;
	color:#555555;
	text-align:justify;
	font-weight:bold;
	text-decoration:none;
	padding:5px 20px 0px 0px;
}


.owner_profile_text
{
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	text-align:right;
	text-decoration:none;
	padding:05px 20px 0px 0px;
}

/*****************************/
/*LightBox CSS */
/*****************************/
.filter
{
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	min-height: 1000px;
	background-color: #EFF2F3;
	z-index:10;
	opacity:0.9;
	filter: alpha(opacity=90);
}

.box
{
	display: none;
	position: absolute;
	top: 20%;
	left: 32%;
	width: 36%;
	margin:0;
	/*border: 1px solid #F2F2F2;*/
	/*background-color:#EAEAEA;*/
	z-index:101;
	overflow: none;
}

#boxtitle
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:auto;
	padding:0;
	margin:0;
	color:#EAEAEA;
}

#liquid-round 
{
	width:100%;
	margin:0px auto;
	background:#fff url(../images/leftside.gif) repeat-y left top;
}

.top
{
	width:100%;
	height:20px;
	background:url(../images/top.gif) no-repeat left top;
}

.top span 
{
	display:block;
	position:relative;
	float:right;
	padding:10px 10px 0px 0px;
	height:20px;
	background:url(../images/top-right.gif) no-repeat right top;
}

.center-content 
{
	position:relative;
	background:url(../images/rightside.gif) repeat-y right top;
}

.bottom
{
	width:100%;
	height:auto;
	background:url(../images/bottom.gif) no-repeat left bottom;
}

.bottom span
{
	display:block;
	position:relative;
	height:60px;
	background:url(../images/bottom-right.gif) no-repeat right top;
}

.msg_list
{
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.msg_head
{
	padding: 5px 10px;
	cursor: pointer;
	position: relative;
	background-color:#969381;
	color: #FFFFFF;
	margin:1px;
}

.msg_body
{
	padding: 5px 10px 15px;
	background-color:#FFFFFF;
	font-size: 12px;
}

a.hover_opc:hover img
{
	opacity:0.4;
	filter:alpha(opacity=40);
}

input[type='submit'],input[type='button']
{
	cursor:pointer;
	text-decoration:underline;
}
