
/**************************************************************/
/*         x3 Internet Solutions - Newsletter Manager         */
/*                    V1.0 -  30/04/2008                      */
/*                                                            */
/*            © x3 Internet Solutions LLP  2008               */
/*          Designed and Written by Simon Maxworthy           */
/**************************************************************/

body {
   font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	background: #ffffff;
	color: #000000;
	margin: 0px;
}

td, th {
	font-size: 11px;
}

div.error {
	width: 60%;
	background: #E11E45;
	color: #FFFFFF;
	line-height: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
}

hr {
	border: 0px; 
	border-top: 1px solid #999999;
	height: 1px;
	width: 99%;
}

.linkcell {
 cursor : pointer;
} 

.alt1 {
	height: 22px;
	background-color: #E5E4E5;
}

.alt2 {
	height: 22px;
	background-color: #B3C2E8;
}

tr.category {
	height: 24px;
	background: #044076;
	font-size: 13px;
	font-weight: bold;
	color: #ffffff;
}

.border_table {
	border: 1px solid black;
	border-collapse: collapse;
}

.border_table td, .border_table th {
	border: 1px solid black;
}

.mainback {
	background: url(../images/mainback.jpg);
}
