/*********************/
/*     GENERAL       */
/*********************/

body{
	margin:0;
	padding:0;
	border:0;
	font-family:Tahoma;
	font-size:11px;
	background-color:#666666;
}

input[type=submit],input[type=file],.button{
	border: none;
	background-color: #fff;border:1px solid; height:20px;
	color: #000;
}

img{border:0;}

a.white{
	color:white;
}

a{
	text-decoration:none;
	color:#468A1D;
}

a:hover{
	text-decoration:underline;
}

div.notvalid{
	color:red;
	font-weight:bold;
	width: auto;
	padding:2px;
}

/*********************/
/*     AREAS         */
/*********************/

div#header{
	margin-right:-1px;
	background-image: url(../images/top.gif);
}

div#menu{
	background-image: url(../images/left_side.gif);
}

div#menu ul{
	list-style-type:none;
}

div#menu ul li{
	color:white;
}

div#menu ul li a{
	text-decoration:none;
	color:white;
}

div#content_container{
	border:1px solid #99ccff;
	background-color:#cccccc;background-image: url(../images/left.gif);background-repeat: repeat-y;
}

div#footer{
	color:white;
	background-image: url(../images/bottom.gif);background-repeat: repeat-x;
}

div#footer a {
	color:white;
}
/*********************/
/*     TEXTS         */
/*********************/

h1{
	color:#0C479D;
	font-size:14px;
	font-weight:bold;
	border-bottom:1px solid #0C479D;
	margin-right:20px;
}

h1 a{
	color:#0C479D;
	font-size:14px;
	font-weight:bold;
}

h2{
	color:#0C479D;
	font-size:12px;
	font-weight:normal;
}

/*********************/
/*     BOX         */
/*********************/
div.box h1{
	background-image: url(../images/box_top_left.gif);background-repeat: no-repeat;
	border-bottom:1px solid #99ccff;
	margin:0;
	margin-bottom:10px;
	padding-left:15px;
	padding-top:3px;
	padding-bottom:2px;
	background-color:#3e7dc0;
	color:#cccccc;
}

div.box{
	border:1px solid #99ccff;
	background-color:white;
	margin-right:10px;
	padding:0px;
	padding-bottom:10px;
	margin-bottom:20px;
	float:left;
	width:598px;
}

div.box p{
	margin:0;padding:0;
	padding:2px 10px;
}

div.box ul{
	margin-top:0;margin-bottom:0;padding:0;
	margin-left:40px;
}

div.third{
	width:206px;
}

div.threethird{
	width:380px;
}

/*********************/
/*     FORMS         */
/*********************/

#input{
width:132px; height:18px;
border-width:1px;
border-style:solid;
background-color:#D4D4D4;
border-color:#2A2F31;
}
#input2{
width:202px; height:18px;
border-width:1px;
border-style:solid;
background-color:#3E4548;
border-color:#24282A;
}

#textarea{
width:202px; height:148px;
border-width:1px;
border-style:solid;
background-color:#3E4548;
border-color:#24282A;
overflow:auto;
}
.blogentry{
	padding:10px;
}

.new{
	width:135px !important;
	left:10px;
	position:relative;
	padding:5px !important;
}

.new .element{
	text-align:center;
	padding:0 !important;
	
}

.new h1,.new h2, .new a{
	color:white;
}