/* CSS Document */

/**** Layout *********/
body,td,th {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.m_selected, .m_unselected {
	width: 10;
}

.tabunselected, .tabselected {
	text-indent: 2pt;
	padding-right: 5px;
	padding-left: 5px;
}
.tableheading
{
	height: 30;	
}
.menu_table tr>td, .menu_table tr.selected>td {
	padding-right: 20px;
	padding-left: 20px;
}
.settings
{
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	width: 500px;	
}
.heading
{
	margin-top: 0px;
	width: 300px;
}
.heading h3
{
	margin: 0 0 0 0;
}
#settings_wrapper
{
	padding-top: 10px;
}
/**** Fonts **********/
body,td,th {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.h1 {
	font-size: 17px;
	}
.h2 {
	font-size: 13px;	
}
.text {
	font-size: 12px;
}
.auth {
	font-size: 9px;
}
.phone {
	font-size: 9px;
}
.news-switch  a {
	text-decoration: none;
	font-weight: normal;
}
.link {
	font-size: 11px;
}
.error
{
	font-size: 12px;
}
.m_selected {
	font-size: 17px;
}
.tabunselected {

	font-size: 12px;
	font-weight: normal;
}
.tabunselected A:link, .tabunselected A:visited {
	text-decoration: none;
}
.tabunselected A:active, .tabunselected A:hover {
	text-decoration: underline;
}

.tabselected {
	font-size: 12px;
	font-weight: bold;
}
.tableheading {
	font-weight: bold;
}
.menu_table tr>td, .menu_table tr.selected>td {
	font-size: 17px;
}
.warning {
	font-size: 17px;
}
.heading h3
{
	font-size: 17px;
}
.tablerow-striked {
	font-decoration: line-through	
}

.tablerow-striked span {
	font-decoration: line-through	
}
/**** Colours ********/
body,td,th {
	color: #333;
}
.auth{
	color: #0066B3;
}
.phone {
	color: #999;
}
.news-switch a {
	border-bottom: #FFF;
	color: black;
}
.error {
	color: red
}
.m_selected {
	background-color: #0066b3;
}
.mi_selected {
	color: #FFF;
}
.tabunselected {
	background-color: #CCC;
	color: #069;
}
.tabunselected A:link, .tabunselected A:visited {
	color: #069;
}
.tabunselected A:active, .tabunselected A:hover {
	color: #036;
	text-decoration: underline
}
.tabselected {
	background-color: #999999;
	color: #003366;
}
a:link, a:visited {
	color: #093aa3;
}

.menu_table tr.selected>td {
	background-color: #0066b3;
}
.menu_table tr.selected>td a {
	color: #FFF;
}
.warning {
	color: red;
}
tr.tablerow-striked td {
	color: lightgray;
}
tr.tablerow-striked td a{
	color: lightgray;
}
/**** Misc  **********/
table {
	border: 0;
	border-spacing: 0;
}
.selected {
}
.menu_table {
	empty-cells: show;
}

.hor
{
	height: 1px;
	width: 100%;
	background-color: #CCC;
}