/**** GENERAL PROPERTIES ****/
a:link{ text-decoration : underline; color : #555c71; font-weight : bold; }
a:active{ text-decoration : underline; color : #435162; font-weight : bold; }
a:visited{ text-decoration : underline; color : #435162; font-weight : bold; }
a:hover{ text-decoration : none; color : #435162; font-weight : bold; }

a.class1:link{ text-decoration : none; color : #555c71; font-weight : bold; }
a.class1:active{ text-decoration : none; color : #435162; font-weight : bold; }
a.class1:visited{ text-decoration : none; color : #435162; font-weight : bold; }
a.class1:hover{ text-decoration : underline; color : #435162; font-weight : bold; }

a.class2:link{ text-decoration : none; color : #fff; font-weight : normal; }
a.class2:active{ text-decoration : none; color : #fff; font-weight : normal; }
a.class2:visited{ text-decoration : none; color : #fff; font-weight : normal; }
a.class2:hover{ text-decoration : none; color : #fff; font-weight : normal; }

a.class3:link{ text-decoration : none; color : #FFF; font-weight : normal; }
a.class3:active{ text-decoration : none; color : #fff; font-weight : normal; }
a.class3:visited{ text-decoration : none; color : #fff; font-weight : normal; }
a.class3:hover{ text-decoration : underline; color : #fff; font-weight : normal; }

a.class4:link{ text-decoration : none; color : #999999; font-weight : normal; }
a.class4:active{ text-decoration : none; color : #999999; font-weight : normal; }
a.class4:visited{ text-decoration : none; color : #999999; font-weight : normal; }
a.class4:hover{ text-decoration : underline; color : #999999; font-weight : normal; }

body{
	margin : 0; padding : 0;
	background : #FFFFFF; color : #1D2643;
	font-size : 11px; font-family : Arial, 'Trebuchet MS', Serif;
}

table,tr,td{
	color : #1D2643;
	font-size : 11px; font-family : Arial, 'Trebuchet MS', Serif;
}

input,select,textarea{
	color : #1D2643;
	font-size : 12px; font-family : Arial, 'Trebuchet MS', Serif;
}

form{
	margin: 0; padding : 0;
}

.button {
	background : #bdc5d1; color : #1d2643;
}

.button2 { 
	background : #FFF; color : #5C6E84; border : 1px solid #5E7085; font-weight : bold;
}

.button3 { 
	background : #FFF; color : #5C6E84; border : 1px solid #999999;
}

p{
	margin : 0px 0px 10px 0px;
}

h2 {
	font-size : 15px; font-weight : bold; text-transform : uppercase;
	color : #1D2643
}

h3 {
	font-size : 13px; text-transform : uppercase;
	color : #1D2643; background : #e4e9f1; padding : 7px;
}

h4{
	font-size : 13px; margin:0; padding:0;
}

h5{
	font-size : 12px; margin:0; padding:0;
}




.disptbl{
	border : 1px solid #1D2643
}
	.disptbl td {
		border: 1px solid #1D2643
	}
	
.disptbl2{
}
	.disptbl2 td {
		border-bottom: 1px solid #a9b1be
	}

.disptbl3 {
	border-bottom: 1px solid #1D2643
	}
	
.disptbl4 {
	border-bottom: 1px solid #1D2643;
	border-right: 1px solid #1D2643;
	padding : 10px;
}

.disptbl5 {
	border-bottom: 1px solid #1D2643;
	padding : 10px;
}


.row1{
	background : #a9b1be;
}

.row2{
	background : #e7e7e7;
}

/**** ADMIN PROPERTIES ****/
#adminheader{
	background : #a9b1be;
}

#adminside {
	border-right : 1px solid #1D2643;
}

	#adminside a{
		color : #1D2643; text-decoration : none; font-weight : normal;
	}
	
	#adminside a:hover{
		color : #1D2643; text-decoration : underline; font-weight : normal;
	}

#admincontent {
	padding : 10px;
}

.warning {
	color : red;
}

.cattitle {
	background : #a9b1be;
	font-weight : bold; text-transform : uppercase; letter-spacing : 2px;
	padding : 10px; margin-bottom : 10px;  text-align : center;
}

.cattitle2 {
	font-weight : bold; text-transform : uppercase;
	padding : 10px; margin-bottom : 10px;  text-align : center;
	border-bottom : 1px solid #494d5a;
}

	.cattitle2 a{
		text-decoration : none;
	}

.cattitle3 {
	background : #a9b1be;
	font-weight : bold; text-transform : uppercase; letter-spacing : 2px;
	padding : 10px; margin-bottom : 10px;  text-align : center;
}

.cattitle4 {
	font-weight : bold; text-transform : uppercase;
	padding : 10px; margin-bottom : 10px;  text-align : center;
}

.cattitle5 {
	font-weight : bold; text-transform : uppercase;
	padding : 10px; text-align : center;
}

	.cattitle5 a{
		text-decoration : none;
	}


.sidecatlink{
	padding : 5px 0px 5px 0px; border-bottom : 1px solid #494d5a; text-align : center;
	text-transform : uppercase; font-size : 11px;
}

.sidecatlink2{
	padding : 5px 0px 5px 0px; text-align : center;
	text-transform : uppercase; font-size : 11px;
}

/**** PAGE PROPERTIES ****/

#pagecontent {
	padding : 20px;
	clear : left;
}

#pagetitle{
	padding : 5px 0px 5px 0px; border-bottom : 1px solid #494d5a; border-top : 1px solid #494d5a;
	text-align : left; text-transform : uppercase; font-size : 11px;
}


.imgholder {
	background : #a9b1be; width : 162px; height: 100%; vertical-align : center;
}

.imgholder2 {
	border : 1px solid #000;
}

#pageside {
	display : none;
}

#pagesidecontent {
	padding : 7px; text-align : center; height : 100%;
}

ul.makeMenu, ul.makeMenu ul {
  width: 140px;           /* sets the size of the menu blocks */
  padding: 0px;           /* stops the usual indent from ul */
  cursor: default;        /* gives an arrow cursor */
  margin: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
 display : none;
}
