/* # is an ID and .some-name is a Class
	use <div id="id-name">  and <span class="class-name"> */

.confirmation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: regular;
	color: #33CC66;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

#foldheader {
	cursor:pointer;cursor:hand ; font-weight:bold ;
	list-style-image:url("images/dir-closed.gif");
}

#foldinglist {
	list-style-image:url("images/dir-file.gif");
}

#main-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 160px;
	border-right: 1px solid #666666;
	padding: 0;
	margin-bottom: 3px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 3px;
	background-color: #CCCCCC;
	color: #333333;
}

#main-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#main-menu ul li {
	margin: 0;
	border-top: 1px solid #DEDEDE;
}

#main-menu ul li a {
	display: block;
	padding: 2px 2px 2px 0.5em;
	border-left: 5px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #ADBABE;
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	font-size: 12px;
}

html>body #main-menu ul li a, #sub-menu ul li a {
	width: auto;
}

#main-menu ul li a:hover {
	border-left: 5px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #758B91;
	color: #FFFFFF;
}

#sub-menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 160px;
	border-right: 1px solid #DDDDDD;
	padding: 0;
	margin-bottom: 1px;
	background-color: #EBEEEF;
	color: #333333;
}

#sub-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sub-menu ul li {
	margin: 0;
	border-top: 1px solid #DEDEDE;
}

#sub-menu ul li a {
	display: block;
	padding: 2px 2px 2px 1em;
	border-left: 5px solid #666666;
	border-bottom: 1px solid #666666;
	background-color: #FFFFFF;
	color: #333333;
	text-decoration: none;
	width: 100%;
	font-size: 10px;
}

#sub-menu ul li a:hover {
	border-left: 5px solid #333333;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-color: #EBEEEF;
	color: #333333;
}

body {
	background-color: #525B5C;
	margin-top: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

#header-account-name {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: regular;
	color: #FFFFFF;
	margin-left: 10px;
	padding-left: 10px;
}

#main-content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: regular;
	padding: 0;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 3px;
	background-color: #FFFFFF;
	color: #000000;
}

#main-content hr{
	background-color: #333333;
	height: 2px;
	margin-top: 0;
	margin-right: 1.25em;
	padding: 0;
}

#main-content a, a:link, a:visited{
	font-size: 12px;
	font-weight: regular;
	text-decoration: underline;
	color: #0000FF;
	
}
#main-content a:hover{
	font-size: 12px;
	font-weight: regular;
	text-decoration: none;
	color: #0066FF;
}

#note{
	font-size: 10px;
	font-weight: regular;
	color: #333333;
}

#report table{
	padding: 2px;
	margin: 2px;
}
#report td {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin: 0px;
}
#report tr.highlight {
	background-color: #EBEEEF;
}

#database-links a, a:link, a:visited{
	font-size: 10px;
	font-weight: regular;
	text-decoration: underline;
	color: #0000FF;
	
}

#database-links a:hover{
	font-size: 10px;
	font-weight: regular;
	text-decoration: none;
	color: #0066FF;
}

#form table{
	background-color: #FFFFFF;
	padding: 2px;
	margin: 2px;
}
#form td {
	border-left: 1px solid #EEEEEE;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	font-size: 12px;
	padding-top: 3px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-right: 3px;
	margin: 0px;
}
#form tr.highlight {
	background-color: #EBEEEF;
}

input:focus{
	color: #000000;
	background-color: #EBEEEF;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#333333;
	width: 100%;
	margin-bottom: 0;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333333;
	width: 100%;
	margin-bottom: 0;
}