/*
    Document   : menu
    Created on : 2009-08-11, 18:08
    Last modify: 2009-10-02, 12:58
    Author     : Vess Peterson
    Description:
*/

/*
    TODO customize this sample style
    Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body
{
/*
    background-image: url(./../images/back_gr.png);
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: top;
*/
    text-align: center;
	margin:0px;
	background-color: #bfbfbf;
    background-image: url(./../images/back03.gif);
}

.container
{
	position:relative;
	width: 840px;
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align:left;
	z-index: 0; 
	border: 2px;
	border-color: blue;
}


.logo a
{
	width: 800px;
	height: 160px;	
    color: #ab9659;
    font-size: 45px;
    font-family: 'Times';    
    display: block;
	background: url(./../images/logo.png) 0 0px no-repeat;
}

.logo a:hover {}

.divlogo
{
    position: relative;
}

.title
{
    left: 200px;
    width: 600px;
    top: 60px;
    height: 60px;
    position: absolute;
    color: #ab9659;
    font-size: 35px;
    font-family: 'Times';
    text-align: center;
    display: block;
}

.titleItem:link{color:#ab9659; text-decoration: none;}
.titleItem:visited{color:#ab9659; text-decoration: none;}
.titleItem:active{color:#ab9659; text-decoration: none;}
.titleItem:hover{color:#ab9659; text-decoration: none;}

.menu
{
	width: 800px;
	height: 38px;
	position: relative;
	text-align: left;
	background: url(./../images/bottom.png) 0 0px repeat-x;
}

.MenuItem
{
	font-size: 11px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
    border: 1px solid #010909;
    border-bottom: 1px solid #ab9659;
}

.mmenu a {
	background: none;
	padding: 5px;
	display: block;
}
.mmenu a:hover {}

.MenuItem:link{color:#ab9659; text-decoration: none;}
.MenuItem:visited{color:#ab9659;text-decoration: none;}
.MenuItem:active{color:#ab9659;text-decoration: none;}
.MenuItem:hover{color:#fff;text-decoration: none; border: 1px solid #fff;}

.CommonLink
{
	font-size: 11px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
}

.CommonLink:link{color:#000;text-decoration: none;}
.CommonLink:visited{color:#000;text-decoration: none;}
.CommonLink:active{color:#000;text-decoration: none;}
.CommonLink:hover{color:#ab9659;text-decoration: none;}

.CommonLink_black
{
	font-size: 11px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
}

.CommonLink_black:link{color:#ab9659;text-decoration: none;}
.CommonLink_black:visited{color:#ab9659;text-decoration: none;}
.CommonLink_black:active{color:#ab9659;text-decoration: none;}
.CommonLink_black:hover{color:#fff;text-decoration: none;}

.PageLink
{
	font-size: 14px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
}

.PageLink:link{color:#ab9659;text-decoration: none;}
.PageLink:visited{color:#ab9659;text-decoration: none;}
.PageLink:active{color:#ab9659;text-decoration: none;}
.PageLink:hover{color:#000;text-decoration: none;}

.BigLink
{
	font-size: 14px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
}

.BigLink:link{color:#ab9659;text-decoration: none;}
.BigLink:visited{color:#ab9659;text-decoration: none;}
.BigLink:active{color:#ab9659;text-decoration: none;}
.BigLink:hover{color:#000;text-decoration: none;}

.SmallLink
{
	font-size: 8px;
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
}

.SmallLink:link{color:#000;text-decoration: none;}
.SmallLink:visited{color:#000;text-decoration: none;}
.SmallLink:active{color:#000;text-decoration: none;}
.SmallLink:hover{color:#ab9659;text-decoration: none;}

.pagebody
{
	position: relative;
	text-align: left;
	width: 800px;
    background:#bfbfbf;
	background-image: url(./../images/back_home.png);
    background-position:top;
}
.pagebodytd {
    background: transparent;
}

.pagefooter
{
	width: 800px;
	height: 38px;
	position: relative;
	text-align: left;
	background:  url(./../images/menu.png) 0 0px repeat-x;
}

.maintable {
    border: 0px;
    background-color: #333;
    margin-top: 1px;
    margin-bottom: 1px;
}

.maintable1 {
    border: 0px;
    background-color: #f0de8d;
    margin-top: 1px;
    margin-bottom: 1px;
}

.maintable2 {
    border: 0px;
    background: transparent;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tableb {
    font-family:  'Arial';
    font-size: 11px;
    font-weight: bold;
    color: #ab9659;
    background: #010909;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.tablew {
    font-family:  'Arial';
    font-size: 11px;
    font-weight: bold;
    color: #ab9659;
    background: #f0de8d;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}


.tablen {
    font-family:  'Arial';
    font-size: 11px;
    font-weight: normal;
    /*
    color: #ab9659;
    */
    color: #333;
    background: #bfbfbf;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.tablen1 {
    font-family:  'Arial';
    font-size: 11px;
    font-weight: normal;
    color: #333;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.rown
{
    background: #bfbfbf;
}

.rown_on
{
    background: #989898;
}

.tablent {
    font-family:  'Arial';
    font-size: 11px;
    font-weight: normal;
    color: #ab9659;
    background: transparent;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.tablentb {
    font-family:  'Arial';
    font-size: 11px;
    font-weight: normal;
    color: #333;
    background: transparent;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

.tablentj {
    font-family:  'Arial';
    font-size: 11px;
    font-weight: normal;
    color: #333; /*#ab9659 */
    background: transparent;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    text-align: justify;
}

.sh_top
{
	background-repeat: no-repeat;
	background-image: url(./../images/top.png) ;
	width: 800px;
	height: 9px;
}

.sh_topr
{
	background-repeat: no-repeat;
	background-image: url(./../images/tr.png);
	width: 9px;
	height: 9px;
}

.sh_topl
{
	background-repeat: no-repeat;
	background-image: url(./../images/tl.png);
	width: 9px;
	height: 9px;
}

.sh_bot
{
	background-repeat: no-repeat;
	background-image: url(./../images/bot.png);
	width: 800px;
	height: 9px;
}

.sh_botr
{
	background-repeat: no-repeat;
	background-image: url(./../images/br.png);
	width: 9px;
	height: 9px;
}

.sh_botl
{
	background-repeat: no-repeat;
	background-image: url(./../images/bl.png);
	width: 9px;
	height: 9px;
}

.sh_right
{
	background-image: url(./../images/rightc.png);
	background-repeat: repeat-y;
	width: 9px;
}

.sh_left
{
	background-image: url(./../images/leftc.png);
	background-repeat: repeat-y;
	width: 9px;
}

.sh_rightt
{
	background-image: url(./../images/right.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 9px;
}

.sh_leftt
{
	background-image: url(./../images/left.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 9px;
}

.sh_rightb
{
	background-image: url(./../images/right.png);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 9px;
}

.sh_leftb
{
	background-image: url(./../images/left.png);
	background-repeat: repeat-y;
	background-position: bottom;
	width: 9px;
}

.fs5 {font-size: 8px;}
.fs6 {font-size: 9px;}
.fs7 {font-size: 10px;}
.fs8 {font-size: 11px;}
.fs9 {font-size: 12px;}
.fs10 {font-size: 13px;}
.fs11 {font-size: 14px;}
.fs12 {font-size: 16px;}
.fsd 
{
	font-size: 9px;
	font-family: 'Arial';
	font-style: normal;
	font-weight: bold;
	color: #ab9659; 
}

.fsdDiv
{
    float:right;
    font-size: 9px;
	font-family: 'Arial';
	font-style: normal;
	font-weight: bold;
	color: #ab9659;
}

.home_back
{
	background: url(./../images/home_back.png) 0 0px repeat-y;
    background-attachment: scroll;
    background-position: right top;
}

.link_back
{
	background: url(./../images/link_back.png) 0 0px repeat-y;
    background-attachment: scroll;
    background-position: right top;
}

.acc_back
{
	background: url(./../images/acc_back.png) 0 0px repeat-y;
    background-attachment: scroll;
    background-position: right top;
}

.button {
	font-family: 'Arial';
    font-size: 11px;
	font-weight: bold;
	color: #000;
    border: 0px;
    background-image : url(./../images/button_bg.png);
    width: 75px;
    height: 24px;
}

.input
{
	font-family: 'Arial';
	font-size: 12px;
	font-weight: bold;
	border: 2px;
	border-style: ridge;
    width: 170px;
    background-color:#ab9659;
}

.label_login
{
    display: block;
    width: 100px;
    float: left;
    text-align: right;
    
}

.fieldset_login {
    width: 300px;
    border: 1px solid #fff;
    padding: 5px 5px 5px 5px;
}
