@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
}

img {border: none}

.wrapper {
	min-height: 90%;
	min-width: 1000px;
	height: auto !important;
	height: 100%
	margin-top: 0;
	margin-right: auto;
	margin-bottom: -6em;
	margin-left: auto;
	overflow: hidden;
}
.footer, .push {
	 height: 6em;
	 /*height: 2em;*/
	position: relative;
	}

a {
	font-size: 11px;
	text-decoration: none;
	color: #333;
}
a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #333;
}
.wrapper #body #righttext {
	padding: 20px;
	float: left;
	margin: 20px;
}
.wrapper #body #lefttext {
	float: left;
	position: relative;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 1em;
	padding-left: 10px;
}
.wrapper #body #datediv {
	float: left;
	width: 200px;
		padding-top: 15px;
	padding-left: 10px;
}

html, body {
	height: 100%;
	background-color: #F2F2F2;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	text-decoration: none;

}
h1 {
	font-size: 1.2em;
	font-weight: bold;}
h1 .h1red {
		color: #C00;
}
h2 {
	font-size: 1.2em;
}
h3 {
	font-size: 1em;
	font-weight: bold;
}
.err {
	color: #FF9900;
}
th {
	font-weight: bold;
	text-align: left;
}
.textfield {
	font-size: 11px;
	color: #333333;
	background: #F7F7F7;
	border: 3px solid #CCCCCC;
	padding-left: 2px;
}
	
#containerdiv {
	margin: 0px;
	padding: 0px;
	height: 800px;
}

#headerdiv {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width:100%
}
#headercontainer {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width:100%;
	height: 197px;
	background-image: url(../images/bgbanner.png);
	background-repeat: repeat-x;
}
#contentcontainer {
	text-align: left;
	margin: 0px;
	padding: 0px;
	width:100%;
	min-height: 300px;
	min-width: 400px;
}
#logodiv {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	height: 110px;
	width: 500px;
}

#headerlogo {
	min-width: 200px;
	width: 95%;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2%;
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 105px;
	margin: 0px;
	background-image: url(../images/bgbancross.png);
}
#maincontent {
	min-width: 400px;
	width: 80%; 
	margin: 0px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 105px;
	background-attachment: scroll;
}
#rightlinks {
	width: 18%;
	margin: 0px;
	padding: 0px;
	float: right;
	height: 197px;
	overflow: hidden;
}

#headerimage {
	width: 42%;
	margin: 0px;
	padding: 0px;
	height: 197px;
	overflow: hidden;
	top: 0px;
	position: absolute;
	right: 0px;
}

#navbar{
	min-width: 400px;
	width: 58%;
	float: left;
	height: 30px;
	padding-left: 2%;
	overflow: hidden;
	width: 58%;
	min-width: 200px;
}
#datebar{
	width: 58%;
	margin: 0px;
	float: left;
	height: 2.5em;
	padding-left: 2%;
	min-width: 200px;
}
.datebarsize {
	height: 20px;
	width: 250px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#navlinks {
	font-size: 1em;
	font-family: Verdana, Geneva, sans-serif;
	right: 15px;
	color: #FFF;
	top: 100px;
	clear: none;
	float: left;
	width: 250px;
}

#links {
background: #cccccc;
float: left;
width: 200px;
padding: 10px;
text-decoration: none; 
} 

/* Content */

#content {
background: #ffffff;
margin: 0 0 0 220px;
padding: 20px;
} 
.contentsize {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 2px;
	min-height: 400px;
}

/* content header */

.contentheader {
	width: 77%;

}
.contentheader .header{
	width: 60%;
	position: relative;
	min-height: 54px;
	left: 0px;
	top: 0px;
	padding-right: 1em;
	padding-left: 1em;
}
.maincontent  .status{
	width: 150px;
	margin-top: 0.5em;
	right: 1em;
	right: 1em;
	position: relative;
	float: right;
}

/* main content */
.maincontent {
	width: 100%;
	min-height: 200px;
	float: left;
}
.maincontent .content{
	width: 80%;
	width: 70%;
	position: relative;
	left: 0px;
	padding-left: 1em;
	padding-right: 2em;
	min-height: 300px;
}
.maincontent .urls{
	width: 150px;
	right: 1em;
	background-color: #efc252;
	position: relative;
	float: right;
	margin-top: 1em;
	clear: right;
}

.maincontent  .urls .corner {
	position: absolute;
	width: 11px;
	height: 11px;

	font-size: 0%;
	background-image: url(../images/urlcorners.gif);
	background-repeat: no-repeat;
}


#topnav {
background: #cccccc;
width: 100%;
} 

#navbar ul {
	display: inline;
} 

#navbar li {
	display: inline;
} 

#navbar li a {
	float: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	color: #CCC;
	text-decoration: none;
	font-size: 1em;
		font-weight: bold;
} 

#navbar li a:hover {
	color: #EAB310;
} 

.urlbarlist li {
	list-style-type: none;
	} 
.urlbarlist li a {
	color: #009;
	text-decoration: underline;
	padding-left: 0px;
	font-size: 1em;
	font-weight: bold;
} 

#clear {
clear: both;
} 

#navbar li a.x {
	color: #CCC;
	font-weight: bold;
} 
.bodydiv { 
width:100%
}
#mainlefttext {
	min-width: 600px;
	min-height: 400px;
	width: 80%;
	float: left;
	padding-left: 2%;
/*	padding-bottom: 2em;*/
	padding-right: 2%;
	overflow: hidden;
	position: relative;
}
#righturls {
	min-width: 130px;
	width: 150px;
	position: relative;
	float: left;
	overflow: hidden;
}
.urlbarsize {
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
	float: left;
	position: relative;
}
.footer {
	background-color: #2e2c24;
	height: 2.5em;
	text-align: right;
}
.advertfooter {
	background-color: #EAB310;
	height: 3.5em;
	text-align: right;
}



.cornerBox {
	position: relative;
	background: #cfcfcf;
	width: 100%;
	background-color: #FFFFFF;
	border: 1px solid #333;
}
.corner {
	position: absolute;
	width: 11px;
	height: 11px;
/*	background-color: #FFFFFF;*/
	font-size: 0%;
	background-image: url(../images/corners.gif);
	background-repeat: no-repeat;
}
.cornerBoxInner { padding: 10px; }
.TL {
	top: -1px;left: -1px;
	background-position: 0px 0px;
}
.TR { top: -1px; right: -2px; background-position: -10px 0; }
.BL { bottom: -2px; left: -1px; background-position: 0 -10px; }
.BR { bottom: -2px; right: -2px; background-position: -10px -10px; }

.cornerBoxInnerurl {
	padding: 10px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
.cornerurl {
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #FFFFFF;
	font-size: 0%;
	background-image: url(../images/corners.gif);
	background-repeat: no-repeat;
}
.TLurl {

	top: -1px;left: -1px;
	background-position: 0px 0px;
}
.TRurl { top: -1px; right: -2px; background-position: -10px 0; }
.BLurl {
	background-color: #FFFFFF;
	bottom: 0px;
	left: 0px;
	background-position: 0 -10px;
}
.BRurl {
	background-color: #FFFFFF;
	bottom: 0px;
	right: 0px;
	background-position: -10px -10px;
}

.status .corner {
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #FFFFFF;
	font-size: 0%;
	background-image: url(../images/statcorners.gif);
	background-repeat: no-repeat;
}
.urlbarsize .corner {
	position: absolute;
	width: 11px;
	height: 11px;
	background-color: #FFFFFF;
	font-size: 0%;
	background-image: url(../images/urlcorners.gif);
	background-repeat: no-repeat;
}


.urlbarsize .cornerBox {
	position: relative;
	width: 100%;
	background-color: #efc252;
	border: 1px solid #333;
}

.status .cornerBox {
	position: relative;
	width: 100%;
	background-color: #E6E6E6;
	border: 1px solid #333;
}
.spacer {
	position: relative;
	height: 1px;
	width: 100%;
}
.cornerBoxInnerurl p a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 175%;
	font-size: 1.05em;
}

.cornerBoxInnerurl p a:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	line-height: 175%;
	font-size: 1.05em;
}


.headerimagediv {
	padding: 10px;
}
.flashad {
	float: left;
	height: 400px;
	width: 140px;
	overflow: hidden;
	position: relative;
	padding-left: 4%;
}
.urlsheader {
	background-color: #333333;
}
.newurlcontainer {
	width: 100%;
	background-color: #eab310;
	margin: 0px;
	padding: 0px;
}
.newurlcontainer .header {
	float: left;
	height: 32px;
	width: 100%;
	background-color: #000000;
	margin: 0px;
	padding: 0px;
}
.usefullkpush {
	height: 44px;
	width: 150px;
	float: right;
	clear: left;
	position: relative;
	padding-right: 1em;
}
.logincomment {
	color: #666666;
}
.leftContent {
	width: 100%;
	position: relative;
}
.rightContent {
	width: 15%;
	float: right;
	position: relative;
}
.status {
width: 100%;
}
.bottomClear {
	clear: both;
	width: 100%;
	height: 1px;
}
.reminderLinks {
}

.reminderLinks a{
	text-decoration: underline;
	padding-left: 0px;
	font-size: 1em;
	font-weight: bold;
}

.reminderLinks a:hover{
	text-decoration: underline;
	padding-left: 0px;
	font-size: 1em;
	font-weight: bold;
	color: #EAB310;
}

.status {
	position: relative;
	float: right;
	overflow: visible;
}
.urls {
	position: relative;
	float: right;
	overflow: visible;
	width: 100%;
}
