#main {
	font-family: Arial, Helvetica, sans-serif;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D1DEE3;
	border-right-color: #D1DEE3;
	border-bottom-color: #D1DEE3;
	border-left-color: #D1DEE3;
	width: 760px;
	border-bottom-style: solid;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
body {
	text-align: center;
	margin: 0px;
	background-image: url(images/interface/background.jpg);
	background-repeat: repeat-x;
}
a:link,a:active,a:visited { color : #547989; }
a:hover		{ text-decoration: underline; color : #A4090F; }
hr	{ height: 0px; border: solid #000000 1px; border-top-width: 1px;}
.courant { 
	font-size: 12px;
	color: #333333;
}

/* TABLE STYLES */
table.form_main { background-color: #FFFFFF; }
table.form_main td { background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}

td.row_main {
	background-color: #FFFFFF;
	font-size: 12px;
	color: #333333;
}
td.row_main h3 {
	font-size: 14px;
	color: #FF0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
td.row_main h4 {
	font-size: 12px;
	color: #333333;
	margin-top: 0px;
}
/* for alternating listings in the admin area*/
td.row1_0	{ background-color: #009900; }
td.row2_0	{ background-color: #CCFFCC; }
td.row3_0	{ background-color: #99CC99; }
.adminListingLeft_0 {
color: #FFFFFF;
background-color : transparent;
}

td.row1_1	{ background-color: #006699; }
td.row2_1	{ background-color: #DEE3E7; }
td.row3_1	{ background-color: #D1D7DC; }
.adminListingLeft_1 {
color: #FFFFFF;
background-color : transparent;
}

/* for alternating image listings */
td.image_row_0	{ background-color: #D6D3EE; }
td.image_row_1	{ background-color: #FFFFFF; }

/* for alternating search result listings */
td.search_row_0	{ background-color: #E0E7EB; }
td.search_row_1	{ background-color: #FFFFFF; }

/* FORM STYLES */
INPUT, select, textarea, text {
border: 1px #006699;
background-color: #FFFFFF; 
font-family: Arial, Helvetica, sans-serif; 
font-size: 11px;
color: #000000;
border-color: #000000;
border-style: solid;
}


/* TEXT STYLES */
.small { font-size : 10px; }

.required {
color: #FF0000;
background-color : transparent;
}

.lightText {
color: #FFFFFF;
background-color : transparent;
}


/* TEMPLATE EDITOR STYLES */
td.templateEditorHead	{ background-color: #D6D3EE; }
td.templateEditorNew	{ background-color: #EEEEFF; }
p {
	font-size: 12px;
	color: #333333;
}
.tools {
	background-color: #DDE5EA;
	padding: 3px;
	width: 95%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #4A6E7C;
	border-bottom-color: #4A6E7C;
}
table.transaction {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #DDE5EA;
	border: 1px solid #4A6E7C;
}
