
/* BASE */

img{
	border:none;
}
input{
	border: solid 1px;
	border-color: #ddd #aaa #aaa #ddd;
}

span
{
	color:#e4631f;
}

a 
{
	 color: #f7ff99;
    text-decoration: none;
}


div.menu 
{
    height: 20px;
    background-color: #8f3b0d;
}
div.menu a
{
    color: White;
}
div.menu a:hover
{
    text-align: right;
    
    color: orange;
}
div.divider
{
    height: 1px;
    background-color: white;
}

div.dividermain
{
    height: 1px;
    background-color: #f2c426;
}

div.black
{
    height: 1px;
    background-color: black;
}
div.white
{
    height: 1px;
    background-color: White;
}
div.yellow
{
    height: 1px;
    background-color: #f2c426;
}
div.orange
{
    height: 1px;
    background-color: #e4631f;
}

table.tabMain 
{
    background-color: #e4631f;
    margin: 0 0 0 0px;
    width: 710px;
}

input.submitquery, a.submitquery
{
	margin-right:15px;
	padding:0 10px;
	border:1px solid;
	border-color: #ddd #aaa #aaa #ddd;
	background: #ddd;
    color: #666666;
    font-size: 12px;
}
input.nobdr {
	border: 0px;
}

.pagetitle 
{
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    background: url("../images/PageTitleBG1.jpg") 0 0 repeat-x;
    color: #e4631f;
}

.pagetitleshort
{
    font-size: 16px;
    font-weight: bold;
    height: 30px;
    background: url("../images/PageTitleBG1short.gif") 0 0 repeat-x;
    color: #e4631f;
}

.blogtitle 
{
    font-size: 13px;
    font-weight: bold;
}
.errmsg 
{
    color: red;
}

.errmsgyellow 
{
    color: yellow;
}

.tx2
{
    font-style:italic;
    color:#e4631f;
}
.tx3
{
    
    font-weight:bold;
}

.tx4
{
    color:#e4631f;
    font-weight:bold;
}


/* MAIN */
div.main 
{
    margin: 0px 10px 0px 10px;
    width: 710;
    
}
div.main div.content 
{
    margin: 0px 10px 0px 10px;
    width: 440;

    
}

div.main div.content a:hover
{
   color: #33ccff;
    
}

div.main div.content a 
{
   color:#e4631f;
    
}

div.main div.content2 
{
    margin: 0px 10px 0px 10px;
    width: 600;
}

div.main div.clear{
	margin-top:0;
	width:100%;
	height:1px;/* fixed	*/
}


/* Frame Navigation */
div.main div.navframe 
{
    width: 250px;

    float: right;
}
div.main div.navframe div.clear{
	margin-top:0;
	width:100%;
	height:1px;/* fixed	*/
}

div.navframe div.block
{
    width: 230px;
    background: #f2c426;
   
}

div.navframe div.block2
{
    width: 230px;
    background: #f2c426;
   
}
div.navframe div.block div.topEdge
{
    
    height: 5px;
}
div.navframe div.block div.botEdge
{
    height: 5px;
}

div.navframe div.block div.title
{
	 color: #e4631f;
    font-weight: bold;
    font-size: 16px;
    height:22px;
}
div.navframe div.block div.section 
{
    font-weight: bold;
    color: white;
}
div.navframe div.block div
{
	padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}
div.navframe div.block input.inpSide
{
    width:100px;
}
div.navframe div.block input.nobdr 
{
    border: 0px;
}
div.navframe div.block table input.nobdr 
{
    border: 0px;
}
/* Frame Main */
div.mainframe
{
    width: 460px;
    background: #feff99;
    float: left;
   text-align: justify;
   color:Black;
}

div.mainframe2
{
    width: 300px;
    background: #e77135;
    float: left;
   text-align: justify;
}


div.mainframe div.topEdge
{
    height: 6px;
    background: url("../images/MainRndTop1.jpg") 0 0 repeat-x;
}

div.mainframe2 div.topEdge
{
    height: 6px;
    background: url("../images/MainRndTop1short.gif") 0 0 repeat-x;
}

div.mainframe div.botEdge
{
    height: 20px;
    background: url("../images/MainRndBot1.jpg") 0 0 repeat-x;
}

div.mainframe2 div.botEdge
{
    height: 5px;
    background: url("../images/MainRndBot1short.gif") 0 0 repeat-x;
}

div.mainframe div.btn a 
{
    color: #e4631f;
	padding-left:14px;
	background:url("../images/arrow02.jpg") 0 0.3em no-repeat;
	text-decoration:none;
	
}

div.mainframe2 div.btn a 
{
    color: #e4631f;
	padding-left:14px;
	background:url("../images/arrow02.jpg") 0 0.3em no-repeat;
	text-decoration:none;
	
}

div.mainframe div.btn a:hover
{
    color: #33ccff;
	padding-left:14px;
	background:url("../images/arrow02.jpg") 0 0.3em no-repeat;
	text-decoration:none;
}

div.mainframe2 div.btn a:hover
{
    color: #33ccff;
	padding-left:14px;
	background:url("../images/arrow02.jpg") 0 0.3em no-repeat;
	text-decoration:none;
}

div.mainframe div.btn2 a 
{
    color: #e4631f;
	padding-left:14px;
	background:url("../images/arrow02.jpg") 0 0.3em no-repeat;
	text-decoration:none;
}

div.mainframe2 div.btn2 a 
{
    color: #e4631f;
	padding-left:14px;
	background:url("../images/arrow02.jpg") 0 0.3em no-repeat;
	text-decoration:none;
}


 ul
{
list-style-type: none;
padding: 0;
margin: 0;
}

 li
{
background-image: url("../images/arrow01.jpg");
background-repeat: no-repeat;
background-position: 0 .4em;
padding-left:14px;
}

div.mainframe div.btn2 a:hover
{
    color: #33ccff;
	padding-left:14px;
	background:url("../images/arrow02.jpg") 0 0.3em no-repeat;
	text-decoration:none;
}

div.mainframe2 div.btn2 a:hover
{
    color: #33ccff;
	padding-left:14px;
	background:url("../images/arrow02.jpg") 0 0.3em no-repeat;
	text-decoration:none;
}

div.navframe div.btn a 
{
    color: #e4631f;
	padding-left:14px;
	background:url("../images/arrow01.jpg") 0 0.3em no-repeat;
	text-decoration:none;
}
div.navframe div.btn a:hover
{
    color: #33ccff;
	padding-left:14px;
	background:url("../images/arrow01.jpg") 0 0.3em no-repeat;
	text-decoration:none;
}

div.navframe div.btn2 a 
{
    color: #e46321;
	padding-left:14px;
	background:url("../images/arrow01.jpg") 0 0.3em no-repeat;
	text-decoration: underline;
}
div.navframe div.btn2 a:hover
{
    color: #33ccff;
	padding-left:14px;
	background:url("../images/arrow01.jpg") 0 0.3em no-repeat;
	text-decoration:none;
}

UL.MoveToTop LI {
	LIST-STYLE-IMAGE: url("../images/arrow-pagetop.gif");
	Margin: 10px 10px 0px 20px;
}


/* TABLE */
Table.tab
{
   
    border-right: #330000 1px solid;
    border-top: #330000 1px solid;
    border-left: #330000 1px solid;
    border-bottom: #330000 1px solid;
    width: 95%;
   
    
}
.tabhdr
{
    background-color:#e4631f;
 color: white;
}
Table.tab tr.tabrow1 td
{
    background-color: #f2c426;
    color: #913a0d;
}
Table.tab tr.tabrow2 td
{
    background-color: white;
    color: #913a0d;
   
  
}

