/*
  dbPixel v5: nightsky (C) 2008 Dubird
  DO NOT COPY OR REDISTRIBUTE!  FOR USE AT DBPIXEL ONLY!
*/


BODY {
	background-image: url('images/v5/pagebg.jpg');
	background-repeat: repeat-x;
	background-position:  top left;
	background-color: #44749c;
	margin: 0px 0px 0px 0px;
	}

/* regular text and titles */

a:link {color: #042854;
	text-decoration: underline;
	font:1em "Lucida Sans Unicode", sans-serif;

	}
a:active {color: #f2b350;
	text-decoration: none;
	font:1em "Lucida Sans Unicode", sans-serif;
	}
a:visited {color: #597d6e;
	text-decoration: none;
	font:1em "Lucida Sans Unicode", sans-serif;
	}
a:hover {color: #790970;
	text-decoration: none;
	font:1em "Lucida Sans Unicode", sans-serif;
	}


P {
	FONT-SIZE: 12px; 
	FONT-FAMILY: "Lucida Sans Unicode", sans-serif;
	}



.text {font: 12px "Lucida Sans Unicode", sans-serif; 
	color:#352366; 
	text-align: left;
	margin: 180px 10px 5px 10px;
	}



.title1 {font:25px "Century Gothic", sans-serif; 
	font-variant: small-caps;
	color:#453c60; 
	padding-left: 7px; 
	text-align:left;
	letter-spacing: 5px;
	margin: 0px 2px 5px 2px;
	background: url('images/v5/stars.gif') top left no-repeat;
	}


.title2 {font:18px "Century Gothic", sans-serif; 
	font-variant: small-caps;
	color:#574d79; 
	text-align: center;
	letter-spacing: 3px;
	margin: 1px 1px 5px 1px;
	border-bottom: 1px solid #523d90;
	border-top: 1px solid #523d90;
	}

.title3 {font:13px "Century Gothic", sans-serif; 
	font-variant: small-caps;
	color:#574d79; 
	padding-left: 2px; 
	text-align:left;
	letter-spacing: 3px;
	border-bottom: 1px solid #746a96;
	margin: 1px;
	}

.border {font:12px "Century Gothic", sans-serif; 
	font-variant: small-caps;
	color:#574d79; 
	text-align: center;
	letter-spacing: 3px;
	margin: 1px 1px 5px 1px;
	border-bottom: 1px solid #523d90;
	border-top: 1px solid #523d90;
	}

/* navigation */

.nav {font:10px "Century Gothic", sans-serif;
	color:#c0bcd0;
	width: 170px;
	margin: 386px 5px 5px 72px;
	}

.navt {font:18px "Century Gothic", sans-serif; 
	font-variant: small-caps; 
	color:#2e1e5b; 
	text-align: right;
	letter-spacing: 5px;
	margin: 0px 1px 2px 5px;
	}

#thumb {margin: 3px;
	background: #b8b6cc;
	}


/* lists */

ul.links li {list-style-type:none; 
	font:13px "Century Gothic", sans-serif;
	}

ul {margin: 0.1em;      
	padding: 0em 0em 0em 0em;
	}


ul.links li a:link{ color:#6f2587;
	font:13px "Century Gothic", sans-serif;
	text-align: right;
	text-decoration: none;
	margin: 2px; 
	}


ul.links li a:visited{ color:#6f607a;
	font:1em "Century Gothic", sans-serif;
	text-align: left;
	text-decoration: none;
	margin: 2px; 
	}

ul.links li a:hover{ color:#071e3d;
	font:1em "Century Gothic", sans-serif;
	text-align: left;
	margin: 2px; 
	border-bottom: 1px solid #6f607a;
	}

ul.main li {list-style: url("images/v5/list.gif") outside; 
	font:11px "Lucida Sans Unicode", sans-serif;
	margin: -1px 1px 1px 25px;
	}


/* small text */


.disc {font:9px "Lucida Sans Unicode", sans-serif;
	color:#8a7faf;
	text-align: right;
	font-style: oblique;
	margin: 1px 10px 18px 0px;
	_margin: 1px 10px 5px 0px;
	}

   .disc a:link {color: #884ea6;
	text-decoration: none;
	font:9px "Lucida Sans Unicode", sans-serif;
	font-style: oblique;
	}
   .disc a:visited {color: #84748c;
	text-decoration: none;
	font:9px "Lucida Sans Unicode", sans-serif;
	font-style: oblique;
	}
   .disc a:hover {color: #5f17a9;
	text-decoration: none;
	cursor: crosshair;
	font:9px "Lucida Sans Unicode", sans-serif;
	font-style: oblique;
	}

.disc2 {font:9px "Lucida Sans Unicode", sans-serif;
	color:#8a7faf;
	text-align: center;
	font-style: oblique;
	margin: 2px;
	}


/* table elements */



.table {background-image: url('images/v5/tablebg.jpg');
	background-repeat: repeat-y;
	background-position:  left top;
	}

.navcell {background-image: url('images/v5/navheader.jpg');
	background-repeat: no-repeat;
	background-position:  left top;
	}

.contentcell {background-image: url('images/v5/mainheader.jpg');
	background-repeat: no-repeat;
	background-position:  left top;
	}

.bottomcell {background-image: url('images/v5/tablebottom.jpg');
	background-repeat: no-repeat;
	background-position:  left bottom;
	}


/* form elements */

INPUT.BUTTON{FONT-WEIGHT: bold; 
	FONT-SIZE: 12px; 
	FONT-FAMILY: "Century Gothic", sans-serif;
	border : 1px outset #495d5d;
	background : #799595;
	CURSOR: hand;
	}
INPUT,TEXTAREA{FONT-WEIGHT: normal; 
	FONT-SIZE: 12px; 
	FONT-FAMILY: "Century Gothic", sans-serif;
	color: #27274e;
	border : 1px solid #495d5d;
	background : #d2f8f8;
	}
