/****************************************
	DEFAULT STYLE ELEMENTS
*****************************************/
html, body {  
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
border: 0px;
text-align: left;
background: #fcede1; 
}

table a:link {color: #e47118; text-decoration: underline}
table a:visited {color: #e47118; text-decoration: underline}
table a:hover {color: #f9b27b; text-decoration: none}
table a:active {color: #e47118; text-decoration: underline}

img {
border : 0; 
} 

.bodycontent { 
background: #FFFFFF;
border: 2px solid #f7b27d;
}

td { 
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #000000; 
}

h1 { 
font-size: 20px; 
text-transform: uppercase;
margin: 0px; 
padding: 10px 0px 20px 0px;
line-height: 24px;
}

h2 {
color: #e47118;
font-size: 16px; 
font-weight: bold; 
margin: 0px; 
padding: 15px 0px 8px 0px;
}

.leftsidebar {
background: #0065a5;
}

.controls {
background: #f7b27d;
padding: 0px 2px 15px 0px;
}

.copyright { 
font-family: Arial, Helvetica, sans-serif; 
color: #000000; 
font-size: 12px; 
line-height: 18px;
margin: 5px 0px 10px 0px;
}

.stripe { background-color: #fcede1;}
.imageborder { border: 3px solid #cbca8a;}

.input {
color: #000000; 
font-size: 13px; 
font-family: Verdana, Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
border: 1px solid #f47f24; 
}

.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.search {
color: #471941; 
font-size: 11px; 
font-family: Arial, Helvetica, sans-serif;
background-color: #FFFFFF;
border: 1px solid #b1b3b7; 
}
/*
ul {
padding: 0px;
margin-left: 20px;
margin-top: 0px;
margin-bottom: 5px;
margin-top: 5px;
}

ol {
padding: 0px;
margin-left: 20px;
margin-top: 0px;
margin-bottom: 5px;
}


li {
margin-bottom: 5px;
}
*/



/****************************************
	CSS MENU STYLE ELEMENTS
****************************************/

#menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu li {
	float: left;
	position: relative;
	z-index: 100;
}
#menu a {
	display: block;
	width: 85px;
	text-align: center;
	background-image: url(templates/default/images/navbg.gif);
	text-decoration: none;
	font-weight: bold;
	color: #e47118;
	height: 24px;
	padding-top: 4px;
	font-size: 12px;
}

#menu ul li ul li a {
	display: block;
	width: 150px;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color: #e47118;
	height: 24px;
	padding-top: 4px;
	background-color: #fcede1;
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	
}
#menu ul li ul li a:hover {
	color: #fff;
	background-color: #f7b27d;	
}

#menu a:hover {
	color: #0065a4;
	background-color: #f7b27d;
}
#menu ul ul {
	position: absolute;
	width: 150px;
	visibility: hidden;
}
#menu ul li:hover ul, #menu ul a:hover ul {
	visibility: visible;
	display: block;
}
#menu table {
	position: absolute;
	left: -1px;
	top: 24px;
	border-collapse: collapse;
	
}


#menu :hover > a {
	color: #0065a4;
	background-color: #fcede1;
	
}



/* original nav 
.nav {
	font-weight: bold;
	background-image: url(templates/default/images/navbg.gif);
	padding-bottom: 3px;
	color: #e47118; 
	height: 27px;
	width: 769px;
	text-align: left;
	padding-left: 10px;
}
.nav a:link {color: #e47118; text-decoration: underline}
.nav a:visited {color: #e47118; text-decoration: underline}
.nav a:hover {color: #f9b27b; text-decoration: none}
.nav a:active {color: #e47118; text-decoration: underline}

*/



/* BEGIN ORIGINAL STUFF */
.content a , .content a:visited , .content a:active {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #ff9900; 
} 
.content a:hover {
color : #597f94; 
} 
.top {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #333333; 
} 
.top a , .top a:visited , .top a:active {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #333333; 
text-decoration : underline; 
} 
.top a:hover {
color : #5e5e5e; 
} 
td.logo {
width : 190px; 
height : 100px; 
vertical-align : middle; 
text-align : left; 
background-color : #ffffff; 
border-right : 1px solid #bec9d1; 
} 
td.banner {
width : 570px; 
height : 100px; 
vertical-align : middle; 
text-align : left; 
background-color : #ff9900; 
border-right : 1px solid #ffffff; 
} 
td.navtitle {
width : 190px; 
height : 30px; 
vertical-align : middle; 
text-align : left; 
background-color : #bec9d1; 
border-right : 1px solid #ffffff; 
border-top : 1px solid #ffffff; 
border-bottom : 1px solid #ffffff; 
} 
td.pagetitle {
width : 550px; 
height : 30px; 
vertical-align : middle; 
text-align : left; 
background-color : #597f94; 
border-right : 1px solid #ffffff; 
border-top : 1px solid #ffffff; 
border-bottom : 1px solid #bec9d1; 
padding-left : 15px; 
padding-right : 15px; 
} 
td.topblank {
height : 30px; 
vertical-align : middle; 
text-align :left; 
background-color : #bec9d1; 
border-top : 1px solid #ffffff; 
border-bottom : 1px solid #ffffff; 
} 
td.navigationcontent {
width : 190px; 
height : 500px; 
vertical-align : top; 
text-align : left; 
border-right : 1px solid #bec9d1; 
} 
td.pagecontent {
width : 550px; 
height : 500px; 
vertical-align : top; 
text-align : left; 
background-color : #ffffff; 
border-right : 1px solid #bec9d1; 
padding-top : 10px; 
padding-bottom : 20px; 
padding-left : 15px; 
padding-right : 15px; 
} 
td.poweredby {
height : 60px; 
vertical-align : middle; 
text-align : left; 
background-color : #bec9d1; 
border-right : 1px solid #ffffff; 
border-top : 1px solid #ffffff; 
} 
td.footercopyright {
width : 570px; 
height : 60px; 
vertical-align : middle; 
text-align : left; 
background-color : #597f94; 
border-right : 1px solid #ffffff; 
border-top : 1px solid #bec9d1; 
} 
td.footerblank {
height : 60px; 
vertical-align : middle; 
text-align : left; 
background-color : #bec9d1; 
border-top : 1px solid #ffffff; 
} 
.NavInfo {
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : #ffffff; 
text-transform : uppercase; 
font-weight : bold; 
font-size : 10px; 
vertical-align : middle; 
text-decoration : none; 
} 
.HeaderInfo {
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : #ffffff; 
padding-right : 10px; 
text-transform : uppercase; 
font-weight : bold; 
font-size : 10px; 
vertical-align : middle; 
text-decoration : none; 
} 
.HeaderInfo a:link , .HeaderInfo a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : #ffffff; 
padding-right : 10px; 
text-transform : uppercase; 
font-weight : bold; 
font-size : 10px; 
vertical-align : middle; 
text-decoration : none; 
} 
.HeaderInfo a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : #ffffff; 
text-transform : uppercase; 
font-weight : bold; 
font-size : 10px; 
vertical-align : middle; 
text-decoration : underline; 
} 
.FooterInfo {
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : #ffffff; 
padding-left : 10px; 
padding-right : 10px; 
text-transform : uppercase; 
font-weight : bold; 
font-size : 10px; 
vertical-align : middle; 
text-decoration : none; 
} 
.FooterInfo a:link , .FooterInfo a:visited , .FooterInfo a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
color : #ffffff; 
text-transform : uppercase; 
font-weight : bold; 
font-size : 10px; 
vertical-align : middle; 
text-decoration : none; 
} 
.ContentTable {
padding-left : 10px; 
padding-right : 10px; 
} 
.msg {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #009900; 
font-weight : bold; 
text-transform : uppercase; 
text-decoration : none; 
vertical-align : bottom; 
} 
.error {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #af5403; 
font-weight : bold; 
text-transform : uppercase; 
text-decoration : none; 
vertical-align : bottom; 
} 
.Content {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #333333; 
text-decoration : none; 
} 
.Content a:link , .Content a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #ff9700; 
text-decoration : underline; 
} 
.Content a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
color : #597f94; 
text-decoration : underline; 
} 
.square {
background-color : #ff9700; 
} 
.itemHR {
border : 1px dashed #b0c2cc; 
height : 1px; 
}
.ShowLink {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #333333; 
background-color : #ffffff; 
text-decoration : none; 
} 
.ShowLink a:link , .ShowLink a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #333333; 
text-decoration : underline; 
} 
.ShowLink a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #5e5e5e; 
text-decoration : underline; 
} 
.blnAdminMenu {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #597f94; 
font-weight : bold; 
} 
.blnAdminMenu a , .blnAdminMenu a:link , .blnAdminMenu a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #597f94; 
font-weight : bold; 
text-decoration : underline; 
} 
.blnAdminMenu a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 11px; 
color : #ff9700; 
font-weight : bold; 
text-decoration : underline; 
} 
.txtsmall {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #333333; 
text-decoration : none; 
} 
.txtsmall a:link , .txtsmall a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #597f94; 
text-decoration : underline; 
} 
.txtsmall a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 9px; 
color : #333333; 
text-decoration : underline; 
} 
.titlesmall {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : #598094; 
text-decoration : none; 
} 
.titlesmall a:link , .titlesmall a:visited {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : #598094; 
text-decoration : none; 
} 
.titlesmall a:hover {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 12px; 
font-weight : bold; 
color : #ff9700; 
text-decoration : none; 
} 
.Installed {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #00a100; 
text-decoration : none; 
} 
.NotInstalled {
font-family : Verdana, Arial, Helvetica, sans-serif; 
font-size : 10px; 
color : #c0c0c0; 
text-decoration : none; 
} 
.AdminMenuBox {
border : 1px dotted #b1b1b1; 
} 
.AdminHR {
color : #598094; 
height : 1px; 
}
/* BEGIN NEW IN V1.2 */ 
.authenabled {
border: 1px solid #BEC9D1;
color: #000000;
}
.authdisabled {
border: 1px solid #EEEEEE;
color: #EEEEEE;
}
/* END NEW IN V1.2 */ 




