/* GENERIC SETTINGS */
p {
	margin: 0;
	padding: 0;
	font: 78% 'postisans', arial, helvetica, sans-serif;
	margin-bottom: 10px;
}

h1 {
	font:24px  'postisans','arial','helvetica' ,'sans-serif' ;
  /*color:#2d2d2d;*/
  color: #394A58;
}

h2 {
	font: 125% 'postisans', arial, helvetica, sans-serif;
	color: #2d2d2d;
}

h3 {
	font: 100% 'postisans', arial, helvetica, sans-serif;
	color: #2d2d2d;
}

h4 {
	font: 90% 'postisans', arial, helvetica, sans-serif;
	color: #2d2d2d;
}

a {
	color: #0100c6;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	-color: #993399;
}

img {
	border: 0;
	max-width:100px;
}

hr {
	display: none;
}

/* MAIN ELEMENTS */
body {
	font-family: 'postisans', arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #2d2d2d;
	/*line-height: 15px;*/
	text-align: center; /* For IE */
}

#body-box {
	position: relative;
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	-margin-bottom: 20px;
	text-align: left; /* For IE */
}

/* GENERIC FORM ELEMENTS */
form input.text {
	border: 2px solid #FF8000;
	font: 14px 'postisans', arial, helvetica, sans-serif;
	padding: 3px;
	margin: 0;
	background-color: #FFFFFF;
	border-radius: 3px 3px 3px 3px;
	color: #394A58;
	
	position: relative;
	height:40px;
}

form select {
	border: 1px solid #7E9DBA;
	font: 100% 'postisans', arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

form input.submit {
  border-radius: 3px 3px 3px 3px;
  background-repeat:repeat-x;
  background-color: #0073CF;
  font:14px, 'postisans', bold;
  color:#ffffff;
  margin-bottom:2px;
  padding:0;
  padding-left:5px;
  padding-right:5px;
  white-space:nowrap;
  height:40px;
  display: inline;
  position: relative;
  text-align: center;
}

form input.submit:hover {
	background-image:none;
  /*background-color:#ffffff;*/
  color:#ffffff;
  background-color:#1683DA;
}

form input.submit:active {
	  background-image:none;
  /*background-color:#c8dcff;*/
  background-color:#0073CF;
  color:#ffffff;
}

/* SUB NAVI */
#sub-navi {
	position: relative;
	width: 200px;
	overflow: hidden;
	-background-image: url('../pics/subnavi_body_bg.gif');
	background-repeat: repeat-y;
	float: left;
	margin-bottom: 0;
}

#sub-navi .data {
	margin-left: 1px;
	margin-right: 1px;
}

#sub-navi .header {
	display: none;
}

#sub-navi .footer {
	clear: both;
	height: 4px;
	-background-image: url('../pics/subnavi_footer_bg.gif');
	background-repeat: repeat-x;
}

#sub-navi h2 {
	margin: 0;
	padding: 0;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	padding-right: 6px;
	-background-image: url('../pics/subnavi_header_bg.jpg');
	background-repeat: no-repeat;
	font: 100% 'postisans', arial, helvetica, sans-serif;
}

#sub-navi ul a {
	display: block;
	text-decoration: none;
}

#sub-navi ul li a {
	background: url("../pics/icon_blue_menu.png") no-repeat scroll right center transparent;
    color: #394A58;
    display: block;
    font-weight: normal;
    padding: 12px 34px 12px 8px;
    text-decoration: none;
}


#sub-navi ul li.sel a,#sub-navi ul li.onsel a {
	color: white;
}

#sub-navi ul li.on,#sub-navi ul li.onsel {
	overflow: hidden;
}

#sub-navi ul li.normal a {
	-color: #0100c6;
}

/* level 1 */
#sub-navi ul {
	margin: 0;
	padding: 0;
	font: 14px 'postisans', arial, helvetica, sans-serif !important;
}

#sub-navi ul li {
	list-style: none;
	float: left;
	clear: both;
	width: 198px;
	margin: 0;
	padding: 0;
	-background-image: url('../pics/subnavi_level1_closed.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on {
	background-image: url('../pics/subnavi_level1_open.gif');
	background-repeat: no-repeat;
	font-weight: bold;
}

#sub-navi ul li.sel {
	background-image: url('../pics/subnavi_level1_selected.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.onsel {
	background-image: url('../pics/subnavi_level1_openselected.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li a {
	-padding-left: 20px;
}

#sub-navi ul li a:hover {
	text-decoration: underline;
}

/* level 2 */
#sub-navi ul li.on ul {
	background: white;
}

#sub-navi ul li.on ul li,#sub-navi ul li.onsel ul li {
	background-image: url('../pics/subnavi_level2_closed.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.on {
	background-image: url('../pics/subnavi_level2_open.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.sel {
	background-image: url('../pics/subnavi_level2_selected.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.onsel {
	background-image: url('../pics/subnavi_level2_openselected.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li a,#sub-navi ul li.onsel ul li a {
	padding-left: 33px;
}

/* level 3 */
#sub-navi ul li.on ul li.on ul {
	background: white;
}

#sub-navi ul li.on ul li.on ul li,#sub-navi ul li.on ul li.onsel ul li {
	background-image: url('../pics/subnavi_level3_closed.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.on ul li.on {
	background-image: url('../pics/subnavi_level3_open.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.on ul li.sel {
	background-image: url('../pics/subnavi_level3_selected.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.on ul li.onsel {
	background-image: url('../pics/subnavi_level3_openselected.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.on ul li a,#sub-navi ul li.on ul li.onsel ul li a
	{
	padding-left: 46px;
}

/* level 4 */
#sub-navi ul li.on ul li.on ul li.on ul {
	background: white;
}

#sub-navi ul li.on ul li.on ul li.on ul li,#sub-navi ul li.on ul li.on ul li.onsel ul li
	{
	background-image: url('../pics/subnavi_level4_closed.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.on ul li.on ul li.on {
	background-image: url('../pics/subnavi_level4_open.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.on ul li.on ul li.sel {
	background-image: url('../pics/subnavi_level4_selected.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.on ul li.on ul li.onsel {
	background-image: url('../pics/subnavi_level4_openselected.gif');
	background-repeat: no-repeat;
}

#sub-navi ul li.on ul li.on ul li.on ul li a,#sub-navi ul li.on ul li.on ul li.onsel ul li a
	{
	padding-left: 59px;
}

/* Additions to original subnavi */
#sub-navi ul li {
	font-size: 14px !important;
}

#sub-navi h2 a:link {
	text-decoration: none;
	-color: #0100c6;
}

#sub-navi h2 a:visited {
	text-decoration: none;
	color: #0100c6;
}

#sub-navi h2 a:hover {
	text-decoration: underline;
	-color: #0100c6;
}

#sub-navi h2 a:active {
	text-decoration: none;
	color: #0100c6;
}

#sub-navi ul li.username {
	padding-top: 4px;
	padding-bottom: 5px;
	background-image: none;
	background-color: #e6f0ff;
	color: #2d2d2d;
	font-weight: bold;
}

/* PAGE-MAIN */
#page-main {
	float: left;
	width: 980px;
	padding-left:0;
	padding-right: 0;
}

/* SERVICES */
#services {
	margin: 0;
	padding: 0;
	width: 200px;
	float: right;
	font: 78% 'postisans', arial, helvetica, sans-serif;
}

/* MISC-INFO */
#misc-info {
	margin: 0;
	padding: 0;
	width: 200px;
	float: right;
	font: 78% 'postisans', arial, helvetica, sans-serif;
}

/* Extra Add*/
form input.text:active
{
	background-image: none;
    background-color: #d3d3d3;

}
form input.text:hover
{
	background-image: none;
    background-color: #d3d3d3;

}
form input.text:focus
{
	background-image: none;
    background-color: #FBC97F;
}

.chat
{
	position: relative;
	top: 5px;
	left: 300px;
	max-width: none;
	min-width: inherit;
	display:inline;
}