/* CASCADING STYLESHEET FOR BLOG51 VERSION 3
   silver, 2004 by laforge
   please feel free to edit
*/

/* + + + + + G L O B A L  P A R T S */

body  {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
	color: #636468;
	background: #fff url(../../styles/unitra/background.gif) repeat top;
	font-family: verdana,helvetica,arial,sans-serif;
}
	
td {    
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	}
	
/* + + + + +  A R E A S */

#head {
	width: 642px;
	height: auto;
	margin: 10px auto;
	padding-top: 10px;
	background: Black;
	font-family: "Courier New", Courier, monospace;
	color: White;
	font-size: medium;
	text-align: left;
}

#torso {
	width: 650px;
	margin: 0 auto;
	color: Black;
}

#content {
	width: 435px;
	float: left;
	margin: 35px auto;
	padding: 0px 0px 0px 5px;
	background-color: transparent;
	font-family: verdana,helvetica,arial,sans-serif;
	color: Black;
	font-size: 10px;
	text-align: left;
}

#navigation {
	width: 190px;
	float: right;
	margin: 0px 5px auto;
	padding-top: 15px;
	background-color: #EEEEEE;
	font-family: verdana,helvetica,arial,sans-serif;
	color: Black;
	font-size: 12px;
	text-align: right;
	vertical-align: top;
	background: Silver;
}

#foot {
	width: 635px;
	height: 50px;
	margin-top: 20px;
	float: left;
	padding-top:3px;
	border-top: 1px #C0C0C0 solid;
	background: #F7F7F7;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: #636468;
	text-align: left;
	}

/* + + + + +  S E P E R A T O R S */

#sep_h {
	width: 190px;
	font-size: 0px; 
	border-bottom: #F7F7F7 3px solid;
	}

#sep_title {
	text-align: left;
	width: 100%;
	height: 1px;
	border-bottom: #E2E1E1 1px solid;
	font-size: 0px;
	}

/* + + + + +  T A B L E S */

.cell_title {
	background-color: #D0D0D0;
	vertical-align: top;
	text-align: left;
	}

.cell_one {
	background-color: #E0E0E0;
	vertical-align: top;
	text-align: left;
	}

.cell_two {
	background-color: #EDEDED;
	vertical-align: top; 
	text-align: left;
	}
	
.cell_special {
	background-color: #FAD2AF;
	vertical-align: top;
	text-align: left;
	}

/* + + + + +  T E X T  /  F O N T S */

.small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #636468;
	}

.norm  {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #636468;
	}

.big    {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #636468;
	font-weight: bold;
	}

.alt_small {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #717165;
	}

.alt_norm {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #717165;
	}

.alt_big {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #717165;
	letter-spacing: 2px;
	font-weight: bold;
        line-height: 22px;
	}

/* + + + + +  H Y P E R L I N K S */

a { 
        text-decoration: none; 
	color: #FC8014; 
	}
	
a:active { 
        text-decoration: none; 
	color: #FC8014; 
	}
	
a:visited { 
	text-decoration: none;  
	color: #FC8014; 
	}
	
a:hover { 
	color: #000; 
	}


/* + + + + +  I N F O R M A T I O N S */

fieldset { 
	color: #636468;
	border:1px solid #E2E1E1;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;  
	}

/* + + + + +  L I S T S */

ul { 
	list-style: circle; 
	list-style-image:url(../../styles/midworld/arrow.gif); 
	}

/* + + + + +  F O R M S */

/* BUTTONS, TEXTFIELDS */
INPUT.entry {
	BACKGROUND-COLOR: #E2E1E1;
	BORDER-BOTTOM-COLOR: #CDDCD5;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-COLOR: #CDDCD5;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-RIGHT-COLOR:#CDDCD5;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-TOP-COLOR: #CDDCD5;
	BORDER-TOP-WIDTH: 1px;
	COLOR: #636468;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 10px;
 	}

/* TEXTAREAS */
TEXTAREA.entry {
	BACKGROUND-COLOR: #E2E1E1;
	BORDER-BOTTOM-COLOR: #CDDCD5;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-COLOR: #CDDCD5;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-RIGHT-COLOR:#CDDCD5;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-TOP-COLOR: #CDDCD5;
	BORDER-TOP-WIDTH: 1px;
	COLOR: #636468;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 10px;
	OVERFLOW-X: hidden;
	OVERFLOW-Y: auto;
	}

/* SELECTFIELDS */
SELECT.entry {
	BACKGROUND-COLOR: #E2E1E1;
	BORDER-BOTTOM-COLOR: #CDDCD5;
	BORDER-BOTTOM-WIDTH: 1px;
	BORDER-LEFT-COLOR: #CDDCD5;
	BORDER-LEFT-WIDTH: 1px;
	BORDER-RIGHT-COLOR:#CDDCD5;
	BORDER-RIGHT-WIDTH: 1px;
	BORDER-TOP-COLOR: #CDDCD5;
	BORDER-TOP-WIDTH: 1px;
	COLOR: #636468;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 10px;
	}
