@charset "iso-8859-1";
/* CSS Document */
#content{
	min-height:1100px;
    margin-top:10px;
	padding-bottom:20px;
 }



#right_content{
	margin-left:320px;
	margin-right:10px;
	
	font-size:75%;

}

#search{
	float:left;
	margin-left:10px;
	width:300px;
}

#search .top{
	background-image: url(../images/jotw_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	overflow: hidden;
	/* background-color: #E5F2FF; */
}

#search .btm{
	background-image: url(../images/jotw_btm.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 7px;
	overflow: hidden;
	/* background-color: #E5F2FF; */
}

#search .middle{
	background-image: url(../images/jotw_middle.gif);
	background-repeat: repeat-y;
	background-position: left top;
	/* background-color: #E5F2FF; */
}

#search .content{
	margin-left:10px;
	margin-right:10px;
	font-size:75%;
}

#search .content h3{
	color:#990000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:110%;
	margin:0;
	padding-bottom:5px;
}

#search p{
	padding-bottom:5px;
	margin:0;
}

#search label{
	font-weight:bold;
	line-height:18px;
}

#search .txt{
	border:1px solid #CCCCCC;
	width:280px;
}

.search_tips{
	float:right;
}

#search .btn{
	border:none;
	background-color: #E5F2FF;
	color:#990000;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	background-image:url(../images/red_search_arrow_blu_bg.gif);
	background-repeat:no-repeat;
	background-position:right center;
	padding-right:12px;
	cursor:pointer;
	cursor:hand;
}

/* MESSAGES AND ERRORS */

.message {
    background: #f3f8fc url(../images/skin/information.png) 8px 50% no-repeat;
    border: 1px solid #b2d1ff;
    color: #006dba;
    margin: 10px 0 5px 0;
    padding: 5px 5px 5px 30px
}

div.errors {
    background: #fff3f3;
    border: 1px solid red;
    color: #cc0000;
    margin: 10px 0 5px 0;
    padding: 5px 0 5px 0;
}
div.errors ul {
    list-style: none;
    padding: 0;	
}
div.errors li {
	background: url(../images/skin/exclamation.png) 8px 0% no-repeat;
    line-height: 16px;
    padding-left: 30px;
}

td.errors select {
    border: 1px solid red;
}
td.errors input {
    border: 1px solid red;
}

