﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    background: #fafafa;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

.selBox
{
    border:solid 1px #cccccc; font:9pt Arial; width:100%;
}
.txtBox
{
    border:solid 1px #cccccc; font:9pt Arial; width:100%;
}

.btnGreen_100
{
    padding:10px; margin:5px 10px 5px 10px; background-color:#5ea13e; font:10pt Arial; color:#ffffff; font-weight:bold; text-align:center; width:100px; cursor:pointer;
}
.btnGreen_100_ov
{
    padding:10px; margin:5px 10px 5px 10px; background-color:#72c749; font:10pt Arial; color:#ffffff; font-weight:bold; text-align:center; width:100px; cursor:pointer;
}
.btnGray_100
{
    padding:10px; margin:5px 10px 5px 10px; background-color:#4f989b; font:10pt Arial; color:#ffffff; font-weight:bold; text-align:center; width:100px; cursor:pointer;
}
.btnGray_100_ov
{
    padding:10px; margin:5px 10px 5px 10px; background-color:#5dc3c7; font:10pt Arial; color:#ffffff; font-weight:bold; text-align:center; width:100px; cursor:pointer;
}

.btnGray
{
    padding:5px; margin:0px; background-color:#4f989b; font:9pt Arial; color:#ffffff; font-weight:bold; text-align:center; cursor:pointer;
}
.btnGray_ov
{
    padding:5px; margin:0px; background-color:#5dc3c7; font:9pt Arial; color:#ffffff; font-weight:bold; text-align:center; cursor:pointer;
}
/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1
{
    font-size: 1.7em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: 600;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
    font-weight: 600;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 980px;
    background-color: #fff;
    margin: 20px auto 20px auto;
    bor/der: 1px solid #496077;
}

.header
{
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 580px;
    overflow:hidden;
}

.header h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.cpage
{
    width: 980px;
    background-color: #fff;
    margin: 20px auto 20px auto;
    /*bor/der: 1px solid #496077;*/
}

.cheader
{
    margin: 0px;
    padding: 0px;
    width:980px;
    height: 250px;
}

.ImgDesc
{
    position: absolute;
    background:rgba(0,0,0,0.3);
    bottom:0;
    left:0;
    right:0;
    color:#fff;
    font-size:8pt;
    text-align:right;
	padding: 5px;
}

.cheader h1
{
    font-weight: 700;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #f9f9f9;
    border: none;
    line-height: 2em;
    font-size: 2em;
}

.main
{
    padding: 0px;
    margin: 0px;
    height: 225px;
    background: #16040b; /* Old browsers */
    background: -moz-linear-gradient(top,  #16040b 0%, #e7e7e7 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#16040b), color-stop(100%,#e7e7e7)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #16040b 0%,#e7e7e7 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #16040b 0%,#e7e7e7 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #16040b 0%,#e7e7e7 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #16040b 0%,#e7e7e7 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#16040b', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-9 */
}

.cmain
{
    padding: 10px;
    margin: 0px;
    min-height: 230px;
    background: #FFFFFF;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    border-top:solid 4px #9e0d1b;  
}

.footerMenu
{
    font-size:8pt; 
    color:#444;
}

.footerMenu td a
{
    text-decoration:none;
    margin: 0px 0px 0px 10px;
    color:#444;
    font-weight:bold;
}

.footerMenu td a:hover
{
    text-decoration:none;
    font-weight:bold;
    color:#888;
}

.sideMenu
{
    border-top:solid 1px #ccc; 
    color:#696969; 
    font-size: 9pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    padding:10px 0px 10px 0px;   
}

.sideMenu a
{ 
    color:#696969; 
    font-size: 9pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    text-decoration:none;
}
.sideMenu a:hover
{ 
    color:#333333; 
    font-size: 9pt;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    text-decoration:none;
}
/* TAB MENU   
----------------------------------------------------------*/

.tabHeader
{
    background:#e5e6e4\9;
    background:rgba(255,255,255,0.7);
    position: relative;
    margin:-13px;
    padding: 0;
    width:105%;
    height:4.5em;
    *margin:0;
    *padding: 0;
    /**background:#e5e6e4;*/
    *width:101%;
    *height:4.5em;
}
.tabContentHeader
{
    position: relative;
    margin:0;
    padding: 0;
    background:#e5e6e4;
    width:100%;
    height:4.5em;
}

fieldset
{
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset.login label, fieldset.register label, fieldset.changePassword label
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

.loginDisplay a:link
{
    color: white;
}

.loginDisplay a:visited
{
    color: white;
}

.loginDisplay a:hover
{
    color: white;
}

.failureNotification
{
    font-size: 1.2em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
    padding-right: 10px;
}

#container {
	margin:50px auto;
	width:500px;
}


.descript_block
{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
	border-bottom-color: #cccccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}


/*IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII SLIDE OUT BOX IIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII*/

a.back{
	background:transparent url(back.png) no-repeat top left;
	height:13px;
	width:248px;
	display:block;
	clear:both;
	text-indent:-9000px;
	margin:20px auto;
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-124px;
}
a.back:hover{
	/*background-position:0px -13px;
    *background-position: -13px 0px;*/

}
div.shuffle{
	position:fixed;
	top:476px;
	right:19px;
	width:200px;
	height:50px;
	background:transparent url(shuffle.png) no-repeat top left;
}
div.hover{
	/*position:fixed;
    *position:absolute;
    *top:50px;
	top:68px;
	right:90px;
	width:253px;
	height:65px;*/
	background:transparent url(hover.png) no-repeat top left;
}
.rp_list {
	font-family:Verdana, Helvetica, sans-serif;
	position:fixed;
	right:-260px;
	top:80px;
	margin:0;
	padding:0;
}
span.rp_shuffle{
	background:#222 url(../images/shuffle.png) no-repeat 10px 50%;
	width:28px;
	height:14px;
	display:block;
	margin:10px 0px 0px 20px;
	cursor:pointer;
	padding:4px;
	border:1px solid #000;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.rp_list ul{
	margin:0;
	padding:0;
	list-style:none;
}
.rp_list ul li{
	width: 240px;
	margin-bottom:5px;
	display:none;
}
.rp_list ul li div{
	display: block;
	line-height:15px;
	width: 240px;
	height: 50px;
	background:#990101;
	border:1px solid #370000;
	-moz-border-radius:5px 0px 0px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
}
.rp_list ul li div img{
	width:20px;
	height: 20px;
	float:left;
	margin:4px 10px 0px 4px;
	border:1px solid transparent;
}
span.rp_title{
	font-size:11px;
	color:#555555;
	margin:4px 0px 0px 22px;
	display:block;
	padding-top:3px;
	background:transparent;
}
span.rp_links{
	width:195px;
	height:8px;
	padding-top:5px;
	display:block;
	margin-left:70px;
}
span.rp_links a{
	background: #370000;
	padding: 2px 18px;
	font-size:10px;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	-moz-box-shadow: 0 1px 3px #000;
	-webkit-box-shadow: 0 1px 3px #000;
	box-shadow:0 1px 3px #000;
	text-shadow: 0 -1px 1px #222;
	cursor: pointer;
	outline:none;
}
span.rp_links a:hover{
	background-color:#000;
	color:#fff;
}