/*  Style Sheet
    --------------------------------------------------------------
	Style name:			Standart
	Original author:	Shona ( blackhorse-gaming.eu )
    --------------------------------------------------------------
*/

/* Layout
 ------------ */
*{
	/* Reset browsers default margin, padding and font sizes */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	/* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #ffffff;
	background-color: #000;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 6px;
	background-image: url("images/back.jpg");
	background-attachment:fixed;
	background-repeat:no-repeat;
	background-position:top;
}

/* Header
 ------------ */

#header_container { 
	display: block;
	margin: 0 auto;
	width: 1280px;
	border-top: 2px solid #303030;
	border-left: 2px solid #303030;
	border-right: 2px solid #303030;
}

#logo {
	display: block;
	width: 100%;
}


#wrap 
{
	margin: 0 auto;
	width: 1280px;
	min-width: 1024px !important;
	/* position: relative; */
	border-top: 2px solid #303030;
	border-left: 2px solid #303030;
	border-right: 2px solid #303030;
	border-bottom: 2px solid #303030;
	background-color: #484848;
}

#wrapcentre {
	margin: 15px 5px 0 5px;
}

.borderwrap
{
	background: #1e1e1e;
	border: 0px;
	padding: 0px;
	margin: 0px;
}

/* Text
------------ */

h1 {
	color: black;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	text-decoration: none;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	text-decoration: none;
	line-height: 120%;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 120%;
}

h4 {
	margin: 0;
	font-size: 1.1em;
	font-weight: bold;
}

p {
	font-size: 1.3em;
}

#pone {
  font-size: 1.1em; 
  color:white;
  font-style:bold;
  
}#ptwo {
  font-size: 0.9em; 
  color:white;
}

.gen {
	margin: 1px 1px;
	font-size: 1.2em;
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

.gensmall {
	margin: 1px 1px;
	font-size: 1em;
}

/* Links
 ------------ */
a:link {
	color: #fcfceb;
	text-decoration: underline;
}

a:visited {
	color: #fcfceb;
	text-decoration: underline;
}

a:hover {
	/*color: #19c0db;*/
	color: #ce0707;
	text-decoration: underline;
}

a:active {
	color: #fcfceb;
	text-decoration: none;
}


/* Tables
---------------*/

th {
	color: #db1616;
	font-size: 10px;
	font-weight: bold;
	background-color: #2a2a2a;
	white-space: nowrap;
	border-left: 1px solid #353535;
	border-top: 1px solid #353535;
	padding: 5px 5px;
}

td {
	padding: 2px;
}
td.profile {
	padding: 4px;
}

.tablebg {
	border: 1px solid #353535;	
	background-color: #2a2a2a;
}

.tablebg1{
	border: 1px solid #353535;	
	background-color: #2a2a2a;
	margin: 0 auto;
	width: 90%;
}

.row1 {
	background-color: #6d6d6b;
	border-left: 1px solid #353535;
	border-top: 1px solid #353535;
	padding: 4px;
}

.row2 {
	background-color: #6d6d6b;
	border-left: 1px solid #353535;
	border-top: 1px solid #353535;
	padding: 4px;
}

.row3 {
	background-color: #555555;
	padding: 6px;
}

.row4 {
	background-color: #6d6d6b;
	padding: 4px;
}

.btnlogin {
	background: #5e5e5e;
	background-image: -webkit-linear-gradient(top, #5e5e5e, #000000);
	background-image: -moz-linear-gradient(top, #5e5e5e, #000000);
	background-image: -ms-linear-gradient(top, #5e5e5e, #000000);
	background-image: -o-linear-gradient(top, #5e5e5e, #000000);
	background-image: linear-gradient(to bottom, #5e5e5e, #000000);
	-webkit-border-radius: 9;
	-moz-border-radius: 9;
	border-radius: 9px;
	-webkit-box-shadow: 0px 1px 3px #666666;
	-moz-box-shadow: 0px 1px 3px #666666;
	box-shadow: 0px 1px 3px #666666;
	font-family: Arial;
	color: #ffffff;
	font-size: 12px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
}

.btnlogin:hover {
	background: #138ed1;
	background-image: -webkit-linear-gradient(top, #138ed1, #05385c);
	background-image: -moz-linear-gradient(top, #138ed1, #05385c);
	background-image: -ms-linear-gradient(top, #138ed1, #05385c);
	background-image: -o-linear-gradient(top, #138ed1, #05385c);
	background-image: linear-gradient(to bottom, #138ed1, #05385c);
	text-decoration: none;
}



/* V-Menu
----------- */

.vmenu{
	background-color:#292929;
	margin: 1px 1px;
	font-size: 10px;
	text-align: left;
}

/* Footer
----------- */

#wrapfooter {
	text-align: center;
	clear: both;
}

.copyright {
	color: #1d1d1d;
	font-weight: normal;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

p.myfooter {
	margin: 0px;
	float: right;
	color: #fcfceb;
	font-weight: bold;
	white-space: normal;
	font-size: 1em;
}

.ftablebg
{
	border: 1px solid #353535;
	background-color: #2a2a2a;
}

.afooter:link
{
	color: #fcfceb;
	text-decoration: none;
}
.afooter:visited
{
	color: #fcfceb;
	text-decoration: none;
}

.afooter:active
{
	color: #fcfceb;
	text-decoration: none;
}

.afooter:hover 
{
	color: #ce0707;
	text-decoration: none;
}

/* EMAIL
------------ */

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}

/* Centre the form within the page */
form {
    margin:0 auto;
    width:459px;
}

/* Style the text boxes */
input, textarea {
    width:439px;
    height:15px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:1.2em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}

input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

textarea {
	height:213px;
	font-size:1.2em;
}

#submit {
    width:127px;
    height:38px;
    background:url(images/submit.png);
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
}

	#submit:hover {
	    opacity:.9;
	}





