/* andreas09 v1.0 (Dec 10th 2005) - An open source template by Andreas Viklund - http://andreasviklund.com. Free to use for any purpose as long as the proper credits are given to the original author. */
body {
	background: #ffffff url(../img/mainbg-blue.jpg) repeat-x;
	color: #303030;
	font: 100% Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}

a {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #808080;
	text-decoration: underline;
}

p {
	line-height: 1.5em;
	margin: 0 0 15px;
}

/*** Main container ***/
#container {
	background: #ffffff url(../img/bodybg-blue.jpg) repeat-x;
	color: #303030;
	margin-left: 100px;
	min-width: 800px;
	padding: 0;
	text-align: left;
	width: 800px;
}

/*** Header section ***/
#sitename {
	background: url(../img/headerbg.jpg) no-repeat;
	height: 100px;
	margin: 0;
}

#topmessage {
	position:absolute;
	left:660px;
	top:8px;
	width: 230px;
	text-align: center;
	z-index:1;
	color:#ffffff;
	font-size: 0.8em;
}

/*** Horizontal menu ***/
#mainmenu {
	float: left;
	margin-bottom: 25px;
}

#mainmenu ul {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#mainmenu li {
	float: left;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#mainmenu a {
	border-right: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	font-size: 0.7em;
	padding: 11px 10px 10px;
	text-transform: uppercase;
}

#mainmenu a:hover {
	background: #f0f0f0 url(../img/menuhover.jpg) top left repeat-x;
	color: #505050;
	text-decoration: none;
}

#mainmenu a.current {
	background: #f0f0f0 url(../img/menuhover.jpg) top left repeat-x;
	color: #505050;
	text-decoration: none;
}

/*** Search Tab ***/
#searchtab {
	float:right;
	height: 35px;
	margin-bottom:25px;
}


#searchtab ul {
	font-size: 16px;
	margin: 0;
	padding: 0;
}

#searchtab li {
	float: left;
	height: 35px;
	list-style: none;
	margin: 0;
	color: #606060;
	display: block;
	font-size: 0.7em;
	font-weight: bold;
	padding: 6px 10px 4px 4px;
	text-transform: uppercase;
}


/*** Content wrap ***/
#wrap {
	clear: both;
	font-size: 0.9em;
	padding: 0;
	border: 1px solid #ccccff;
}

.linklist {
	list-style: none;
	margin: 0 0 16px 10px;
	padding: 0;
}

.linklist li {
	margin-bottom: 0.7em;
}

/*** Sidebar menu ***/
.nav {
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	margin-top: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	text-transform: uppercase;
	width: 140px;
}

.nav:hover,.active {
	background: #f8f9fa;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}

.sub {
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0 2px 10px;
	padding: 4px 2px 2px 8px;
	width: 125px;
}

/*** Content ***/
#content {
	background-color: #fafcff;
	border: 1px solid #6588f8;
	color: #2a2a2a;
	padding: 15px 20px 5px;
}

#content {
	margin: 0;
	min-height: 600px;

}

#minicontent {
	background-color: #fafcff;
	border: 1px solid #6588f8;
	color: #2a2a2a;
	padding: 15px 20px 5px;
}

#content h1 {
	background-color: inherit;
	color: #606060;
	font-size: 1.8em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 15px;
	padding: 0;
}

.indentedContent {
	margin-left: 30px;
}

.avatar {
	border: 1px solid #b0b0b0;
	float: left;
	margin: 0px;
	padding: 0px;
}

/*** Footer ***/
#footer {
	background: #8b8b8b url(../img/footerbg.jpg) top left repeat-x;
	border-top: 2px solid #6588f8;
	clear: both;
	color: #d0d0d0;
	font-size: 0.7em;
	font-weight: bold;
	margin-top: 2px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	bottom: 0px;
}

#footer a {
	color: #d0d0d0;
	font-weight: bold;
}

/*** Various classes ***/
.thumbnail {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	margin: 0 0 10px 10px;
	padding: 5px;
}

.searchform {
	margin: 0;
}

.searchbutton {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
}

.clearingdiv {
	clear: both;
	height: 60px;
	width: 1px;
}

.hide {
	display: none;
}

div.left {
	float:left;
}
div.right {
	float:left;
}
div.clear {
	clear: both;
}

.intro {
	font-size: 1em;
	font-weight: bold;
	letter-spacing: -1px;
	text-align: left;
	padding: 20px;
	padding-bottom: 5px;
	width: 560px;
	height: 100px;
	color: #ffffff;
	background: url(../img/introbg.jpg) no-repeat;
}

/*** Text format ***/
.small {
	font-size: 0.8em;
}

.large {
	font-size: 1.2em;
}

.bold {
	font-weight: bolder;
}

.titleCase {
	text-transform: capitalize;
}


.center {
	text-align: center;
}

.whitebox {
	border: 2px solid #FFFFFF;
	padding: 2px;
}

.gold {
	color: #F8BF1B;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.top {
	vertical-align: top;
}

.nopadding {
	padding: 0px;
}


.bottomblock350 {
	background: url(../img/bottomblockbg-350.jpg) no-repeat;
	width: 330px;
	padding: 2px 13px 2px 13px;
	float:left;
}

.bottomblock {
	background: url(../img/bottomblockbg.jpg) no-repeat;
	width: 236px;
	padding: 2px 13px 2px 13px;
	float:left;
}

.bottomblockwide {
	background: url(../img/bottomblockbg-wide.jpg) no-repeat;
	width: 452px;
	padding: 2px 13px 10px 13px;
	float:left;
}

.bottomblock h2, .bottomblock h2 a, .bottomblockwide h2, .bottomblockwide h2 a{
	color: #ffffff;
}

input[type='submit'],input[type='button'] {
	background: #6689fa;
	color: white;
	margin: 5px;
	border-color: #6588f8;
}

input,textarea {
	border: 1px solid #6588f8;
	font-size: 18px;
	background: #F0F8FF;
	color: black;
}

input[type='text'],input[type='password'] {
	width: 300px;
	border: 1px solid #6588f8;
	color: border: 1px solid #1e1c47;
}

input[type='file'] {
	width: 300px;
}

textarea {
	width: 300px;
}

input.searchbox {
	width: 120px;
	margin: 0px;
	padding:0px;
}

input.searchbutton {
	font-size: 14px;
	margin: 0px;
}

.message {
	border: 2px solid #6588f8;
	padding: 5px;
	margin-top: 5px;
	margin-bottom: 35px;
	background-color: #F0F8FF;
	font-size: 18px;
	list-style-type: none;
}

.name {
	vertical-align: top;
	font-weight: bold;
	width: 145px;
	float: left;
	padding: 5px;
	margin-top: 3px;
	clear: left;
	font-size: 16px;
}

.actionButtons {
	margin-top: 5px;
	text-align: center;
}

.value {
	float: left;
	padding: 5px;
}

.error {
	float: left;
	padding: 5px;
}

.errors {
	color: red;
	vertical-align: middle;
}

img.errors {
	padding-right: 5px;
}

.errors input {
	border: 1px solid red;
}

.errors textarea {
	border: 1px solid red;
}

.required {
	color: red;
	padding-left: 2px;
}

.searchbox {
	background: #f0f0f0;
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 0;
	width: 100px;
}

#rich-list-item li {
	list-style: none;
	margin-left: 0;
	padding: 0;
}


.jscroller2_up, .jscroller2_down, .jscroller2_left, .jscroller2_right {
 margin: 0;
 padding: 0;
}

.jscroller2_left, .jscroller_right, .jscroller2_left_endless, .jscroller2_right_endless {
 white-space: nowrap;
}

/* Scroller Box */
#scroller_container1 {
 width: 630px;
 height: 16px;
 overflow: hidden;
 margin-left: 0px;
 margin-right: 20px;
 postition: relative;
 
}
/* Scoller Box */

/* CSS Hack Safari */
#dummy {;# }

#scroller_container1 {
 overflow: auto;
}
     

/*** End of file ***/