body{
	padding:0px;
	margin:0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#131313;
}
img{
border:none;
}
a{
color:#000000;
text-decoration:none;
}

textarea {
	resize: both;
}

a:hover{
text-decoration:underline;
}
#container{
	padding: 0px;
	height: auto;
	width: 946px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
}



.header{
	padding: 0px;
	height: auto;
	width: 100%;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	float: left;
	height: 24px;
	width: 270px;
}

.body_cont{
	background-image: url(../images/bg_top.jpg);
	height: auto;
	width: 100%;
	padding-top: 55px;
	padding-right: 0px;
	padding-bottom: 80px;
	padding-left: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
}
.header_link{
	padding: 0px;
	float: right;
	height: 20px;
	width: 800px;
	text-align: center;
	font-size: 10px;
	margin-top: 15px;
	margin-right: 67px;
	margin-bottom: 0px;
	margin-left: 56px;
}
.header_link a{
	text-decoration: none;
	font-size: 12px;
	font-family: Tahoma;
	color: #333333;
	font-weight: bold;
}
.header_link a:hover{
	color: #ff0000;
}
.center_box{
	background-image: url(../images/center_box.jpg);
	height: 215px;
	width: 483px;
	margin-top: 14px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
	text-indent: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
.admin_t{
	background-image: url(../images/header_bg.jpg);
	margin: 0px;
	padding: 0px;
	height: 48px;
	width: 100%;
}
.input{
	height: auto;
	width: 227px;
	border: 1px solid #939393;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
.link{
color:#000000;
text-decoration:underline;
}
.link:hover{
text-decoration:none;
color:#FF0000;
}
.center_cont{
	padding: 0px;
	height: auto;
	width: 98%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	overflow: visible;
	padding: 20px 5px;
}

.center_cont h1{
	margin: 0px 0px 0px 20px;
}

.right_cont{
	padding: 0px;
	float: right;
	width: 700px;
	margin-top: 10px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: 2px;
	overflow: visible;
	height: auto;
	border: 1px solid #A4A4A4;
	padding: 0px 20px 20px 20px;
}
.right_cont h1
{
	font-size: 18px;
	font-weight: normal;
	display: block;
	padding: 0px;
	height: 22px;
	width: 96%;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
}
.right_cont h3
{
	font-size: 15px;
	font-weight: normal;
	color: #FF0000;
	display: block;
	padding: 0px;
	height: 22px;
	width: 93%;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 22px;
	margin-left: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e2e2e2;
}

.data_table {
	border: 1px solid #000;
}

.data_table td {
	padding: 5px 10px;
}

/**
 * Notification box styles
 */

.notification {
	width: 92%;
	margin: 10px auto;
	padding: 8px 20px;
	text-align: left;
}

.notification .msg {
	padding: 0px 0px 0px 12px;
}

.notification .close {
	float: right;
}

.notification h2 {
	margin: 0px 0px 8px 0px;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #999;
}

.n_ok {
	background-color: #C5EBBE;
	border: 1px solid #268F14;
}

.n_error {
	background-color: #FCC;
	border: 1px solid #6C0000;
}

.n_warning {
	background-color: #FCFFC6;
	border: 1px solid #C9CE00;
}

/**
 * Mail List edit
 */

.mail_list_edit .buttons {
	float: right;
	padding: 0px 14px 0px 0px;
	margin: 0px 0px 10px 0px;
}

.mail_list_edit .buttons input {
	width: 100px;
	height: 35px;
	margin-left: 10px;
}

