/*
	HTML (basic HTML tags)
	====
*/
body {
	text-align: center;
	color: #14293D;
	font-size: 14px;
	font-family: "Palatino Linotype", Tahoma, Arial, sans-serif;
	background: #e3e3e3 url(../images/bg.gif) repeat-x;
	margin: 0px;
}

img {
	border: 0px;
}

blockquote {
	border: solid 1px #cccccc;
	background-color: #e7e7e7;
	padding: 5px;
	font-size: 12px;
}

p {
	font-size: 14px;
	margin-left: 5px;
	text-align: justify;
	margin-top: 5px;
}

h1 {
	
	font-size: 22px;
	font-weight: bold;
}

h2 {
	font-family: Times;
	font-size: 36px;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 0px;
	border-bottom: 2px solid #cccccc;
}
h3 {
	margin-left: 5px;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
}

h4 {
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: bold;
}

h5 {
	
	font-size: 14px;
	font-weight: bold;
}

h6 {
	
	font-size: 12px;
	font-weight: bold;
}

hr {
	width: 90%;
	height: 1px;
	color: #CCCCCC;
	background-color: #CCCCCC;
	border: 0px;
}

ul {
	color: #14293D;
}

li {
	color: #14293D;
}

a:link {
	text-decoration: none;
	color: #7094FF;
}

a:visited {
	text-decoration: none;
	color: #7094FF;
}

a:hover {
	text-decoration: underline;
}

a:active {
	text-decoration: none;
	color: #7094FF;
}

/*
	Layout
	======
	
	Map:
	  .container
	    .top
	    .header
	    .main [...]
	    .footer
*/

div.container {
	width: 960px;
	margin: auto;
}

div.top {
	width: 960px;
	height: 180px;
	text-align: center;
	vertical-align: middle;
	background: #1c1c1c url(../images/header_bg.gif) repeat-x;
	border-left: solid 1px #9A9A9A;
	border-right: solid 1px #9A9A9A;
}

div.header {
}


div.footer {
	width: 960px;
	height: 45px;
	text-align: center;
	padding-top: 20px;
	margin: auto;
	background: #272727 url(../images/footer_bg.gif) left bottom repeat-x;
	border-left: solid 1px #9A9A9A;
	border-right: solid 1px #9A9A9A;
	border-bottom: solid 1px #9A9A9A;
	color: #CCCCCC;
	font-weight: bold;
}

/*
  Main Content Map:
     .main
       .item
*/
div.main {
}

div.item {
	width: 960px;
	margin: auto;
	background-color: #FFFFFF;
	border-left: solid 1px #9A9A9A;
	border-right: solid 1px #9A9A9A;
}

table.page {
	width: 960px;
	background-color: #FFFFFF;
	
}

td.menubar {
	vertical-align: top;
	padding-left: 20px;
}

td.menu-top {
	width: 357px;
	height: 61px;
	margin: 0px;
	padding: 0px;
}

h1.menu-top {
	color: #FFFFFF;
	font-size: 20px;
}

div.menu {
	color: #FFFFFF;
}

a.menu:link, a.menu:visited, a.menu:hover, a.menu:active {
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
	font-style: italic;
}

td.content-top {
	text-align: center;
}

td.content {
	width: 810px;
	padding: 5px;
	vertical-align: top;
	text-align: left;
	overflow: hidden;
}

/*
	Header
	======
*/
img.head {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

td.head-menu-current {
	width: 155px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #FFFFFF;
	background-repeat: no-repeat;
}

td.head-menu {
	width: 155px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/buttons/button_inactive.png);
	background-repeat: no-repeat;
}

td.head-menu:hover {
	width: 155px;
	height: 33px;
	text-align: center;
	vertical-align: middle;
	font-size: 10px;
	color: #FFFFFF;
	background-image: url(../images/buttons/button_moueover.png);
	background-repeat: no-repeat;
}

a.head-menu:link, a.head-menu:visited, a.head-menu:hover, a.head-menu:active {
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	border: 0px;
	text-decoration: none;
}

/*
	Others
	======
*/
/*form*/
table.form, table.form-center {
	border: 1px solid #ABABAB;
	width: 100%;
	padding: 5px;
	padding-top: 0px;
	background: #EFEFEF;
}

.form td {
	border-bottom: 1px dotted #ABABAB;
	padding: 3px;
}

.form-center td {
	border-bottom: 1px dotted #ABABAB;
	padding: 3px;
	text-align: center;
}

.form h1 {
	font-size: 13px;
	font-weight: bold;
}

.form-center h1 {
	font-size: 13px;
	font-weight: bold;
	text-align: left;
}

td.form-submit {
	text-align: center;
}

/*message*/
span.message {
	display:none;
}

.message li, ul, p {
	font-size: 14px;
}

div.message {
	font-size: 14px;
	padding: 10px;
	text-align: center;
}

/* sorter */
.settings-menu-item-default {
	text-indent: 0px;
	list-style: none;
	padding: 3px;
	border: solid 1px #999999;
	background-color: #ABABAB;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	height: 17px;
}

.settings-menu-item-placeholder {
	text-indent: 0px;
	list-style: none;
	padding: 3px;
	border: solid 1px #333333;
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
	margin: 2px;
	height: 17px;
}