/* General
 ------------ */
* {
	/* Resets the browser's margins */
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
	color: #8391a7;
	background-color: #1C1C1C;
	font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
	margin: 0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	background: black url('./images/bg.gif') repeat-y scroll top;
}

h1 {
	font-family: Verdana;
	font-size: 13px;
	color: #565656;
	text-align: center;
	font-weight: bold;
	padding-right: 8px;
	text-transform: uppercase;
	background-image: url('./images/h1.jpg');
	background-repeat: no-repeat;
	border-bottom: 0px;
	height: 54px;
	width: 100%;
	background-position: bottom;
	margin-bottom: 0px;

	line-height: 40px;
}

h2 {
	font-family: Georgia;
	font-size: 15px;
	color: #666666;
	text-align: center;
	letter-spacing: 2pt;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px dotted #3B3B3B;
}

h3 {
	font-size: 180%;
}

hr {
	width: 90%;
}

img{
	border: 0;
}

/* Tables
 ------------ */
th {
	color: #4F6CA6;
	font-size: 1.1em;
	font-weight: bold;
	background-color: #131313;
	white-space: nowrap;
	padding: 7px 5px;
}

tr {

}

td {
	padding: 0px;
}

td.profile {
	padding: 4px;
}

hr {
	height: 1px;
	border-width: 0;
	background-color: #D1D7DC;
	color: #D1D7DC;
}

/* Links
 ------------ */
a:link {
	color: #4F6CA6;
	text-decoration: none;
	cursor: default;
}

a:active,
a:visited {
	color: #4F6CA6;
	text-decoration: none;
}

a:hover {
	color: #8EB9DB;
	text-decoration: underline;
}

th a,
th a:visited {
	color: #C8D8E5 !important;
	text-decoration: none;
}

th a:hover {
	text-decoration: underline;
}

/* Custom
 ------------ */
.banner {
	background-image: url('./images/cellpic.gif');
}

.centertext {
	text-align:center;
}

.error {
	margin:50px;
	text-align:center;
	font:14pt Georgia;
	color:#f44;
}

.header {
}

.nav {
	margin: auto;
	height: 25px;
	background-image: url('./images/cellpic.gif');
	text-align: center;
	vertical-align: middle;
}

.menu {
	margin-left: auto;
	margin-right: auto;
}

.menu a:link,
.menu a:active,
.menu a:visited {
	font-family: Georgia;
	color: #A5A6A7; 
	font-size: 10px;
	display: block;
	cursor: default;
	font-weight: bold;
	padding-right: 0px;
	padding-left: 18px;
	text-align: left;
	text-decoration: none;
	background-image: url('images/arrow.jpg');
	background-repeat: no-repeat;
}

.menu a:hover {
	font-family: Georgia;
	color: #2B2D2F; 
	font-size: 10px;
	border-bottom: 0px solid #6991B1;
	text-align: left;
	padding-right: 0px;
}

.skeleton {
	padding: 6px;
	background-image: url('images/conbg.jpg');
	border: 1px solid #82878C;
	margin-left: auto;
	margin-right: auto;
}

.content {
	border: 1px solid #82878C;
	width: 100%;
	margin-top: 10px;
}

.content td {
	padding: 5px;
}

.footer td {
	font-family: Arial;
	text-align: center;
}
