
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #515151;
	background-image:url(../images/bg.gif);
}
#mainContent {
border:1px solid #aaaaaa;
width:800px;
margin:auto;
margin-top:50px;
}
#start {
background-color:#F4F6F9;
height:120px;
width:800px;
}
#menu {
height:17px;
border-bottom:1px solid #ffffff;
border-top:1px solid #ffffff;
padding:3px 10px 0 10px;
width:780px;
background-color:#E9EDF5;
text-align:center;
}
#menu a {
color:#22478D;
font-weight:bold;
font-size:12px;
text-decoration:none;
}
#content {
background-color:#E9EDF5;
padding:10px;
}
#footer {
height:20px;
padding:5px 5px 0 5px;
border-top:1px solid #88A2D5;
background-color:#F4F6F9;
font-weight:bold;
}
#footer a{
text-decoration:none;
color:#515151;
font-weight:bold;
}
.darkHeader, .lightHeader {
background-color:#C2D0EB;
background-image:url(../images/ringsDark.jpg);
background-repeat:no-repeat;
background-position:left;
color:#FFFFFF;
font-weight:bold;
font-size:13px;
height:25px;
padding:5px 52px 0 52px;
}

.lightHeader {
background-color:#E9EDF5;
background-image:url(../images/ringsLight.jpg);
color:#515151;
}

.articleBox {
background-color:#F4F6F9;
padding:5px;
}

.breaker {
	overflow:hidden;
	height:0px;
	clear:both;
}



/* CSS Document 
body {
	background-color:#4C0001;
	font-size:10px;
	font-family:Verdana, Tahoma, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
a img {
	border:none;
}
#topWideLine {
	background-image:url(../images/topLigntLineBg.gif);
	background-repeat:repeat-x;
	height:168px;
	width:100%;
	text-align:center;
}
#menuBar {
	margin:auto;
	width:905px;
	height:27px;
	padding: 0px 35px 0px 60px;
	background-image:url(../images/topMenuBg.gif);
	background-repeat:repeat-x;
}
#menuBar img {
	margin:0px;
	padding:0px;
	top: 0px;
}
#menuBar a {
	color:#FFF0CC;
	text-decoration:none;
	position: relative;
	top:-10px;
	font-weight:bold;
	font-size:11px;
}

#footerBar {
	height:27px;
	width:1000px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeate;
	min-width:460px;
}

#footerBar div {
	margin: 5px 0px 0px 0px;
	padding: 0px 30px 0px 30px;
	color:#FFEDC2;
	font-weight:bold;
	font-size:9px;
}

#footerBar div a {
	color:#FFEDC2;
	font-weight:bold;
	font-size:9px;
	text-decoration:none;
}


#topDotline {
	height:4px;
	min-width:1000px;
	width:100%;
	background-image:url(../images/fullLineUnderMenu.gif);
}
#mainContent {
	background-image:url(../images/contentTopGradient.gif);
	background-repeat:repeat-x;
	width:1000px;
	min-height:460px;
	top:0px;
	margin:auto;
}
.breaker {
	overflow:hidden;
	height:0px;
	clear:both;
}
#titleBar {
	padding-left:60px;
	width:auto;
	height:38px;
}
.textBarTitle {
	margin-left:60px;
	margin-top:10px;
	width:90%;
	color:#E2C6A3;
	height:28px;
	font-size:11px;
	font-weight:bold;
}
.orangeText {
	color:#E06B02;
	padding-left:50px;
	padding-right:5px;
	margin-bottom:30px;
}

.orangeLineTitle {
	float:left;
	margin-left:0px;
	margin-bottom:10px;

	height:27px;
	min-height:27px;

	background-image:url(../images/orange4.gif);
	background-repeat:no-repeat;
	text-align:left;
}

.whiteA {
color: #fff;
font-weight:bold;
}

.orangeLineTitleText, .redLineTitleText, .blackLineTitleText {
	
	color:#FFE4C1;
	font-size:11px;
	font-weight:bold;
	background-image:url(../images/orangeBg.gif);
}
.redLineTitleText {
	background-image:url(../images/redBg.gif);
}
.blackLineTitleText {
	background-image:url(../images/blackBg.gif);
}

.yellowBar {
	background-color:#FFF0CC;
}
.formFieldName {
	font-size:11px;
	font-weight:bold;
}
input, textarea, select {
	border:1px solid #8D0703;
	background-color: #FDF7E8;
}
.button {
	width:70px;
	height:25px;
	color:#4C0001;
	font-weight:bold;
}
.templates {
	afloat:left; 
	amargin:10px 0px 10px 60px;
	amargin-left:60px;
}

#logout {
	color:#E2C6A3;
	margin:60px;
}
#logout a{
	color:#E2C6A3;
}

.errorMessage {
font-size:13px;
font-weight:bold;
color:#ff0000;
}

.void td{
background-color:#FFF0CC;
}

.messageOnBlack {
	color:#FFFFFF;
}

.bigA {
	font-size:12px;
}


.firstTr
{
	background-color: #DDDDDD;
	text-transform: uppercase;
}

.operationsTr
{
	background-color: #CCDDCC;
	font-size: 10px;
}

.lastTr
{
	background-color: #C3F5F5;
	text-transform: uppercase;
}



table tr.odd th,
table tr.odd {
    background-color: #792001;
    text-align: left;
    
}


table tr.even th,
table tr.even {
    background-color: #953501;
    text-align: left;
    
}


table tr.marked th,
table tr.marked {
    background-color: #000;
}


table tr.odd:hover,
table tr.even:hover,

table tr.odd:hover td,
table tr.even:hover td,

table tr.odd:hover th,
table tr.even:hover th,
table tr.lastTr:hover td,
table tr.hover th,
table tr.hover {
    background-color: #897207;
}

tr
{
	background-color: #953501;
}

table .value {
    text-align: right;
    white-space: nowrap;
    font-family: "Courier New", Courier, monospace;
}
*/

