BODY{

	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;	
	
}

A{

	color: #346390;
	text-decoration: none;	
	
}

A:hover{

	color: #000000;
	
	
}

H1{
    
    font-size: 21px;
    margin-bottom:  20px;;

}

H2{
    
    font-size:  14px;
    margin: 5px;
    text-decoration:  underline;

}

#content{

	width: 897px; 
	margin-left: 80px;
	
}

#body_container{

	min-height: 200px;
	padding-top: 20px;
	
}

.textbox{
	width: 240px;
}

textarea{

	width: 240px; 
	height: 150px;
	
}
.input-button{

	border-width:1px;
	border-color:#666666;
	border-style:solid;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	font-family:arial;
	background-color:#CCCCCC;
	color:#123456;
	float:right;
	
}

.working{
	
	background:url(../images/ajax-loader.gif) no-repeat;
	width: 16px;
	height: 16px;
	float:right;
	padding: 2px;	
}

.status{

	border: 1px solid #000000;
	background:#FF0000;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 2px;
	margin: 2px;
}

.field_required{
 color: #FF0000;
}

#content a, #content a:visited{
    text-decoration: none;
}

#content a:hover{
    text-decoration: underline;
}

.image_list_container{
    
    width:  605px;    
    overflow:  hidden;
    margin-bottom:  15px;
    
}

.image_list_container DIV{

    float:left;
    margin:  3px;
    background:url(../../images/cms/delete.png) no-repeat bottom left;
}

.image_list_container DIV A{
    
    margin-left: 18px;
    
}

.image_list_container DIV IMG{
    
    padding-bottom: 3px;    
    
}

/*############ ROUNDED CORNERS ######################### */

/* set millions of background images */
.rbroundbox { background: url(../images/nt.gif) repeat; }
.rbtop div { background: url(../images/tl.gif) no-repeat top left; }
.rbtop { background: url(../images/tr.gif) no-repeat top right; }
.rbbot div { background: url(../images/bl.gif) no-repeat bottom left; }
.rbbot { background: url(../images/br.gif) no-repeat bottom right; }

/* height and width stuff, width not really nessisary. */
.rbtop div, .rbtop, .rbbot div, .rbbot {
width: 100%;
height: 7px;
font-size: 1px;
}
.rbcontent { margin: 0 7px; }
.rbroundbox { width: 50%; margin: 1em auto; }
        #content a, #content a:visited{
    text-decoration: none;
}

