@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	margin-top: 10px;
	background-color: #1c1c1c;
	text-align: left;
	font-family: arial,helvetica,sans-serif;
	color:#fff;
}

div,td{
		color:#fff;
}

p {margin: 0; padding: 0;}

img{
	border: 0px;
}

strong{
	color:#59d9e6;
}

a:link {
	color: #59d8e5;
	text-decoration: underline;
}
a:visited {
	color: #59d8e5;
	text-decoration: underline;
}
a:hover {
	color: #0fb0c1;
}
a:active {
	color: #59d8e5;
	text-decoration: underline;
}

.pagetitle{
	font-size: 22px;
	line-height: 22px;
	color: #fff;
}

/* NAV DROP DOWN*/
#jsddm {	
	margin: 0;
	padding: 0
	}

#jsddm li {	
	float: left;
	list-style: none;
}

#jsddm li a {	
	display: block;
	padding: 0px 5px;
	text-transform: uppercase;
	text-decoration: none;
	font: 14px helvetica, Arial;
	width: 60px;
	color: #ededed;
	white-space: nowrap;
	font-weight: normal;
	line-height: 48px;
}

#jsddm li a:hover {	
	color:#999;
}

#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	background: #ddd;
	margin-top:2px;
	z-index: 999;
}

#jsddm li ul li {	
	float: none;
	display: inline
}

#jsddm li ul li a {	
	font: 12px helvetica, Arial;
	width: auto;
	color: #ededed;
	line-height: 32px;
	font-weight: bold;
	background: #000 ;
	padding:0 10px;

}

#jsddm li ul li a:hover {	
	background: #333 ;
}


#closeLogin{
	color: #fff;
	font-size: 9px;
	line-height: 20px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

/* ERROR */
.error{
	color:red;
	font-weight:bold;
	background-color:#ededed;
}


/* PROMO CODES */
.promocode{
	color: #59d8e5 ;
}


/* FOOTER */
#footer {
	font-size: 9px;
	line-height: 20px;
	color: #ededed;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}
#footer a:link {
	color: #ededed;
	text-decoration: none;
}
#footer a:visited {
	color: #ededed;
	text-decoration: none;
}
#footer a:hover {
	color: #ccc;
	text-decoration: underline;
}
#footer a:active {
	color: #ededed;
}

/* FORM DISPLAY */
.formsub{
	
	color:#59d9e6;
	font-weight:bold;
	padding:10px 0;
}
.formrow{
	
}
.formlabel{
	float:left;
	width:30%;
	height:30px;
}
.formfield{
	float:left;
	width:70%;
	height:26px;
}
.formsubmit{
	float:right;
	width:70%;
}

/* FORM ELEMENTS */
form{
	display: inline; 
	margin: 0;
}
input{
	color:#333;
	background-color:#ededed !important;

}
.input{
	width:200px;
	border:1px solid #333;
	background-color:#ededed !important;
	height:16px;
	padding:3px;
	color:#333;
}
textarea, .textarea {
	border:1px solid #ccc;
	padding:3px;
	color:#333;
	background-color:#efefef;
	font-family: arial,helvetica,sans-serif;
	font-size: 12px;	
}
.file{
	color:#000;
	height:24px;
	padding-top:2px;
	background-color:#ededed !important;
	
}
.checkbox{
	background-color:#000;
	border-style: none;
	vertical-align: middle;
	border: 1px;
}
.radio{
	background-color:#000;
}
select, .select{
	color:#000;
	height:26px;
	padding-top:2px;
	background-color:#ededed !important;
}


/* ASSIGNMENT*/
.qtitle{
	
	font-size: 16px;
	color:#000;
	padding-bottom: 10px;
}
.qintro{
	
	padding-bottom: 10px;
}
.qlabel{
	
	padding-bottom:10px;
}
.qtextarea{
	
	padding-bottom:10px;
}


/* TABLES */
.tablebanner{
	height:18px;
	border-bottom: 1px solid #666666;
		
}
.tablelabel{
	float:left;
	color:#000;
	font: bold 12px arial, helvetica, sans-serif; 
}

.tablerow{
	height:40px;
	border-bottom: 1px dotted #666;
}
.tablefield{
	float:left;
	padding-top:4px;
	line-height:35px;
}
.tableopt{
	float:left;
	padding-top:4px;
	line-height:35px;
}
.opt{
	padding-top:8px;
}
.tablebutton{
	float:left;
	width:60px;
	height:60px;
	background-color:#ededed;
}

/* MODAL */
#simplemodal-overlay {background-color:#000;}
#simplemodal-container {background-color:#333; border:8px solid #444; padding:12px;}
#simplemodal-container a.modalCloseImg {
	background:url(/images/x.png) no-repeat; /* adjust url as required */
	width:25px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-18px;
	cursor:pointer;
	}
	
/* PAGINATON*/
/* ul{border:0; margin:0; padding:0;} */

#pagination-digg li{
	border:0; margin:0; padding:0;
	font-size:11px;
	list-style:none;
	margin-right:2px;
}
#pagination-digg a{
	border:solid 1px #9aafe5;
	margin-right:2px;
}
#pagination-digg .previous-off,
#pagination-digg .next-off {
	border:solid 1px #ededed;
	color:#888888;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:2px;
	padding:4px 6px;
}
#pagination-digg .next a,
#pagination-digg .previous a {
	font-weight:bold;
}
#pagination-digg .active{
	background:#2e6ab1;
	color:#fff;
	font-weight:bold;
	display:block;
	float:left;
	padding:4px 6px;
}
#pagination-digg a:link,
#pagination-digg a:visited {
	color:#0e509e;
	display:block;
	float:left;
	padding:3px 6px;
	text-decoration:none;
}
#pagination-digg a:hover{
	border:solid 1px #0e509e;
}
/*  NEW BUTTONS */
.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#49A3F8;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    cursor:pointer;
    padding:4px 10px 3px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}
/* STANDARD */
button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}



/* CLEAR FIX FLOAT */
.group:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.group { display: inline-block; }
* html .group { height: 1%; }
.group { display: block; }

/*  y buttons */	
.ybuttons a, .ybuttons button, .zbuttons a, .zbuttons button{
    margin:0 7px 0 0;
    background-color:#0D9233;
    border:1px solid #333;
    border-top:1px solid #333;
    border-left:1px solid #333;
    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#fff;
    text-shadow: 0.1em 0.1em #333;
    cursor:pointer;
    padding:8px; /* Links */
	}
.ybuttons button, .zbuttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
	}
.ybuttons button[type], .zbuttons button[type]{
    padding:5px; /* Firefox */
    line-height:17px; /* Safari */
	}
*:first-child+html button[type]{
    padding:5px 15px 5px 5px; /* IE7 */
	}
.ybuttons button:hover, .ybuttons a:hover, .ybuttons a:active, .zbuttons button:hover, .zbuttons a:hover, .zbuttons a:active{
    color:#ededed;
    background-color:#666;
	}

.zbuttons a, .zbuttons button{
	background-color:#003D99;
}
		
