/**
 * An absolute 3-column layout
 *
 * @author 10Duke Software, Ltd.
 */

/**
 * standard tags - redefine behaviour of reference HTML and XHTML tags
 * to ensure that all browsers will be aligned
 */

a,
a code {
	color:ffffff;
	text-decoration: none;
	cursor: pointer; /* help ie on folded boxes */
}

a:link,
a:link code { /* link displayed for the first time */
	color:ffffff;
}

a:visited,
a:visited code { /* link that has been used at least once */
	color:ffffff;
}

#main_panel a:active,
#main_panel a:active code { /* link at the moment it is clicked */
	/*background-color: #ede;*/
}

#main_panel a:hover,
#main_panel a:hover code { /* link below the mouse pointer */
	/*background-color: #ffffff;*/
}

a img { /* avoid borders around images used as links */
	border: none;
}

b { 
}

body { 
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	background: #404040;
}

* html body { /* align IE PC with other browsers */
	font-size: 1em;
}

.tabButton
{
	background: #000000;
	color: #939393;
	text-align:center;
	vertical-align:middle;
	font-size:12px;
	padding:2px;
	
}
