/* General settings */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FEFEFE;
	margin: 0px;
	padding: 0px;
}

/* XHTML settings */
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	height: 17px;
	border: 1px solid #666666;
	float: middle;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}
input[type="radio"] {
	border: none;
	height: 14px;
}
input[type="text"], input[type="password"], input[type="submit"] {
	background-color: #FFFFFF;
}
input[type="file"] {
	border: none;
}
input[disabled] {
	border: 1px solid #CCCCCC;
	background-color: #fafafa;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	height: 17px;
	border: 1px solid #666666;
	background-color: #FFFFFF;
	float: middle;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}
form {
	margin: 0px;
	padding: 0px;
}

hr {
	border: 0;
	width: 100%;
	color: #f00;
	background-color: #BBBBBB;
	height: 1px;
}

ul  {
	color : #444444;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding-left: 15px;
}

ol  {
	color : #444444;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	text-decoration : none;
	text-indent : 2pt;
}

.form_button {
	padding-right: 4px;
	padding-left: 4px;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #444444;
	text-decoration: none;
	border: 1px solid #666666;
	white-space: pre;
}
.width_150 {
	width: 150px;
}
.width_200 {
	width: 200px;
}
.width_280 {
	width: 280px;
}
.width_350 {
	width: 350px;
}

/* Links */
a:link {
	color: #333333;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #333333;
}
a:active {
	text-decoration: underline;
	color: #333333;
}


/* Design elements */
.layout_lmenuborders {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8d8d7;
	border-right-color: #d8d8d7;
	border-bottom-color: #d8d8d7;
	border-left-color: #d8d8d7;
}
.layout_top {
	font-size: 36px;
	color: #fcfcfc;
	background-image: url(img/design/top.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-left: 280px;
}
.lmenu_header {
	height: 20px;
	font-size: 11px;
	font-weight: bold;
	text-transform: capitalize;
	color: #666666;
	padding-bottom: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 10px;
	background-image:url(img/design/leftmenu_header.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.lmenu_item {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	padding-bottom: 4px;
	padding-top: 4px;
	padding-right: 0px;
	padding-left: 2px;
}
.main_header250 {
	height: 28px;
	width: 250px;
	color: #F9F9FF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image:url(img/design/header_250px.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.main_header400 {
	height: 28px;
	color: #F9F9FF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image:url(img/design/header_400px.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.main_header560 {
	height: 28px;
	color: #F9F9FF;
	font-size: 15px;
	font-weight: bold;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 5px;
	background-image:url(img/design/header_560px.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}


/* Text settings */
.text_header1, h1 {
	color: #555555;
	font-size: 48px;
}
.text_header2, h2 {
	color: #555555;
	font-size: 36px;
}
.text_header3, h3 {
	color: #555555;
	font-size: 24px;
}
.text_header4, h4 {
	color: #444444;
	font-weight: bold;
	font-size: 18px;
}
.text_header5, h5 {
	color: #555555;
	font-size: 15px;
	font-weight: bold;
}
.text_header6, h6 {
	color: #555555;
	font-size: 16px;
	font-weight: bold;
}


.text_common {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #444444;
}
.text_common A,
.text_common A:visited,
.text_common A:link {
	color: #444444;
	text-decoration: underline;
}
.text_common A:hover {
	color: #444444;
	text-decoration: none;
}

.text_common_bold {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #444444;
}
.text_common_bold A,
.text_common_bold A:visited,
.text_common_bold A:link {
	color: #444444;
	text-decoration: none;
}
.text_common_bold A:hover {
	color: #444444;
	text-decoration: underline;
}

.text_common_red {
	font-size: 11px;
	font-weight: normal;
	color: #FF0000;
}
.text_common_red A,
.text_common_red A:visited,
.text_common_red A:link {
	color: #FF0000;
	text-decoration: none;
}
.text_common_red A:hover {
	color: #FF5555;
	text-decoration: underline;
}
.menu_group {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: #444444;
}
.menu_group A,
.menu_group A:visited,
.menu_group A:hover,
.menu_group A:link {
	font-size: 11px;
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}

/* table manipulation */
.border_all {
	border: 1px solid #CCCCCC;
}
.border_top {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: none;
}
.border_bottom {
	border-top: none;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.border_left {
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_leftbottom {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border_leftright {
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_leftrightbottom {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.border_leftrighttop {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_lefttop {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: none;
	border-left: 1px solid #CCCCCC;
}
.border_lefttopbottom {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
.border_topbottom {
	border-top: 1px solid #CCCCCC;
	border-right: none;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
.border_right {
	border-right-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
}
.border_rightbottom {

	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
.border_righttop {
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
.border_righttopbottom {
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: none;
}
