@charset "utf-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:20px;
}

.borderedtable {
	border:1px solid #CCCCCC;
	margin:2px;
}
.tabletitle {
	background-color:#848484;
/*	background-image:url(../images/bg_4.png); */
	color:#FFFFFF;
	text-transform:uppercase;
	font-size:90%;
}

.whitelink {
	color:#FFFFFF;
	text-decoration:none;
}

.redandbold{
	color:#FF0000;
	font-weight:bold;
}

.boldandwhite{
	font-weight:bold;
	color:#FFFFFF;
}

.inputbox_style1 {
	border:#CCCCCC solid 1px;
}

.thumbnail {
	border:1px solid #CCCCCC;
	padding:2px;
	cursor:pointer;
}

textarea {
	font-family:Arial, Helvetica, sans-serif;
	width:350px;
	height:100px;
}

.admin_maincontent{
	padding-top:10px;
	padding-left:20px;
	padding-right:10px;
}

.form{
	border:1px solid #CCCCCC;
	padding:1px;
}

.btn_link{
	background-repeat:no-repeat;
}
.btn_link a:hover{
	text-decoration: underline;
}
.bigTextArea{
	width:350px;
}

a.norformatting{
	text-decoration:none;
}
/*Floating Classes Styles---------------------------------------------*/
.clearlft {
	clear:left;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearrt { 
	clear:right;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearboth { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}