/*------------------------------------------------*/
/*                                                */
/*          ©2006 Erlend Bentzen Nygaard          */
/*                                                */
/* This is the stylesheet used on cryptonitt.com. */
/* Feel free to copy parts of this stylesheet but */
/* don't copy all of it. This stylesheet is meant */
/* to be used at cryptonitt.com, you can copy     */
/* parts you can learn from, but not the whole    */
/* thing.                                         */
/*                                                */
/*         Made by Erlend Bentzen Nygaard         */
/*                                                */
/*------------------------------------------------*/    


/* Main Style */
body {
	color: #000000;
	background-color: #9F9F9F;
	font-family: Trebuchet MS, Verdana, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	margin: 0px auto;
}

a {
	color: #8A3C0B;
	text-decoration: underline;
	font-weight: bold;
}

a.menu {
	display: block;
	text-decoration: none;
	font-size: 16px;
}

a.links {
    padding: 5px 0px 5px 20px;
    display: block;
	text-decoration: none;
}

a:hover {
	color: #8A660B;
	text-decoration: none;
}

a.links:hover {
	color: #FFFFFF;
    background-image: url('images/libar.png');
}

a.nofancy {
	text-decoration: none;
}

p.center {
	text-align: center;
}

p.login {
	padding: 0px 0px 0px 10px;
}

p.bold {
	font-weight: bold;
	text_decoration: none;
}

h1 {
	color: #8A3C0B;
	font-size: 24px;
	text-align: center;
}

h1.cheader {
	padding: 0px;
	margin: 0px;
}

h2 {
	color: #292929;
	font-size: 14px;
	text-align: center;
}

h2.box {
	padding: 0px 10px 0px 10px;
	margin: 0px;
	text-align: left;
}

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

li.box {
	list-style: none;
	margin: 0px;
}

li {
	list-style-image: url('images/li.gif');
}

img.nbrdr {
	border: 0px;
}

img.content {
	margin: 8px;
}

input,textarea {
	background-color: #E2E2E2;
	border: #000000 1px solid;
}

input:hover,textarea:hover,input:focus,textarea:focus {
	background-color: #D6D6D6;
}

input.option {
	border: 0;
	padding: 5px 0px 5px 3px;
}

table.side {
	margin:0 auto;
	background-color: #D6D6D6;
	border: #000000 1px solid;
}

table.menu {
	margin:0 auto;
	background-color: #E2E2E2;
	background-image: url('images/bar_background.gif');
	background-repeat: repeat-x;
	border-color: #000000;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	text-align: center;
}

table.pages {
	background-color: #D6D6D6;
	border: #A1A1A1 1px solid;
	padding: 10px;
}

td.banner {
	color: #B04C0E;
	background-color: #D65E12;
	border: #000000 1px solid;
}

td.menu {
	font-weight: bold;
	width: 150px;
}

td.menu:hover {
	background-color: #D6D6D6;
	background-image: url('images/bar_background_hover.gif');
}

th.list,td.list1,td.list2 {
	background-color: #D6D6D6;
	border-color: #A1A1A1;
	border-width: 0px 1px 1px 0px;
	border-style: solid;
}

th.list {
	border-color: #000000;
}

td.list1 {
	background-color: #E2E2E2;
}

div.menutop {
	color: #8A660B;
	background-color: #D69E11;
	border: #000000 1px solid;
	width: 200px;
	padding: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

div.menu {
	color: #292929;
	background-color: #E2E2E2;
	background-image: url('images/shader.gif');
	background-repeat: repeat-x;
	border: #000000 1px solid;
	width: 200px;
	padding: 3px;
	font-size: 10px;
}

div.midspace {
	margin: 0px 0px 30px 0px;
}

div.cellspace {
	margin: 0px 0px 10px 0px;
}

div.contenttop {
	color: #8A660B;
	background-color: #D69E11;
	border: #000000 1px solid;
	width: 618px;
	padding: 3px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

div.content {
	color: #292929;
	background-color: #E2E2E2;
	background-image: url('images/shader_big.gif');
	background-repeat: repeat-x;
	border: #000000 1px solid;
	width: 604px;
	padding: 3px 10px 3px 10px;
	font-size: 12px;
}

div.poll {
	background-color: #D69E11;
	width: 100px;
	height: 20px;
	border: #8A3C0B 2px solid;
}

div#movie {
	text-align: center;
}

div#ctop {
	background-image: url('images/table_top.png');
	width: 604px;
	height: 17px;
}

div#c {
	background-color: #e4e4e4;
	border-color: #707070;
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	width: 582px;
	padding: 1px 10px 1px 10px;
}

div#cunderline {
	width: 580px;
	border-width: 0px 0px 1px 0px;
	border-color: #202020;
	border-style: solid;
	font-size: 10px;
}

div.cleft {
	width: 100px;
	float: left;
}

div.cright {
	width: 300px;
	float: right;
	text-align: right;
}

div#cbottom {
	background-image: url('images/table_bottom.png');
	width: 604px;
	height: 17px;
	margin: 0px 0px 10px 0px;
}
/* End Main Style */


/* Navigation Bar Style */

table.navbar {
	margin: 0px 0px 30px 0px;
	border: #000000 solid;
	border-width: 0px 0px 1px 0px;
	background-color: #E2E2E2;
}

div.navbar {
	color: #000000;
	font-size: 11px;
	font-family: Verdana;
	font-weight: bold;
	text-align: center;
	padding: 5px;
}

div.navbar a {
	color: #8A3C0B;
	text-decoration: none;
}

div.navbar a:hover {
	color: #8A660B;
}

/* End Navigation Bar Style */


/* Login List Menu */

#menu4 {
	width: 200px;
	border-style: solid solid none solid;
	border-color: #D76100;
	border-size: 1px;
	border-width: 1px;
}

#menu4 li a {
  	height: 32px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	height: 24px;
	text-decoration: none;
}
	
#menu4 li a:link, #menu4 li a:visited {
	color: #9E3C02;
	display: block;
	background: url(images/menu4.gif);
	padding: 8px 0 0 30px;
}
	
#menu4 li a:hover {
	color: #fff;
	background: url(images/menu4.gif) 0 -32px;
	padding: 8px 0 0 30px;
}
	
#menu4 li a:active {
	color: #fff;
	background: url(images/menu4.gif) 0 -64px;
	padding: 8px 0 0 30px;
}	

li.login {
	list-style:none;
	margin:0px;
	padding:0px;
}

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

/* End Login List Menu */

