/* CASCADING STYLESHEET FOR BLOG51 VERSION 3
   scratchmo, 2005-2006 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: #bba url(../../styles/scratchmo/background.gif)
	top center repeat-y;
	font-family: verdana,helvetica,arial,sans-serif;
	}
  
td {
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	}
	
/* + + + + +  A R E A S */

#head {
	width: 800px;
	height: 140px;
	margin: 0px auto;
	background: #B0B0A0;
	font-family: verdana,helvetica,arial,sans-serif;
	color: #636468;
	font-size: 10px;
	text-align: left;
	vertical-align: bottom;
	}

#torso {
	width: 800px;
	margin: 0 auto;
	overflow: hidden;
	}

#content {
	width: 550px;
	float: left;
	margin: 20px 0px 0px 20px;
	background: transparent;
	font-family: verdana,helvetica,arial,sans-serif;
	color: #636468;
	font-size: 10px;
	text-align: left;
	}

#navigation {
	width: 190px;
	float: right;
	margin: 0px 5px auto;
	padding-top: 15px;
	border-left: 1px #bba solid;
	background: transparent;
	font-family: verdana,helvetica,arial,sans-serif;
	color: #636468;
	font-size: 10px;
	text-align: right;
	vertical-align: top;
	}

#foot {
	width: 790px;
	height: 15px;
	float: left;
	padding: 5px;
	background: #9A9989;
	font-family: verdana,helvetica,arial,sans-serif;
	font-size: 10px;
	color: #FFF;
	text-align: left;
        }

/* + + + + +  S E P E R A T O R S */

#sep_h {
	width: 190px;
	font-size: 0px; 
	border-bottom: #bba 1px solid;
	}

#sep_title {
	text-align: left;
	width: 100%;
	height: 1px;
	border-bottom: #bba 1px solid;
	font-size: 0px;
	}

/* + + + + +  T A B L E S */

.cell_title {
	background-color: #ACACA5;
	vertical-align: top;
	text-align: left;
	}

.cell_one {
	background-color: #C4C4B5;
	vertical-align: top;
	text-align: left;
	}

.cell_two {
	background-color: #D8D8C5;
	vertical-align: top; 
	text-align: left;
	}
	
.cell_special {
	background-color: #CFCF94;
	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: #cf5418;
	}

a:active { 
	text-decoration: none;
	color: #cf5418;
	}
	
a:visited {
	text-decoration: none;
	color: #cf5418;
	}

a:hover { 
	color: #717165;
	}

/* + + + + +  I N F O R M A T I O N S */

fieldset { 
	color: #636468;
	border:1px solid #bba;
	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: #bba;
	BORDER: 1px solid #cdcdcd;
	COLOR: #636468;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 10px;
	}

/* TEXTAREAS */
TEXTAREA.entry {
	BACKGROUND: #bba;
	BORDER: 1px solid #cdcdcd;
	COLOR: #636468;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 10px;
	OVERFLOW-X: hidden;
	OVERFLOW-Y: auto;
	}

/* SELECTFIELDS */
SELECT.entry {
	BACKGROUND: #bba;
	BORDER: 1px solid #cdcdcd;
	COLOR: #636468;
	FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
	FONT-SIZE: 10px;
	}
