body {
	margin:0px;
	padding:0px;
	color:black;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	background:white url('../images/bg_header.gif') repeat-x;
}
div,p,td,tr,li,input,textarea,select {
	text-align:left;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 9pt;
}

a, a:link, a:visited {
	text-decoration: underline;
	color: gray;
}
a:hover, a:active  {
	color: #cc3333;
	text-decoration: underline;
}
tr, td {
	vertical-align:top;
}
th {
	vertical-align:middle;
	background-color: #f0f0f0;
	text-align: center;
}

input, textarea, select {
	border: solid 1px silver;
	background-color: white;
	margin:0px;
}

input {
	width:250px;
	padding-left:3px;
}
input.short {
	width:100px;
}
textarea {
	width:680px;
	height:450px;
}
img {
	border:0px;
}

.radio, .checkbox {
	vertical-align:middle;
	width:auto;
	height:auto;
	border: none;
	background-color:transparent;
	padding: 1px;
}
.submit_button, .delete_button {
	width:auto;
	color:white;
	font-weight:bold;
	border: 1px solid black;
	margin : 10px 0px;
}
.submit_button {
	background-color: #cc3333;
}

.delete_button {
	background-color: gray;
	float:right;
}


select {
	width:auto;
	max-width:350px;
}
option {
	max-width:350px;
}

hr {
	height:1px;
	width:100%;
	background-color:silver;
	border:0px;
	margin: 20px 0px;
}


h1 {
	color:#9e1f16;
	font-size:17px;
	margin-top:30px;
	
}

h2 {
	color:#9e1f16;
 	font-size:14px;
}
h3 {
	color:#9e1f16;
 	font-size:14px;
}


#page_wrapper {
	margin-left:auto;
	margin-right:auto;
	width:900px;
}

#left_box {
	width:200px;
	float:left;
}

#right_box {
	width:245px;
border:1px solid green;
	text-align:left;
	padding:10px;
	background-color:white;
	float:right;

}

#header {
  	float:left;
	width:690px;
	height:75px;
	vertical-align:bottom;
	color:black;
	position: relative;
}

#header .icon {
  padding:0px;
  position: absolute;
  top: 20px;
}

#menu_alt {
  padding: 0px;
  position: absolute;
  top: 52px;
  right: 30px;
  height: 20px;
  width: 90px;
  color: gray;
  font-size: 10px;
  text-align: center;
}

#footer {
	float:right;
	width: 690px;
	vertical-align:bottom;
	color:gray;
	font-size:7pt;
	margin-right:10px;
	margin-bottom:10px;
	margin-top:50px;
	text-align:right;
	border-top: 1px solid silver;
}

#main {
  	width:680px;
  	margin-left: 10px;
  	float:left;
  	min-height:465px;
	height:auto !important;
	height:465px;  
}

.title {
  font-weight:bold;
}

#article_summary, #folder_articles, #open_folder_articles {
  width: 75%;
  border: 1px solid silver;
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}

#open_folder_articles {
  background-color: #f0f0f0;
}

.legend {
  clear: both;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 3px;
}

.summary_textarea {
    width:100%;
    height: 200px;
}

.small {
    font-size: 7pt;
}

.small_gray {
    font-size: 7pt;
    color: gray;
}