/* metaluk.com V3 */
body { 
	background: #FFF7FF url("/img/muk_defaultbg.jpg") repeat-y top left;
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Arial, sans-serif;
}

.largeText {
	font-size: 76%;
	color: #474747;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 125%;
}

.normalText {
	font-size: 71%;
	color: #474747;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 125%;
}

p {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	font-family: Verdana, Arial, sans-serif;
}

strong.burgandy {
	color: #B02C30;
}

.noPadding {
	font-size: 70%;
	color: #474747;
	margin: 0px;
	padding: 0px;
}
.smallText {
	font-size : 68%;
	color: #474747;
}
.smallestText {
	font-size : 64%;
	color: #474747;
}
.menuItem {
	font-size : 65%;
	color: #ffffff;
	text-decoration: none;
}
.menuItemYellow {
	font-size : 65%;
	color: yellow;
	text-decoration: none;
}
.imageBorder {
	border : solid;
	border-width : 1 1 1 1;
	border-color : #222424;
}
a {
	text-decoration: underline;
	color: #3676B3;
}
a:hover {
	text-decoration: none;
}
a.linkGrey {
	text-decoration: none;
	color: #666666;
}
a.white {
	text-decoration: underline;
	color: #ffffff;
}
	
a.burgandy {
	color: #B02C30;
	text-decoration: underline;
}

a.noUnderline {
	text-decoration: none; }

a.adminOption {
	color: #blue;
	text-decoration: none;
}

.lightGrey {
	color: #848484;
}

}
input, select, textarea {
	font-size : 65%;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	color: #474747;
	border-top: 1px solid #737173;
	border-right: 1px solid #D6D7D6;
	border-bottom: 1px solid #D6D7D6;
	border-left: 1px solid #737173;
}

input.button {
	font-size : 65%;
	background-color: #ADAAAD;
	font-family: Verdana, Arial, sans-serif;
	color: white;
	border-top: 1px solid #D6D7D6;
	border-right: 1px solid #737173;
	border-bottom: 1px solid #737173;
	border-left: 1px solid #D6D7D6;
}

input.small, input.small, input.small {
	font-size : 58%;
	background-color: white;
	font-family: Verdana, Arial, sans-serif;
	color: #474747;
	border-top: 1px solid #737173;
	border-right: 1px solid #D6D7D6;
	border-bottom: 1px solid #D6D7D6;
	border-left: 1px solid #737173;
}

input.smallButton{
	font-size : 58%;
	background-color: #ADAAAD;
	font-family: Verdana, Arial, sans-serif;
	color: white;
	border-top: 1px solid #D6D7D6;
	border-right: 1px solid #737173;
	border-bottom: 1px solid #737173;
	border-left: 1px solid #D6D7D6;
}

ul {
	list-style-image: url("/img/bullet_ar_or.gif");
	list-style-position: outside;
	padding: 0px;
	margin: 0px 15px 25px 35px;
	color: #444444;
	font-size: 70%; }

ul.smallText {
	list-style-image: url("/img/bullet_ar_or.gif");
	list-style-position: outside;
	padding: 0px;
	margin: 0px 10px 15px 35px;
	color: #444444;
	font-size: 65%; }
	
ul.smallestText {
	list-style-image: url("/img/bullet_ar_or.gif");
	list-style-position: outside;
	padding: 0px;
	margin: 0px 10px 10px 35px;
	color: #444444;
	font-size: 58%; }
	
ul.forumTopic {
	list-style-image: url("/img/bullet_forumTopic.gif");
	list-style-position: outside;
	padding: 0px;
	margin: 0px 10px 0px 25px;
	color: #444444;
	font-size: 65%; }
	
ol.smallText {
	list-style-position: outside;
	padding: 0px;
	margin: 0px 10px 15px 35px;
	color: #444444;
	font-size: 65%; }
	
li {
	margin: 0px 0px 8px 0px;
	padding: 0px;
}

.checkBox,.formImage {
	font-size : 65%;
	color: #474747;
	background-color: transparent;
	border : thin solid #545354;
	border-width : 0 0 0 0;
}

li.bulletOrange {
	list-style-image: url("/img/bullet_orange.gif");
	list-style-position: outside;
}

.headerUnderline {
	border : 1px dashed #CCCCCC;
	border-width : 0 0 1 0; }

h1 {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0 25px 10px;
	font-family : Arial, Helvetica, sans-serif;
 }

h2 {
	color: #DD0000;
	font-size: 105%;
	font-weight: bold;
	margin: 0 0 15px 0;
}

h3, h3 a {
	color: #6B7D8C;
	font-size: 95%;
	font-weight: bold;
	text-decoration: none;
	margin: 0 0 10px 0;
}
	
/*
Purpose:		Set a default header style
Application:	<h4> - Automatic
*/
h4 {
	color: #3676B3;
	font-size: 70%;
	font-weight: bold;
	margin: 0px 0px 3px 0px; }
	
/*
Purpose:		Set a default header style
Application:	<h5> - Automatic
*/
h5 {
	color: #3676B3;
	font-size: 80%;
	font-weight: bold;
	margin: 2px 0px 2px 0px;  }
	
/*
Purpose:		Set a default header style
Application:	<h6> - Automatic
*/
h6 {
	color: #B02C30;
	font-size: 65%;
	font-weight: bold;
	margin: 0px; }
	
/*
Purpose:		Set the general table properties
Application:	<table>
*/
table.tblForm {
	border : 1px solid #6B7D8C;
	background-color: #ffffff; }
	
	/*
	Purpose:		Set the table header styles
	Application:	<table><thead><tr><td> - Automatic
	*/
	table.tblForm thead tr td p, table.tblForm tr.headerRow td p {
		color: #FFFFFF;
		font-size: 70%;
		font-weight: bold;
		margin: 0px;
		padding: 0px; }
		
	/*
	Purpose:		Set the table header styles
	Application:	<table><thead><tr><td> - Automatic
	*/
	table.tblForm thead tr td, table.tblForm tr.headerRow td {
		background-color: #6B7D8C;
		padding: 5px 10px 5px 10px; }
		
	/*
	Purpose:		Set a default row style for form tables
	Application:	<tr>
	*/
	table.tblForm tbody tr.formTableRow td {
		background-color: #F6EEF6; }
		
	/*
	Purpose:		Set a default row style for form tables when there is an error
	Application:	<tr>
	*/
	table.tblForm tbody tr.formTableRowError td {
		background-color: #FFE5E5; }
		
	/*
	Purpose:		Set the table header styles
	Application:	<table><thead><tr><td> - Automatic
	*/
	table.tblForm tr td.colSeparator {
		background-color: #ffffff;
		padding: 0px 0px 0px 0px;
		background-image: url("/img/structure/dotted_line_vert.gif"); }
		
	/*
	Purpose:		Set the table body styles
	Application:	<table><tbody><tr><td> - Automatic
	*/
	table.tblForm tbody tr td { 
		background-color: transparent;
		color: #000000;
		font-size: 100%;
		padding: 10px 10px 10px 10px; }
		
	/*
	Purpose:		Set a default paragraph style for
	Application:	<table><tbody><tr><td><p> - Automaticc
	*/
	table.tblForm tbody tr td p {
		color: #444444;
		font-size: 65%;
		margin: 0px 0px 10px 0px;
		padding: 1px; }
		
	table.tblForm tbody tr td div.padding5 {
		font-size: 100%;
		margin: 0px 0px 3px 0px;
		padding: 1px; }
		
	table.tblForm tbody tr td div {
		color: #444444;
		font-size: 65%;
		margin: 0px;
		padding: 1px; }
		
	table.tblForm tbody tr td div.lightComment {
		color: #666666;
		margin: 0px 0px 0px 0px; }
		
	
	
	/*
	Purpose:		Set a default link style
	Application:	<table><tbody><tr><td><a> - Automaticc
	*/
	table.tblForm tbody tr td a {
		color: #005BA5;
		text-decoration: underline; }
		
/*
Purpose:		Set the general table properties
Application:	<table>
*/
table.tblForumList {
	border : 1px solid #6B7D8C;
	background-color: transparent; }

	/*
	Purpose:		Set the table header styles
	Application:	<table><thead><tr><td> - Automatic
	*/
	table.tblForumList thead tr td span {
		color: #ffffff;
		font-size: 70%;
		font-weight: bold; }
		
	/*
	Purpose:		Set the table header styles
	Application:	<table><thead><tr><td> - Automatic
	*/
	table.tblForumList thead tr td {
		background-color: #6B7D8C;
		padding: 3px 5px 3px 5px; }
		
			/*
			Purpose:		Set the table header styles
			Application:	<table><thead><tr><td> - Automatic
			*/
			table.tblForumList thead tr.clearBackground td span {
				margin: -5px 0px 12px 0px;
				color: #333333;
				font-weight: normal;
				font-size: 65%; }
				
			/*
			Purpose:		Set the table header styles
			Application:	<table><thead><tr><td> - Automatic
			*/
			table.tblForumList thead tr.clearBackground td {
				background-color: transparent;
				padding: 3px 5px 3px 5px; }
		
	/*
	Purpose:		Set the table header styles
	Application:	<table><thead><tr><td> - Automatic
	*/
	table.tblForumList tr td.colSeparator {
		background-color: transparent;
		padding: 0px;
		background-image: url("/img/structure/dotted_line_vert.gif"); }
		
	/*
	Purpose:		Set the table body styles
	Application:	<table><tbody><tr><td> - Automatic
	*/
	table.tblForumList tbody tr td.tableData { 
		background-color: transparent;
		color: #000000;
		font-size: 100%;
		padding: 5px 5px 5px 5px; }
		
	/*
	Purpose:		Set a default paragraph style for
	Application:	<table><tbody><tr><td><p> - Automaticc
	*/
	table.tblForumList tbody tr td p {
		color: #444444;
		font-size: 65%;
		margin: 0px; }
	
	/*
	Purpose:		Set a default link style
	Application:	<table><tbody><tr><td><a> - Automaticc
	*/
	table.tblForumList tbody tr td a {
		color: #B02C30;
		text-decoration: underline; }
		
	table.tblForumList tbody tr td a.white {
		color: white;
		text-decoration: underline; }
		
	table.tblForumList tbody tr td a.noUnderline {
		text-decoration: none; }
		
	/*
	Purpose:		Set a default paragraph style for
	Application:	<table><tbody><tr><td><p> - Automaticc
	*/
	table.tblForumList tbody tr.alternateRow td {
		background-color: #F6EEF6; }

	table.tblForumList tbody tr.alternateRow td table tr td { 
		background-color: #FFFFFF; }
		
	table.tblForumList thead tr.clearBackground td table tr td { 
		background-color: #FFFFFF; }
		
/*
Purpose:		Warn class
Application:	Class
Notes:			
*/
.warn {
	color: red;
	font-weight: bold; }
	
.rhWarn {
	color: #FFEA74;
	font-weight: bold; }
	
div.spacer {
	margin: 0px;
	padding: 0px;
}

.smallerLightText {
	margin: 0px 0px 12px 0px;
	color: #666666;
	font-size: 60%; }