/* CSS Document */

/* Tags */

html, body
{
    border: 0;
    margin: 0 0 0 0;
    padding: 0;
    background-color: #fff;
    background-image: url(Layout/bodyBg.gif);
    color: #333;
    font-family: Verdana, Courier New, monospace;
    font-size: 11px;
    line-height: 18px;
    text-align: center; /* Center on IE5 PC */
}

td
{
    text-align: left;
}

form
{
    height: 100%;
}

p
{
    color: #333;
    font-family: Verdana, Courier New, monospace;
    font-size: 11px;
    line-height: 18px;
    text-align: justify;
}

p a:link, p a:visited
{
    color: #333;
    text-decoration: underline;
}

p a:hover
{
    color: #333;
    background-color: #fff;
    text-decoration: none;
}

h1
{
	margin: 8px 0 8px 0;
	color: #000;/*#13365e;*/
	font-family: Verdana, Tahoma, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 24px;
	word-spacing: -0.2em;
}

h1 a:link, h1 a:visited
{
    margin: 8px 0 8px 0;    
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    font-variant: normal;
    text-decoration: none;
    word-spacing: -0.2em;
}

h1 a:hover
{
    
	color: #000;
    text-decoration: underline;
}

h2
{
    margin: 4px 0 16px 0;    
    color: #000;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;    
    font-size: 14px;
    line-height: 18px;
}

h2.contentRight
{
    margin: 4px 0 16px 0;    
    font-style: normal;
    font-weight: bold;
    font-variant: normal;    
    color: #000;
    font-size: 14px;
    line-height: 18px;
}

em
{
    color: #fff;
}

hr
{
    border: 0;
    color: #fff;
    height: 1px;
}


/* IDs */

#main
{ 
   margin: 0 auto 0 auto;
   width: 100%;
   height: 100%;
}

#header
{
    margin: 0 auto 0 auto; 
    width: 956px;
    height: 24px;    
}

#headerLeft
{
    width: 256px;
    height: 24px;
    float: left;
    text-align: left;
}

#headerRight
{
    width: 256px;
    height: 24px;
    text-align: right;
    float: right;
}

#container
{
    margin: 0 auto 0 auto;    
    width: 964px;
    background-color: #fff;
    background-image: url(Layout/containerBg.gif);
    background-repeat: repeat-y;
    border-bottom: solid 1px #fff;
}

#containerLeft
{
    float: left; 
    width: 200px;
    text-align: left;
    border-top: solid 1px #fff;
    border-left: solid 1px #fff;
}

#containerLeftLeft
{
    float: left;
    width: 56px;
}

#containerLeftRight
{
    float: right; 
    margin: 0 auto 0 auto;
    width: 143px;
    height:100%;
    font-family: Verdana, Tahoma, Helvetica, sans-serif;	
}

#containerRight
{
    float: right;  
    width: 755px;
    text-align: left;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
}

#content
{
    margin: 0 auto 0 auto;    
    text-align: left;
    width: 755px;
}

#contentBox
{
    width: 755px;
    height:148px;
}

#contentLeft
{
    float: left;
    margin: 0 0 0 0;
    width: 562px;
}

#contentRight
{
    float: right;
    margin: 0 0 0 0;
    width: 193px;
}

#inContentRight
{
    margin: 0 auto 0 auto;
    width: 176px;
}

* #contentRight
{
    margin: 0 0 0 -1%;
}

#navigation
{
    clear: both;
    margin: 0 auto 0 auto;
    height: 36px;
    width: 755px;
    background-color: #c1ccbc;
    border-bottom: solid 1px #f2f2f2;
}

#inNavigation
{
    float: left;
    margin: 8px 0 0 0;
    width: 636px;
}

#footer
{
    clear: both;
    margin: 0 auto 0 auto;
    width: 956px;
    height: 24px;
}

#footerLeft
{
    width: 624px;
    float: left;
    text-align: left;
}


#footerRight
{
    width: 256px;
    text-align: right;
    float: right;
}

/* pop up */

.modalBg
{
    background-color: #969696;
    filter: alpha(opacity=70);
    opacity: 0,7;
}

.modalPopup
{
    z-index: 1000;
    background-color: #f3f3f3;
    width: 832px;
}

.imgpopup{
    width: 816px;
    height: 616px;
    overflow: scroll;
} 

.popT 
{
    margin: 0 0 0 0;
    float: right;
    width: 832px;
    height: 44px;
    text-align: right;
    background-image: url(Layout/popUpBg.png);
    background-repeat: no-repeat;
}

.popTIn
{
    margin: 8px 8px 0 0;
}

.popM
{
    clear:both;
    width: 832px;
    height: 648px;
    margin: 0 auto 0 auto; 
}

.popMIn
{
    width: 816px;
    height: 616px;
    margin: 0 auto 0 auto; 
}

.popBtnR
{
    width: 832px; 
    margin: 0 0 0 0; 
}

.popFoo
{
    clear: both;
    height: 8px; 
}
/* classes */

.spacer
{
    height: 8px;
}

.padder
{
    padding: 4px;
}

.sep
{
    border-bottom: solid 1px #f3f3f3; 
    height: 8px;
}

.sepG
{
    height: 8px;
}

.box
{
    border: solid 1px #333;  
    background-color: #fff;
}

.boxRight
{
    margin: 0 auto 0 auto;
    width: 100%;
}

.button 
{
    color: #333;
    margin: 0;
}

.comments
{
    padding: 4px;
    border: solid 1px #f3f3f3;
    width: 612px;
    background-color: #f3f3f3;
}

.commentTxt
{
    color: #333;
}

.feedTxt
{
    color: #333;
}

.serviceTxt
{
    font-family: Verdana, Tahoma, Helvetica, sans-serif;
    color: #333;
    font-size: 9px;
}

a.feedTxt:link, a.feedTxt:visited
{
    /*color: #fc8030;*/
    color: #fff;
    text-decoration: underline;
}

a.feedTxt:hover
{
    color: #333;
    background-color: #fff;
    text-decoration: none;
}

.toolTxt
{
    color: #f3f3f3;
    font-size: 10px;
}

.whiteTxt
{
    color: #fff;
}

.smallTxt
{
    color: #333;
    font-size: 9px;
}

.koTxt
{
   color: #F60000; 
}

.okTxt
{
   color: #76d80d; 
}

.moreTxt
{
    color: #000;
}

a.moreTxt:link, a.moreTxt:visited
{
    text-decoration: underline;
}

a.moreTxt:hover
{
    color: #000;
    background-color: #fff;
    text-decoration: none;
}

.footerTxt
{
    font-size: 9px;
    color: #333;
}

a.wLnk:link, a.wLnk:visited
{
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;

}

a.wLnk:hover
{
    color: #fff;
    text-decoration: underline;
}

a.lnk:link, a.lnk:visited
{
    color: #333;
    text-decoration: underline;
}

a.lnk:hover
{
    color: #333;
    background-color: #fff;
    text-decoration: none;
}

.hidden
{
    color: #fff;
    font-size: 1px;
}
