*
{
	outline: none;
}


body
{
	background: #152535 url(../images/bg.png) no-repeat top center;
	padding: 0;
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-family: "Lucida Grande", Arial, Verdana, Tahoma;
	text-align: center;
}

a
{
	color: #abbfd4;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	margin: 0;
	padding: 0;
	font-size: 100%;
}

p
{
	margin: 0;
	padding: 0;
	display: inline;
}

a:hover
{
	color: #d9e4ef;
}

img
{
	border: 0; 
	vertical-align: middle;
}

form
{
	display: inline;
	margin: 0;
	padding: 0;
}

#wrapper
{
	text-align: left;
	width: 600px;
	margin: 50px auto;
}

#header
{
}

#container
{
	padding-top: 30px;
	clear: both;
}

#footer
{
	text-align: right;
	color: #fff;
	padding: 6px;
	padding-bottom: 15px;
	margin-top: 30px;
	font-size: 11px;
	font-weight: bold;
}

#logo
{
	float: left;
}

#navigation
{
	padding-top: 5px;
	font-weight: bold;
	float: right;
}

#navigation a
{
	text-decoration: none;
	text-transform: lowercase;
}

#navigation .block
{
	width: 260px;
	text-align: center;
}

.block,
.block2
{
	color: #fff;
}

.block .top,
.block2 .top
{
	background: #142131;
	margin: 0 7px;
	height: 7px;
}

.block .tl,
.block2 .tl
{
	background: url(../images/tl.png) no-repeat top left;
	width: 7px;
	height:7px;
	float: left;
}

.block .tr,
.block2 .tr
{
	background: url(../images/tr.png) no-repeat top right;
	width: 7px;
	height:7px;
	margin-top: -7px;
	float: right;
}

.block .bottom,
.block2 .bottom
{
	background: #142131 repeat-x bottom left;
	margin: 0 7px;
	height: 7px;
}

.block .bl,
.block2 .bl
{
	background: url(../images/bl.png) no-repeat bottom left;
	width: 7px;
	height:7px;
	float: left;
}

.block .br,
.block2 .br
{
	background: url(../images/br.png) no-repeat bottom right;
	width: 7px;
	height:7px;
	margin-top: -7px;
	float: right;
}

.block .inner,
.block2 .inner
{
	background: #142131;
	padding: 0px 8px;
	color: #fff;
}


.block2 .top
{
	background: #1a3047;
}

.block2 .tl
{
	background: url(../images/block2_tl.png) no-repeat top left;
}

.block2 .tr
{
	background: url(../images/block2_tr.png) no-repeat top right;
}

.block2 .bottom
{
	background: #1a3047 repeat-x bottom left;
}

.block2 .bl
{
	background: url(../images/block2_bl.png) no-repeat bottom left;
}

.block2 .br
{
	background: url(../images/block2_br.png) no-repeat bottom right;
}

.block2 .inner
{
	background: #1a3047;
}


/* Basic Structure Classes */
.bold
{
	font-weight: bold;
}

.font10
{
	font-size: 10px;
}


.font14
{
	font-size: 14px;
}

.font18
{
	font-size: 18px;
}

.cursor
{
	cursor:pointer;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.clear
{
	clear: both;
}

.nounderline
{
	text-decoration: none;
}

.center
{
	text-align: center;
}

blockquote
{
	margin: 0;
	padding: 5px 30px;
}

ul li
{
	margin-bottom: 5px;
}


.title
{
	font-size: 18px;
}

ul,
li
{
	color: #c0cedf;
}

ul li
{
	padding: 5px;
}

#footer
{
	padding-top: 10px;
	font-size: 12px;
	color: #55779c;
	
}

#footer a
{
	color: #55779c;
}

#footer a:hover
{
	color: #d7e3f0;
}

#alertBar
{
	background: #feffc8;
	color: #878812;
	padding: 4px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-bottom-left-radius: 0px;
	-khtml-border-radius-bottomleft: 0px;	
	-moz-border-radius-bottomleft: 0px;
	border-bottom-left-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-khtml-border-radius-bottomright: 0px;	
	-moz-border-radius-bottomright: 0px;
	border-bottom-right-radius: 0px;
	position: fixed;
	z-index:3;
	bottom: 0;
	width: 600px;
	text-align: center;
}

input,
select,
textarea
{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #f9f9f9;
	border: 0;
	padding: 3px 6px;
	font: 13px "Lucida Grande", Tahoma, Verdana, Arial;
	margin: 0;
	color: #666;
}

input:focus,
textarea:focus,
select:focus
{
	background: #fff;
	color: #333;
}


.linkButton,
.submit,
.linkButton:focus,
.submit:focus
{
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #042a47 url(../images/alert-overlay.png) repeat-x;
	color: #fff !important;
	text-decoration: none;
	font-weight: bold;
	font-weight: bold;
	padding: 3px 7px;
	cursor: pointer;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.15);
}

.linkButton:hover,
.submit:hover
{
	background-color: #06497d;
}


textarea
{
	padding: 6px;
}

.tright
{
	text-align: right;
}


.qtip-content
{
	color: #fff;
	font-size: 12px;
}

.qtip-content a
{
	color: #fff;
	text-decoration: none;
}

.qtip-content a:hover
{
	color: #85c626;
}

.errorAlert
{
	background: #f6e5e5;
	padding: 10px;
	font-weight: bold;
	color: #7e0909;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.msgAlert
{
	background: #feffc8;
	color: #878812;
	padding: 10px;
	font-weight: bold;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;	
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.hide
{
	display: none;
}

#advertisement
{
	position: fixed;
	left: 100px;
	top: 20px;
}

#followButton
{
	position: fixed;
	top: 200px;
	left: 0;
}