@charset "UTF-8";

/* Classes defined first so overrides will work */

.vWindow {
	background-color: #0f034e;
	color: #fff000;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
}
.yWindow {
	background-color: #fff000;
	color: #0f034e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* Tags defined */

body {
	background-image: url(../images/website_bg.png);
	font-family: "Gill Sans", Verdana, Geneva, sans-serif;
}

/* IDs and Compound styles */

#mainContainer {
	width: 955px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	min-height: 1px;
}
#header #logoContainer {
	float: left;
	width: 300px;
}
#header #logoContainer img {
	margin: 10px;
}
#header #linksContainer {
	float: left;
	width: 655px;
}
#header #linksContainer #loginSection {
	font-size: 10pt;
	text-align: right;
	padding-right: 10px;
	float: right;
	padding-left: 10px;
}
#header #linksContainer #loginSection input {
	margin-left: 7px;
	width: 80px;
	color: #999999;
	padding-left: 3px;
	font-size: 8pt;
	border: 2px solid #b3b1cc;
}
#header #linksContainer #loginSection input[type="button"] {
	width: auto;
	color: #000;
}
#header #linksContainer #loginSection input[type="button"]:hover {
	border: 2px solid #fff000;
	cursor: hand;
	cursor: pointer;
}
#mainContent {
	margin-top: 15px;
	min-height: 300px;
}
#mainContent #socialContainer {
	width: 50px;
	margin-left: 10px;
	float: left;
	padding-top: 10px;
	padding-bottom: 5px;
}
#mainContent #socialContainer a#bookmarkLink {
	display: block;
	height: 50px;
	width: 50px;
	outline: none;
	text-indent: -5000px;
	background-image: url(../images/bookmark_badge.png);
	margin-bottom: 10px;
}
#mainContent #socialContainer a#deliciousLink {
	display: block;
	height: 50px;
	width: 50px;
	outline: none;
	text-indent: -5000px;
	background-image: url(../images/delicious_badge.png);
	margin-bottom: 10px;
}
#mainContent #socialContainer a#facebookLink {
	display: block;
	height: 50px;
	width: 50px;
	outline: none;
	text-indent: -5000px;
	background-image: url(../images/facebook_badge.png);
	margin-bottom: 10px;
}
#mainContent #socialContainer a#twitterLink {
	display: block;
	height: 50px;
	width: 50px;
	outline: none;
	text-indent: -5000px;
	background-image: url(../images/twitter_badge.png);
	margin-bottom: 10px;
}
#mainContent #socialContainer a#rssLink {
	display: block;
	height: 50px;
	width: 50px;
	outline: none;
	text-indent: -5000px;
	background-image: url(../images/rss_badge.png);
	margin-bottom: 10px;
}
#mainContent #socialContainer a:hover {
	background-position: -50px 0px;
}
#mainContent #sideBar {
	width: 172px;
	margin-left: 12px;
	float: left;
	font-size: 10pt;
	margin-right: 19px;
	padding-right: 8px;
	padding-left: 10px;
	min-height: inherit
}
#mainContent #sideBar textarea {
	width: 163px;
	height: 120px;
	border: 2px solid #fffbd5;
	display: block;
	margin-bottom: 10px;
	color: #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 8pt;
	padding-left: 3px;
}
#mainContent #sideBar input {
	width: 163px;
	border: 2px solid #fffbd5;
	color: #999999;
	margin-bottom: 10px;
	font-size: 8pt;
	padding-left: 3px;
	background-color: #ffffff;
}
#mainContent #sideBar input[type="button"] {
	color: #000;
	width: auto;
}
#mainContent #sideBar input[type="button"]:hover {
	border: 2px solid #0f034e;
	cursor: hand;
	cursor: pointer;
}
#mainContent #mainBody {
	float: left;
	width: 664px;
	min-height: inherit;
}
#mainContent #mainBody h1 {
	font-size: 16pt;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#mainContent #mainBody p {
	font-size: 12pt;
	line-height: 14pt;
	margin-right: 5px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.vWindow input {
	border: thin solid #b3b1cc;
	background-color: #ffffff;
	font-size: 10pt;
}
.vWindow p {
	color: #ffffff;
}
#mainBody .vWindow a{
	color: #fff000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #fff000;
}
#mainBody .vWindow a:hover {
	color: #b3b1cc;
	text-decoration: none;
	border-bottom-style: none;
}
.yWindow p {
	color: #000000;
}
#footer {
	text-align: center;
	font-size: 8pt;
	margin-top: 15px;
}
#footer a {
	color: #0f034e;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #0f034e;
}
#footer a:hover {
	font-weight: bold;
	border-bottom-style: none;
}
#popUpBG {
	background-color: #b3b1cc;
	height: 200px;
	width: 200px;
	visibility: hidden;
	z-index: 999;
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: .8;
}
#popUpWin {
	position: fixed;
	visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 1000;
}
#popUpWin h5 {
	font-size: 14pt;
	font-weight: bold;
	color: #000;
	margin-top: 5px;
	margin-bottom: 10px;
}
#popUpWinControls {
	vertical-align: text-bottom;
	text-align: center;
	position: absolute;
	width: 400px;
	bottom: 0px;
	margin-bottom: 10px;
}
.vStyleWin div.head {
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	color: #fff000;
	background-color: #0f034e;
	height: 25px;
	padding: 5px;
}
.vStyleWin .head h1 {
	display: inline-block;
}
.vStyleWin div.body {
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	font-size: 12pt;
	color: #000;
	background: rgba(179, 177, 204, .7);
	padding: 5px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #0f004e;
	border-bottom-color: #0f034e;
	border-left-color: #0f004e;
	min-height: inherit;
}

