/* 
    Document   : default
    Created on : 2009-05-17, 10:13:09
    Author     : admin
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
body
{
	font-family: Verdana;
    font-size: 11px;
	color: #404040;
	background-color: #3B1002;
	margin: 0px 0px 0px 0px;


}
body.mceContentBody{
  background: #fff;
  color: #000;
}

table
{
	font-family: Verdana;
    font-size: 12px;
	color: #404040;

}
h1
{
    margin-top: 0px;
}
input, textarea
{
    border-width: 1px;
    border-top-color: #4f2121;
    border-bottom-color: #4f2121;
    border-left-color: #4f2121;
    border-right-color: #4f2121;
}
a {
	text-decoration: underline;
    color: #000;
	}

a:link, a:visited {
    color: #000;
	}
a:hover {
    color: #a35302;
}
#setpoinlnk {
	text-decoration: underline;
    color: #FFF8EB;
	}

#setpoinlnk:link, #setpoinlnk:visited {
    color: #FFF8EB;
	}
#setpoinlnk:hover {
    color: #a35302;
}
#leftMenuDiv {

	width: 127px;
	margin: 0;
    padding: 0;
	}
#leftMenuDiv ul {

	list-style: none;
	margin: 0;
	padding: 0;
	}
#leftMenuDiv li
{
	float: left;
	display: inline;
	width:  127px;
}
#leftMenuDiv li a {
	float: left;
	width:  127px;
  	height: 47px;
	text-decoration: none;
    font-size: 12px;
    font-family: Arial;
    font-weight: bold;
	}
#leftMenuDiv li a div {
    padding: 20px 0 0 45px;
	}
#leftMenuDiv li a:link, #leftMenuDiv li a:visited {
	float: left;
	color: #F0F0F0;
	display: inline;
	width:  127px;
	padding: 0;
	}

#leftMenuDiv li a:hover {
	float: left;
	color: #FFFFFF;
	display: inline;
	width:  127px;
	padding: 0;
	}
#leftMenuItem1 a:link, #leftMenuItem1 a:visited {
	background:  url(images/btn-menu-1.jpg);
	}

#leftMenuItem1 a:hover {
	background:  url(images/btn-menu-1.jpg) 0 -47px;
}
#leftMenuItem2 a:link, #leftMenuItem2 a:visited {
	background:  url(images/btn-menu-2.jpg);
	}

#leftMenuItem2 a:hover {
	background:  url(images/btn-menu-2.jpg) 0 -47px;
}
#leftMenuItem3 a:link, #leftMenuItem3 a:visited {
	background:  url(images/btn-menu-3.jpg);
	}

#leftMenuItem3 a:hover {
	background:  url(images/btn-menu-3.jpg) 0 -47px;
}
#leftMenuItem4 a:link, #leftMenuItem4 a:visited {
	background:  url(images/btn-menu-4.jpg);
	}

#leftMenuItem4 a:hover {
	background:  url(images/btn-menu-4.jpg) 0 -47px;
}
#leftMenuItem5 a:link, #leftMenuItem5 a:visited {
	background:  url(images/btn-menu-5.jpg);
	}

#leftMenuItem5 a:hover {
	background:  url(images/btn-menu-5.jpg) 0 -47px;
}
#leftMenuItem6 a:link, #leftMenuItem6 a:visited {
	background:  url(images/btn-menu-6.jpg);
	}

#leftMenuItem6 a:hover {
	background:  url(images/btn-menu-6.jpg) 0 -47px;
}
#leftMenuItem7 a:link, #leftMenuItem7 a:visited {
	background:  url(images/btn-menu-7.jpg);
	}

#leftMenuItem7 a:hover {
	background:  url(images/btn-menu-7.jpg) 0 -47px;
}
#leftMenuItem7_1 a:link, #leftMenuItem7_1 a:visited {
	background:  url(images/btn-menu-7_1.jpg);
	}

leftMenuItem7_1 a:hover {
	background:  url(images/btn-menu-7_1.jpg) 0 -47px;
}

#alert
{
    padding: 8px 8px 8px 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid red;
    font-weight: bold;
    color: red;
    background-color: yellow;
    text-align: center;
}

#bottomMenuDiv a {
	text-decoration: none;
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
	}
#bottomMenuDiv a:link, #bottomMenuDiv a:visited {
	color: #F0F0F0;
    text-decoration: none;
	}

#bottomMenuDiv a:hover {
	color: #FFFFFF;
	display: inline;
    text-decoration: underline;
	}
