/**
 * @author Shachi Bista
 * Copyright Shachi Bista
 * Jul 21 2008
 */

body {
	margin:0;
	padding:0;
	border:0;
	width:100%;
	background:#fff;
	min-width:600px;
	font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Tahoma, sans-serif;
	font-size:90%;
	height: 100%;
	overflow-x: hidden;
}

a {
   	color:#369;
	outline: none;
}
	
a:hover {
	color:#fff;
	background:#369;
	text-decoration:none;
}
	
h1, h2, h3 {
	margin:.8em 0 .2em 0;
	padding:0;
}

p {
	margin:.4em 0 .8em 0;
	padding:0;
}
	
img {margin:10px 0 5px;}

.colmask {
	position:relative;
	clear:both;
	float:left;
	width:100%;
	overflow:hidden;
}

.colright,
.colmid,
.colleft {
	float:left;
	width:100%;
	height: 100%;
	position:relative;
}

.col1,
.col2,
.col3 {
	float:left;
	position:relative;
	padding:0 0 1em 0;
}
	
.threecol {background:#eee;}

.threecol .colmid {
	right:25%;
	background:#fff;
}

.threecol .colleft {right: 50%;}

.threecol .col1 {
	width:46%;
	left:102%;
}

.threecol .col2 {
	width: 21%;
	padding: 0px 30px;
	margin: 0px -30px;
	background: #eee;
	left: 31%;
}

.threecol .col3 {
	width:21%;
	left:85%;
}

#footer {
	text-align:center;
	clear:both;
	float:left;
	width:100%;
	font-size: 10px;
}

#footer p {
	padding:10px;
	margin:0;
}
	
#loadFrame {
	height: 500px;
	width: 100%;
	border: 0;
}

#topics a {display: block;}
	
#toc_content a {display: list-item;}
	
#toc_content a.indent {list-style-type: circle;}
	
.center {
	margin: auto;
}
	
.absolute_center {
	position: absolute;
	left: 10%;
	top: 30%;
}

.huge {
	font-size: 5em;
	font-weight: bold;
}
	
.breadcrumbs {
	font-size: 10px;
	background-color: #e7f3f7;
}
	
body#proxy #pageContainer {height: 500px;}
	
body#proxy p, body#proxy ul {font-family: times, "Times New Roman", sans-serif;}

#divSizer {
	visibility: hidden;
	position: absolute;
}
	
body#proxy #pageContainer .page {
	height: 500px;
	float: left;
	padding: 0px 10px;
	margin: 0px 10px;
}

body#proxy {
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.col1 img {float: left;}
	
.clear {clear: both;}
	
#topics {
	overflow: auto;
	max-height: 600px;
}

#next, #prev {
	cursor: pointer;
	cursor: hand;
	height: 76px;
	background: url(../images/navdock.png);
	background-repeat: no-repeat;
}

#scrollnav {margin-top: 20px;}

#scrollnav #next {
	width: 40%;
	max-width: 385px;
	float: right;
	background-position: 100% 0%;
	text-align: right;
	padding-right: 80px;
	padding-top: 8px;
}

#scrollnav #prev {
	width: 50%;
	max-width: 385px;
	padding-top: 8px;
	padding-left: 65px;
	position: absolute;
}

.nextdisabled, .prevdisabled {color: #999999;}

.form ul li {list-style: none;}

#contactForm {
	width: 300px;
}

.form textarea, .form input.text {
	width: 300px;
	border: 1px solid #369;
	border-top: 5px solid #369;
	padding: 3px;
	font-family: "Lucida Grande", "Bitstream Vera Sans", Verdana, Tahoma, Arial, sans-seif;
	font-size: 13px;
}

.form textarea:focus, .form input.text:focus {background-color: lightyellow;}

.captcher {display: none;}

.success, .error, .info, .warning {
	margin: auto;
	font-weight:700;
	width:300px;
	padding:8px;
}

.success {
	background-color: #e5f7e3;
	border:1px solid #c5e1c8;
	color:#005e20;
}

.error {
	background-color: #ffebeb;
	border:1px solid #f5c1c2;
	color:#9e0b0f;
}

.warning {
	background-color: #fffeeb;
	border:1px solid #e6e5d8;
	color:#555;
}

.info {
	background-color: #e8f8fe;
	font-weight:700;
	color:#004a80;
}

#floatlogo {
	float: left;
	margin-right: 20px;
}

.subtext {margin-top: 15px;}

.x-highlight {background-color: lightyellow;}

.x-active {background-color: lightblue;}

.hidden {display: none;}
.invisible {width: 0;height: 0;position: absolute;left: -1000px;}

#clearLinkContainer {
	display: none;
	position: absolute;
	z-index: 100;
	font-size: 10px;
	text-align: center;
	width: 90%;
	margin-top: 30px;
}

#searchBox {
	display: none;
	position: absolute;
	left: 30%;
	width: 20%;
	z-index: 100;
	border: 3px solid;
	padding: 3px;
	color: #999999;
}

#closesearch {
	display: none;
	position: absolute;
	left: 53%;
	margin-top: 2px;
	z-index: 100;
	cursor: pointer;
/*	border: 3px solid;
	padding: 3px;
	color: #999999;*/
}

#pageActs {
	position: absolute;
	left: 40%;
	z-index: 100;
	margin-top: -20px;
}

#searchicon {
	position: relative;
}

