/*
    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
{
    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: 140px;
    color: #fff;
    font-size: 45px;
    font-family: Georgia;
    display: block;
    background: url(/images/logo.png) 0 0px no-repeat;
}

.logo a:hover {}

.logoen a
{
    width: 800px;
    height: 140px;
    color: #fff;
    font-size: 45px;
    font-family: Georgia;
    display: block;
    background: url(/images/logoen.png) 0 0px no-repeat;
}

.logoen a:hover {}

.divlogo
{
    position: relative;
}

.title
{
    left: 200px;
    width: 600px;
    top: 60px;
    height: 60px;
    position: absolute;
    color: #ab9659;
    font-size: 35px;
    font-family: Georgia;
    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;}

.pagefooter
{
    width: 800px;
    height: 40px;
    position: relative;
    text-align: left;
    background: url(/images/panelm.png) 0 0px no-repeat;
    /*
    background:  url(/images/panelb.png) 0 0px repeat-x;
    */
}

.menu
{
    width: 800px;
    height: 40px;
    position: relative;
    text-align: left;
    background: url(/images/panelm.png) 0 0px no-repeat;
}

.MainMenu
{
    width: 80px;
    height: 30px;
    background: none;
    vertical-align: middle;
    border-right: 2px solid #900000;
    text-align: center;
}

.mmenu a
{
    padding: 0px;
    background: none;
    display: block;
    vertical-align: middle;
    text-align: center;
}
.mmenu a:hover {}

.MenuItem
{
    font-size: 14px;
    font-family: Georgia;
    font-style: normal;
    font-weight: normal;
    color: #bfbfbf;
}

.panel_tmp
{
    font-family: Georgia;
    color: #800020;
    padding: 40px;
    text-align: center;
}

.panel
{
    font-family: Georgia;
    color: #800020;
    background: #bfbfbf;
    padding: 40px;
    text-align: justify;
    background: url(/images/sf_logo.png) 0 0px no-repeat;
    background-position:center center;
}



.main_panel, .main_panel1
{
    font-family: Georgia;
    font-weight: normal;
    color: #222; /* #800020;  */
    background: #bfbfbf;
    padding: 0px;
    text-align: justify;
    font-size: 14px;
    
    /* text-shadow: #555 3px 3px 2px; */
    /* line-height: 35px; */
}

.main_panel1
{
    color: #800020;
}

.panel1
{
    font-family: Georgia;
    color: #800020;
    background: #bfbfbf;
    padding: 40px;
    text-align: justify;
    background: url(/images/sf_logo2.png) 0 0px no-repeat;
    background-position:center center;
}
.MenuItem:link{color:#bfbfbf; text-decoration: none;}
.MenuItem:visited{color:#bfbfbf;text-decoration: none;}
.MenuItem:active{color:#bfbfbf;text-decoration: none;}
.MenuItem:hover{color:#fff;text-decoration: none;}

.CommonLink
{
    font-size: 12px;
    font-family: Georgia;
    font-style: normal;
    font-weight: bold;
}

.CommonLink:link{color:#C2B280;text-decoration: none;}
.CommonLink:visited{color:#C2B280;text-decoration: none;}
.CommonLink:active{color:#C2B280;text-decoration: none;}
.CommonLink:hover{color:#fff;text-decoration: none;}

.CommonLink_black
{
    font-size: 11px;
    font-family: Georgia;
    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: Georgia;
    font-style: normal;
    font-weight: normal;
    color: #800020;
}

.PageLink:link{color:#800020;text-decoration: none;}
.PageLink:visited{color:#800020;text-decoration: none;}
.PageLink:active{color:#800020;text-decoration: none;}
.PageLink:hover{color:#fff;text-decoration: none;}

.BigLink
{
	font-size: 14px;
	font-family: Georgia;
	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: Georgia;
	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_top
{
    text-align: center;
    width: 800px;
    height: 80px;
    background:#bfbfbf;
    background-image: url(/images/top_.png);
    background-position:top;
}

.pagebody_bot
{
    text-align: center;
    width: 800px;
    height: 80px;
    background:#bfbfbf;
    background-image: url(/images/bot_.png);
    background-position:bottom;
}

.pagebody_rig
{
    text-align: center;
    width: 75px;
    background:#bfbfbf;
    background-image: url(/images/rig_.png);
    background-position:right;
    background-repeat: repeat-y;
}

.pagebody_lef
{
    width: 75px;
    background:#bfbfbf;
    background-image: url(/images/lef_.png);
    background-position:left;
    background-repeat: repeat-y;
}

.pagebody
{
    position: relative;
    text-align: left;
    width: 800px;
    background: #bfbfbf;
    /*
    background-image: url(/images/back_home.png);
    */
    background-position: top;
}
.pagebodytd {
    background: #bfbfbf;
}

.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:  'Georgia';
    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:  'Georgia';
    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: Georgia;
    text-align: justify;
    font-size: 14px;
    font-weight: normal;

    color: #800020;
    background: transparent;
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
}

.tablen1 {
    font-family:  'Georgia';
    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:  'Georgia';
    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:  'Georgia';
    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:  'Georgia';
    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: Georgia;
	font-style: normal;
	font-weight: bold;
	color: #ab9659; 
}

.fsdDiv
{
    float:right;
    font-size: 9px;
	font-family: Georgia;
	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: Georgia;
    font-size: 11px;
    font-weight: bold;
    color: #000;
    border: 0px;
    background-image : url(/images/button_bg.png);
    width: 75px;
    height: 24px;
}

.input
{
    font-family: Georgia;
    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;
}
