/* Main Layout */
body {
  margin: 0;
  padding: 0;
  background-color:#1287b3;
  font: normal 11px Verdana;
  color: #000;
}

img { border: none; }

marquee {
  padding: 0px;
  margin: 0px;
}

hr {
  height: 1px;
  border: none;
  border-top: 1px dashed #989898;
  border-bottom: none;
  margin: 0;
  margin-top: 2px;
  padding: 3px;
}

/* Design */
#header {
	background-image:url(images/index_01.png);
	height:230px;
	width:1024px;
	position:relative;
	overflow:auto;
	left:50%;
	margin-left:-512px;
}
#header2 {
	background-color:#1287b3;
	height:230px;
}
#menu2 {
	padding-left:10px;
	padding-right:10px;
}
#extra {
	margin:20px;
}
#content2 {
	margin:20px;
}
#content {
	background-image:url(images/index_03.png);
	background-color:#FFF;
	min-height:500px;
	width:900px;
	background-repeat:repeat-x;
	position:relative;
	overflow:auto;
	left:50%;
	margin-left:-452px;
}
#copy {
	background-image:url(images/footer.gif);
	background-color:#FFF;
	height:200px;
	width:900px;
	position:relative;
	overflow:auto;
	left:50%;
	margin-left:-452px;
	text-align:center;
}

/* Menubar */
#sddm
{	margin: 0;
	padding: 0;
	z-index: 30;
	}

#sddm li
{	margin: 0;
	padding: 0;
	margin-right:0px;
	list-style: none;
	float:left;
	font: bold 11px arial}

#sddm li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 0px 0px;
	width: auto;
	background: #1287b3;
	color: #000;
	text-align: center;
	text-decoration: none}

#sddm li a:hover
{	background: #FFF}

#sddm div
{	position:absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #1287b3;
	border: 1px solid #000;
	text-align:center;
	}

	#sddm div a
	{	position: relative;
		display: block;
		margin: 0;
		padding: 5px 10px;
		width: auto;
		white-space: nowrap;
		text-align: center;
		text-decoration: none;
		background: #1287b3;
		color: #FFF;
		font: 12px arial;
		}

	#sddm div a:hover
	{	background: #045371;
		color: #FFF}

/* Links */
a, a:visited, a:active {
  color: #1387b3;
  text-decoration: none;
}

a:hover {
  color: #1387b3;
  text-decoration: none;
}

a.white, a.white:visited, a.white:active {
  color: #1387b3;
  text-decoration: none;
}

a.white:hover {
  color: #1387b3;
  text-decoration: underline;
}

a.titlelink, a.titlelink:visited, a.titlelink:active {
  color: #1387b3;
  text-decoration: none;
  font-weight: bold;
}

a.titlelink:hover {
  color: #0000FF;
  text-decoration: underline;
  font-weight: bold;
}

a.category, a.category:visited, a.category:active {
  color: #1387b3;
  text-decoration: none;
}

a.category:hover {
  color: #1387b3;
  text-decoration: underline;
}

/* Font types */

h1 {
  background: #1387b3 url(images/h1.jpg) no-repeat right;
  color: #FFF;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 -10px 10px;
  padding-left: 10px;
  height: 20px;
  width: 95%;
  text-align: left;
  text-transform: uppercase;
}

h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
}

.small {
  color: #000;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
}

.category_big, .category_big a {
  color: #000;
  font-weight: bold;
}

.category {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #000;
  font-weight: normal;
}

/* Forms */
form {
  border: none;
  margin: 0;
  padding: 0;
}

input, textarea, select {
  border: 1px solid #000000;
  background-color: #FFF;
  font: normal 11px Verdana;
  color: #000;
}

input:active, textarea:active, select:active,
input:focus, textarea:focus, select:focus {
  border: 1px solid #000000;
  background-color: #FFF;
  color: #000;
}

input[type="radio"], input[type="checkbox"], 
input[type="radio"]:focus, input[type="radio"]:active,
input[type="checkbox"]:focus, input[type="checkbox"]:active {
  border: 0px;
}

.pad { padding: 10px; }

.input {
  background-color: transparent;
  border: none;
  margin: 2px;
}

.title {
  height: 20px;
  margin: 0;
  padding: 0 3px;
  color: #000;
  background-image: url(images/title.jpg);
  background-repeat: repeat;
}

.td_head {
  height: 26px;
  background-color: #454545;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.td1 {
  height: 26px;
  background-color: #454545;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

.td2 {
  height: 26px;
  background-color: #454545;
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
}

/* Infomessages - Miscellaneous */
.tooltip {
  position: absolute;
  display: none;
  background-color: #FFF;
  color: #000;
  border: 1px solid #000;
  border-left: 4px solid #000;
  padding: 4px 10px;
  z-index: 300;
  width: 200px;
}

.errorbox {
  background-color: #FFF;
  border: 1px dashed #000;
  color: #000;
  font-size: 10px;
  width: 350px;
  padding: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
  text-align: left;
}

#head {
  background-image: url(images/1.jpg);
  padding-left: 0px;
  height: 102px;
}

#links ul {
  display: inline;
  list-style-type: none;
}

#links ul li {
  float: left;
  margin-left: 91px;
}

#links a {
  display: block;
  height: 92px;
  background-position: right bottom;
  background-repeat: no-repeat;
}

#links ul li:hover a {
  background-position: right top;
}

.menu {
  width: 202px;
}

.menu h2 {
  background: url(images/menu.jpg) no-repeat;
  background-color: inherit;
  color: #000;
  font-size: 11px;
  line-height: 21px;
  margin: 0;
  padding-left: 6px;
}

.menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu ul li {
  margin: 0;
}	

.menu ul li a {
  background: url(images/sub.gif) no-repeat;
  background-position: 7px 8px !important;
  background-color: inherit;
  color: #000;
  text-decoration: none;
  display: block;
  padding-left: 16px;
  line-height: 20px;
  height: 20px;
  border-bottom: 1px dashed #000;
}

.menu ul li a:hover {
  background-color: #FFF;
  color: #000;
}

/* BBCode Tags */
.quote {
  color: #000;
  text-align: left;
  font: normal 9px Verdana, Arial, Helvetica, sans-serif;
  margin: 0 auto;
  padding: 3px;
}

.list {
	list-style-type: disc;
	list-style-position:outside;
}
.list_num {
	list-style-type: decimal;
	list-style-position:outside;
}

.list_alpha {
	list-style-type: lower-latin;
	list-style-position:outside;
}

.code {
  color: #000;
  text-align: left;
  margin: 0 auto;
  padding: 3px;
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.codeinner {
  color: #000;
  font: 11px 'Courier New', Courier, monospace;
}

.codeline0 {
	background-color: #FFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}

.codeline1 {
	background-color: #FFF;
	height: 15px;
	padding-left: 3px;
	white-space: nowrap;
}