@charset "utf-8";
/* CSS Document */
*{
	margin: 0;
	padding: 0;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
body {
	margin: 43px 0 0 0;
	background: #FFFFFF url(images/bg.png) repeat-x;
}
img{
	border: none;
}

/* Menu */
#menu{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 42px;
	background: #006C8A url(images/menubg.png) repeat-x;
	border-bottom: 1px solid #938A8A;
	color: #FFFFFF;
	z-index: 2;
}
/* Fix for IE 7, adding the div */
#menuontop{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 3;
}
#menushadow{
	position: absolute;
	top: 43px;
	left: 0;
	width: 100%;
	height: 14px;
	background: transparent url(images/menushadow.png) repeat-x;
	z-index: 1;
}
#menu a{
	color: #FFFFFF;
	text-decoration: none;
}
#menu ul{
	position: relative;
	line-height: 42px;
	margin: 0 0 0 30px;
}
#menu li{
	position: relative;
	float: left;
	list-style: none;
	margin: 0 0 0 30px;
}

/* Hover stuff, Until Javascript gets sorted */
/* Allows for a few levels */
/* Would like Javascript for a nicer effect */
#menu li:hover ul{
	visibility: visible;
	font-weight: normal;
}
#menu li:hover{
	font-weight: bold;
}
#menu li:hover ul li ul{
	visibility: hidden;
}
#menu li:hover ul li:hover ul{
	visibility: visible;
}
#menu li:hover ul li:hover ul li ul{
	visibility: hidden;
}
#menu li:hover ul li:hover ul li:hover ul{
	visibility: visible;
}

/* Sub Menu */
#menu ul li ul{
	position: absolute;
	top: 42px;
	left: 0;
	width: 170px;
	line-height: 30px;
	margin: 0;
	background: #006C8A;
	border: 1px solid #938A8A;
	border-top: none;
	visibility: hidden;
	z-index: 2;
}
#menu ul li ul li{
	position: relative;
	float: none;
	margin: 0;
	padding: 0 10px;
}

/* Sub, Sub Menu */
#menu ul li ul li ul{
	position: absolute;
	top: 0;
	left: 170px;
	border-top: 1px solid #938A8A;
}

/* User Menu */
#user_mainMenu{
	visibility: visible;
	position: absolute;
	top: 0;
	right: 10px;
	width: 130px;
	height: 30px;
	padding: 10px;
	background: #006C8A;
	border: 1px solid #938A8A;
	border-top: none;
	text-align: center;
	z-index: 2;
}
#user_mainMenu:hover{
	height: 150px;
}
#user_mainMenu .user_menuSmall{
	position: absolute;
	top: 5px;
	left: 5px;
	right: 5px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
#user_extra{
	position: absolute;
	top: 40px;
	left: 5px;
	right: 5px;
	visibility: hidden;
	text-align: center;
}
#user_mainMenu:hover #user_extra{
	visibility: visible;
}
#user_extra .user_menuSmall{
	position: absolute;
	top: 105px;
	left: 0px;
	right: 0px;
}
#user_alertMenu{
	position: absolute;
	top: 20px;
	left: 0px;
	right: 0px;
	text-align: center;
	font-size: 10px;
}

/* SUMR LOGO */
#sumr{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
	text-align: center;
	z-index: 1;
}
#sumr img{
	border: none;
	width: 176px;
	height: 200px;
}

/* Content */
#main{
	position: relative;
	width: 80%;
	margin: 170px auto 0 auto;
	z-index: 2;
}
#location{
	position: absolute;
	top: -14px;
	right: 10px;
}
#location h1{
	font-size: 10px;
	font-weight: normal;
}
#content{
	position: relative;
	min-height: 400px;
	padding: 15px;
	color: #FFFFFF;
	background: #97D4DD url(images/contentbg.png) repeat-x;
	border: 1px solid #938A8A;
}
#content a{
	color: #006C8A;
}
#content p{
	margin: 10px 0;
}
#content h2{
	font-weight: bold;
	font-size: 18px;
}
#content .box, #content .blogbox, #content .blogtext, 
#content .comment, #content .form-box, #content .error{
	position: relative;
	padding: 10px;
	margin: 0 0 20px 0;
	color: #000000;
	background: #FFFFFF;
	border: 1px solid #938A8A;
	line-height: 24px;
}
#content ul{
	margin: 10px;
}
#content li{
	margin: 4px 0 4px 30px;
	list-style: lower-roman;
}
.datetime{
	position: relative;
	font-size: 12px;
	margin: 0 0 10px 20px;
}
.tlc{
	position: absolute;
	top: -1px;
	left: -1px;
	width: 6px;
	height: 6px;
	background: url(images/corner.png) no-repeat;
	background-position: 0 0;
}
.trc{
	position: absolute;
	top: -1px;
	right: -1px;
	width: 6px;
	height: 6px;
	background: url(images/corner.png) no-repeat;
	background-position: -6px 0;
}
.blc{
	position: absolute;
	bottom: -1px;
	left: -1px;
	width: 6px;
	height: 6px;
	background: url(images/corner.png) no-repeat;
	background-position: 0 -6px;
}
.brc{
	position: absolute;
	bottom: -1px;
	right: -1px;
	width: 6px;
	height: 6px;
	background: url(images/corner.png) no-repeat;
	background-position: -6px -6px;
}
.clear{
	clear: both;
}

/* Footer */
#footer{
	width: 100%;
	text-align: center;
	font-size: 10px;
}

/* Form specific */
#content .form-box{
	margin: 40px 0 20px 0;
	padding: 10px 40px 20px 40px;
}
.form-box legend{
	position: absolute;
	top: -26px;
	left: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
}
.form-box input, .form-box textarea, .form-box select{
	position: relative;
	width: 100%;
	border: 1px solid #938A8A;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 4px;
	color: #1A87A7;
}
.form-box .submit, .form-box #reset{
	width: 30%;
	background: #1A87A7;
	color: #FFFFFF;
}
.form-box .submit:hover, .form-box #reset:hover{
	background: #96D3DC;
}
.form-box .submit:active, .form-box #reset:active{
	background: #006C8A;
}
.form-box dt{
	margin: 10px 0 0 0;
}
.form-box .sm-font{
	color: #1A87A7;
	font-size: 12px;
}
#content .dd-indented dd{
	margin: 0 0 0 40px;
}
#content .dd-indented .field-onerow{
	position: absolute;
	right: 10%;
}
#captcha dt, #captcha dd{
	text-align: center;
}
#rules, #terms, #stay{
	border: none;
	width: auto;
	vertical-align: middle;
}
.form-box .field-onerow{
	border: none;
	width: auto;
	vertical-align: middle;
	position: relative;
	margin: 0 0 0 10px;
}
.centered-form
{
	text-align: center;
}

/* Blog specific */
#content .comment{
	padding: 0px;
	margin: 0 0 1px 0;
}
.comment p{
	padding: 10px;
}
.commentoptions{
	position: absolute;
	top: -14px;
	right: 0px;
	line-height: 10px;
	font-size: 10px;
	color: #FFFFFF;
}
#content .commentoptions a{
	color: #FFFFFF;
}
.blogauthor{
	position: relative;
	min-height: 100px;
	line-height: 24px;
	margin: -20px 0 10px 0;
	padding: 10px;
	color: #000000;
	background: #B3D2E9;
	border: 1px solid #938A8A;
	border-top: 5px solid #98BEE1;
}
.blogauthor .avatar{
	float: left;
	padding: 0 10px 0 0;
}
.comment h3{
	margin:	10px 0 0 0;
	text-indent: 20px;
}
.comment .datetime, .comment .edittime{
	margin: 0;
	text-indent: 20px;
	font-size: 12px;
	line-height: 16px;
	color: #938A8A;
}
.commentcontent{
	position: relative;
	margin: 10px 0 0 125px;
	border-top: 1px solid #938A8A;
}
.commentheader{
	position: relative;
	float: left;
	width: 100px;
	padding: 20px 10px 10px 10px;
	background: #B3D2E9;
	border-right: 5px solid #98BEE1;
	border-bottom: 5px solid #98BEE1;
	text-align: center;
	line-height: 20px;
}
.commentheader .commentoptions{
	top: 3px;
	left: 0px;
	right: 0px;
	text-align: center;
}
#content .leftdiv{
	font-size: 12px;
	line-height: 16px;
}
#content .rightdiv{
	font-size: 12px;
	line-height: 16px;
	text-align: right;
	margin: -16px 0 0 0;
}

/* UCP specific */
#content #ucp_title{
	position: absolute;
	top: -36px;
	left: 0px;
	font-size: 14px;
	font-weight: normal;
	line-height: 14px;
	color: #1A87A7;
}
#content #ucp_subtitle{
	position: absolute;
	top: -18px;
	left: 30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 14px;
	color: #1A87A7;
}

/* Tables */
.tableInfo{
	width: 100%;
	text-align: left;
	border-right: 1px solid #938A8A;
	border-top: 1px solid #938A8A;
}
.tableInfo th{
	padding: 5px;
	color: #1A87A7;
	background: #96D3DC;
	border-bottom: 1px solid #938A8A;
	border-left: 1px solid #938A8A;
}
.tableInfo td{
	padding: 5px;
	border-bottom: 1px solid #938A8A;
	border-left: 1px solid #938A8A;
}
.lefttable
{
	float: left;
}
.lefttable a, .righttable a
{
	font-size: 12px;
}
.righttable
{
	text-align: right;
}
.inbox:hover{
	background: #E8F5F9;
}

/* Inbox specific */
.inviteduser
{
	float: left;
	padding: 10px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
}
.inviteduser .avatar
{
	padding: 0px;
}