*
{
    padding: 0px;
    margin: 0px;
}
body
{
    font-family: Arial;
    font-size: 12px;
    color: #666666;
}
/*a
{
    color: #FF7300;
    text-decoration: none;
}
a:visited
{
    color: #FF7300;
    text-decoration: none;
}
a:hover{
	color: #FF7300;
	text-decoration: underline;
}*/
h1
{
    font-family: Arial;
    font-size: 14px;
    color: #AD0012;
    font-weight: bold;
    margin-bottom: 10px;
    clear: both;
}
h3{
	color: #5F960C;
}
h5{
	color: #5F960C;
	font-weight: normal;
	font-size: 13px;
	margin-right: 20px;
	float: left;
}
.green{
    color: #5F960C;
}
#header{height:70px;background:#666666;border-bottom:solid 10px #CCCCCC;}
#header_title_wrapper{height:70px;width:780px;margin:0px auto;}
#logo_wrapper{float:left;margin-top:7px;}
#logo_wrapper a:hover{}
#papaya{text-decoration:none;font-size:30px;font-weight:bold;margin-left:10px;}
#papaya:hover{color: #ffee78;}
#header_navi{margin:40px 20px 0px 0px;float:right;}
#header_navi table{text-align:center;font-size: 12px;color: #CCCCCC;}
#header_navi a, #header_navi a:visited
{
    display: block;
    text-decoration: none;
    font-weight: bold;
    color: #CCCCCC;
    margin:0px 10px 0px 10px;
    font-size:14px;
}
#header_navi a:hover,#header_navi a.on{
	color: #ffee78;
}
#content
{
    margin: 5px auto 20px auto;
    width: 780px;
    overflow: hidden;
    padding: 10px;
}
#footer
{
    width: 800px;
    margin: 0px auto;
    border-top: solid 1px #CCCCCC;
    height: 38px;
    color: #CCCCCC;
    font-size: 12px;
    padding: 5px;
}
#footer a
{
    margin-left: 12px;
}
.contentform {
	width:460px;
	overflow: hidden;
}
.contentform h1
{
    text-align: center;
    margin-bottom: 5px;
}
.contentform p
{
    margin: 5px;
    height: 20px;
}
.rc_tl
{
    height: 10px;
    background: url(../images/rc_tl.png) no-repeat top left;
    clear: both;
}
.rc_tr
{
    height: 10px;
    width: 10px;
    background: url(../images/rc_tr.png) no-repeat top right;
    float: right;
}
.rc_content
{
    padding: 0px 10px 5px 10px;
    border-style: none solid none solid;
    border-width: 0px 1px 0px 1px;
    border-color: #cccccc;
    overflow:hidden;
    clear: both;
    background-color: #FFFFFF;
}
.rc_bl
{
    height: 10px;
    background: url(../images/rc_bl.png) no-repeat bottom left;
    clear: both;
}
.rc_br
{
    height: 10px;
    width: 10px;
    background: url(../images/rc_br.png) no-repeat bottom right;
    float: right;
}
.rc_content .left
{
    float:left;
    width: 190px;
}
.rc_content .right
{
    float:right;
    width: 240px;
}
.btn_70_20,.btn_125_20,.btn_140_20{
    border: none;
    height: 20px;
    color: #FFFFFF;
    font: bold 12px "Arial";
    cursor: pointer;
    padding-bottom: 1px;
}
.btn_70_20{
    width: 70px;
    background: url(../images/btn_70_20.png) no-repeat;
}
.btn_125_20{
    width: 125px;
    background: url(../images/btn_125_20.png) no-repeat;
}
.btn_140_20{
    width: 140px;
    background: url(../images/btn_140_20.png) no-repeat;
}
.date{
   float: right;
}
.page{
	clear: both;
	height: 20px;
	float: right;
}
.page b{
	margin-left: 5px;
}
.search{
	float: left;
    margin-bottom: 20px;
}
.search input, .search a{
	margin-left: 5px;
}
.modalbackground{
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 100;
    background-color: #000000;
    filter: alpha(opacity=50);
    opacity: 0.5;
 }
.alertbox{
    width: 300px;
    top: 25%;
    left: 37%;
    text-align: center;
    z-index: 101; 
    position: absolute;
}
.modaltitle{
    width: 260px;
    height: 20px;
    background: url('../images/modaltitle.png') top left no-repeat;
    padding: 5px 0px 0px 40px;
    text-align: left;
}
.modalbtm{
    width: 300px;
    height: 10px;
    background: url('../images/modalbtm.png') top left no-repeat;
}
.ajaxIndicator{
    width: 16px;
    height: 16px;
    background: url(../images/updating.gif) top left no-repeat;
    display: none;
}
