﻿body
{
	font-family: "Century Gothic", Calibri, Verdana, Arial;
	font-size: 9.5pt;
	background-color: #ffffff;
	margin-top: 0px;
	margin-left: 2px;
	margin-right: 2px;
	color: White;
	background-image: url(../images/BodyBack.jpg);
	background-repeat:repeat-x;
}

h1
{
	font-family: "Century Gothic", Calibri, Verdana, Arial;
	font-size: 16pt;
	color: #999999;
	margin-bottom: 5px;
}

h2
{
	font-family: "Century Gothic", Calibri, Verdana, Arial;
	font-size: 14pt;
	color: #97AACE;
	margin-bottom: 5px;
}

h3
{
	font-family: "Century Gothic", Calibri, Verdana, Arial;
	font-size: 12.5pt;
	color: #999999;
	margin-bottom: 5px;
}

h4
{
	font-family: "Century Gothic", Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #97AACE;
	margin-bottom: 5px;
    margin-top: 5px;
}

h5
{
	font-family: "Century Gothic", Calibri, Verdana, Arial;
	font-size: 11pt;
	color: #EE9EC4;
	margin-bottom: 5px;
    margin-top: 5px;
}

hr
{
	color: #97AACE;
	margin-bottom: 5px;
	height: 1px;
}

a
{
    color: #EE9EC4;
}

a:hover
{
    color: #97AACE;
    text-decoration: none;
}


input
{
	border: solid 1px #999999;
	padding: 2px;
	background-color: #2A2A2F;
	color: #f2f2f2;
}

select
{
	font-size: 8.5pt;
	border: solid 1px #999999;
	padding: 2px;
	background-color: #2A2A2F;
	color: #f2f2f2;
}

textarea
{
	font-family: "Century Gothic", Calibri, Verdana, Arial; 
	font-size: 9.5pt;
	border: solid 1px #999999;
	padding: 2px;
	background-color: #2A2A2F;
	color: #f2f2f2;
}

.input_btn
{
	border: solid 2px #999999;
	padding: 2px;
	background-color: #2A2A2F;
	color: #f2f2f2;
	background-image: url(../images/MenuButtonBackOff.gif);
	background-repeat: repeat-x;
    
}

.input_btn:hover
{
	border: solid 2px #999999;
	padding: 2px;
	background-color: #2A2A2F;
	color: #fff000;
	background-image: url(../images/MenuButtonBackOff.gif);
	background-repeat: repeat-x;
}

.input_btn2
{
	border: solid 2px #999999;
	padding: 2px;
	background-color: #666666;
	background-image: url(../images/TitleBack3.gif);
	background-repeat: repeat-x;
}

#MainLogo
{
    background-image: url(../images/TopRightLogo.gif);
    background-position: right;
    background-repeat: no-repeat;
    height: 180px;

}

.PageHolder
{
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	border: solid 4px #999999;
	padding: 10px;
	background-image: url(../images/home_back.gif);
	background-color: #1D1D20;
}

.PageContent
{
	border: solid 3px #2A2A2F;
	background-color: #1D1D20;
	margin: 5px;
	padding: 10px;
	color: White;
}

.TitleBar
{
	background: #1D1D20;
	border-bottom: solid 3px #2A2A2F;
	background-image: url(../images/TitleBack.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: Black;
	font-weight: bold;
	padding: 4px;
	height: 25px;
}

.TitleBar2
{
	background: #1D1D20;
	border-bottom: solid 3px #2A2A2F;
	background-image: url(../images/TitleBack2.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: Black;
	font-weight: bold;
	padding: 4px;
	height: 25px;
}

.TitleBar3
{
	background: #1D1D20;
	border-bottom: solid 3px #2A2A2F;
	background-image: url(../images/TitleBack2.gif);
	background-repeat: repeat-x;
	text-align: center;
	color: Black;
	font-weight: bold;
	padding: 4px;
	height: 25px;
}


.ButtonRow
{
	background-color: #2F2F35;
	padding: 4px;
	border: solid 1px #000000;
}

.ButtonRowWht
{
	background-color: #2F2F35;
	padding: 4px;
	border: solid 1px #000000;
    color: white;
}

.quick_menu_hover
{
	background: #DEC1BE;
	border: 1px solid #990033;
	padding: 1px 3px 1px 1px;
	color: #000000;
	margin-bottom: 0px;
	cursor: pointer;
}

.quick_menu_nohover
{
	background: #f2f2f2;
	border: 1px solid #ffffff;
	padding: 1px 3px 1px 1px;
	color: #999999;
	margin-bottom: 0px;
	cursor: pointer;
}

.qflist
{
	color: Black;
    font-family: Arial,Verdana ;
	font-size: 8pt;
}

.qflist a
{
  color: blue;
}

.qflist_black
{
    font-family: Arial,Verdana ;
	font-size: 8pt;
}

.tMenuTitle
{
	padding: 5px;
	margin-bottom: 2px;
	background-color: #CCCCCC;
	border: solid 2px #999999;
	text-align: center;
    font-weight: bold;
    color: #666666;
}

.pMenuTitle
{
	padding: 5px;
	margin-bottom: 2px;
	background-color: #EE9EC4;
	border: solid 2px #999999;
	text-align: center;
    font-weight: bold;
    color: black;
}

.pMenuTitle a
{
  color: black;
}

.pMenuTitle a:hover
{
  color: white;
  text-decoration: none;
}


.tImgList
{
	padding: 5px;
	margin-bottom: 5px;
	background-color: #000000;
	border: solid 2px #333339;
	text-align: center;
}

.tImgListOn
{
	padding: 5px;
	margin-bottom: 5px;
	background-color: #333339;
	border: solid 2px #F2F2F2;
	text-align: center;
}

.NavText
{
	padding: 4px;
	border-left: solid 3px #2A2A2F;
	border-right: solid 3px #2A2A2F;
	border-bottom: solid 3px #2A2A2F;
	margin-bottom: 12px;
	background-color: #1D1D20;
}

.NavTextBlue
{
	padding: 4px;
	border-left: solid 3px #8EA0C2;
	border-right: solid 3px #8EA0C2;
	border-bottom: solid 3px #8EA0C2;
	margin-bottom: 12px;
	background-color: #F2F2F2;
    color: black;
    font-size: 10pt;
}

.LoginText
{
	font-size: 12px;
}

.LoginText input
{
	font-size: 12px;
	color: #999999;
}

.TemplateListDyn
{
	padding: 4px;
	border-left: solid 3px #2A2A2F;
	border-right: solid 3px #2A2A2F;
	border-bottom: solid 3px #2A2A2F;
	margin-bottom: 1px;
	background-color: #1D1D20;
}

.TemplateListShort
{
	padding: 4px;
	border-left: solid 3px #2A2A2F;
	border-right: solid 3px #2A2A2F;
	border-bottom: solid 3px #2A2A2F;
	margin-bottom: 12px;
	background-color: #1D1D20;
	height: 150px;
	overflow: auto;
    z-index: 1;
}

.TemplateList
{
	padding: 4px;
	border-left: solid 3px #2A2A2F;
	border-right: solid 3px #2A2A2F;
	border-bottom: solid 3px #2A2A2F;
	margin-bottom: 12px;
	background-color: #1D1D20;
	height: 400px;
	overflow: auto;
    z-index: 1;
}

.TemplateBack
{
	margin: 0px;
	position: absolute;
	left: 0;
	top: 0;
}

.TemplateListSm
{
	padding: 4px;
	border-left: solid 3px #2A2A2F;
	border-right: solid 3px #2A2A2F;
	border-bottom: solid 3px #2A2A2F;
	margin-bottom: 12px;
	background-color: #1D1D20;
	color:White;
}

.error
{
	font-weight:bold;
	color: Red
}

div#menu
{
	float: left;
	width: 100%;
	padding-top: 10px;
	background: #1D1D20;
	border-bottom: solid 6px #2A2A2F;

}
ul#nav, ul#nav li
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul#nav
{
	margin-left: 20px;
    width: 100%
}
ul#nav li
{
	float: left;
	margin-right: 4px;
	text-align: center;
}
ul#nav a
{
	float: left;
	width: 9em;
	padding: 5px 0;
	height: 40px;
	background: #2A2A2F;
	text-decoration: none;
	color: #BBD9EE;
	background-image: url(../images/MenuButtonBackOff.gif);
}
ul#nav a:hover
{
	background: #B17694;
	color: #FFF;
}
ul#nav li.activelink a, ul#nav li.activelink a:hover
{
	background: #B17694;
	color: #003;
}

.LightForm
{
    font-family: Arial;
    font-size: 9pt;
    padding-top: 5px;
    padding-left: 8px;
    padding-bottom: 8px;
    color: Black;
}

.LightForm input
{
	border: solid 1px #999999;
	background-color: #f2f2f2;
	padding: 2px;
	color: Black;
}

.LightForm select
{
	border: solid 1px #999999;
	background-color: #f2f2f2;
	padding: 2px;
	color: Black;
}

.LightForm textarea
{
	border: solid 1px #999999;
	background-color: #f2f2f2;
	padding: 2px;
	color: Black;
}


.QuickAdd
{
    position: absolute;
    top: 250px;
    left: 400px;
    font-family: Tahoma;
    font-size: 8pt;
    padding-top: 5px;
    padding-left: 8px;
    padding-bottom: 8px;
    width: 454px;
    z-index: 100;
    background-color: #e0e0e0;
    border: solid 4px #f2f2f2;
    background-image: url(../images/user_back.gif);
    background-position: right bottom;
    background-repeat:no-repeat;
    text-align:left;
    color: Black;
}

.QuickAdd input
{
	border: solid 1px #999999;
	background-color: #f2f2f2;
	padding: 2px;
	color: Black;
}

.QuickAdd select
{
	border: solid 1px #999999;
	background-color: #f2f2f2;
	padding: 2px;
	color: Black;
}

.QuickAdd p
{
  font-size: 10pt;
}

.QuickAdd a
{
    color: blue;
}


.link
{
	cursor:pointer;
	text-decoration: underline;
	color: #ccc;
}

.link_dead
{
	text-decoration: none;
	color: white;
}

.AlertHolder
{
    position: absolute;
    top: 280px;
    left: 200px;
    width: 350px;
    z-index: 100;
    background-color: Black;
    border: solid 2px #CDCDCD;
}

.AlertHeader
{
    font-size: 10.5pt;
    height: 32px;
    padding: 4px;
    background-color: #D7D7D7;
    background-image: url(../images/bg3Logo.gif);
    background-repeat: no-repeat;
    color: black;
    text-align:center;
    font-weight: bold;
}

.AlertText
{
    font-size: 10.5pt;
    padding: 8px;
    border-left: solid 1px #7C7057;
    border-right: solid 1px #7C7057;
    border-bottom: solid 1px #7C7057;
}

 .AlertFooter
{
   background-color: #2F2F35;
   font-weight: bold;
   border-left: solid 2px #D7D7D7;
   border-right: solid 2px #D7D7D7;
   border-bottom: solid 2px #D7D7D7;
   padding: 4px 8px 4px 8px;
   color: #FFFFFF;
}

.SearchHolder
{
	position: absolute;
	top: 100px;
	left: 200px;
	width: 350px;
	z-index: 100;
	border: solid 3px #f2f2f2;
}

.BoxHeader
{
	border-bottom: black 1px solid;
	padding: 4px;
	font-size: 8.5pt;
	font-family: Verdana, Arial;
	background-color: #e0e0e0;
}

  .footer
{
	padding: 8px;
	border-left: solid 3px #2A2A2F;
	border-right: solid 3px #2A2A2F;
	border-bottom: solid 3px #2A2A2F;
	border-top: solid 3px #2A2A2F;
	background-color: #000000;
}

.tField:hover
{
	padding: 3px;
	border: solid 1px #999999;
	background-color: #e0e0e0;
}

.tField
{
	padding: 3px;
}

.BottomAdBanner
{
   padding: 3px;
   border-top: solid 2px #2A2A2F;
   border-bottom: solid 2px #2A2A2F;
   text-align: center;
   margin-top: 50px;
}

.header
{
    color: #97AACE;
    text-align: center;
    font-weight: bold;
    background-image: url(../images/MenuButtonBackOff.gif);
    padding: 4px;
}

.pink_back
{
	background-color: #EE9EC4;
	padding: 5px;
    color: black;
}