/* --------------------------------------------------------------------------------------------------------------------------------
     -------------  ETHCO  -------  Regular 3 coloumn  -------------
     --------------------------------------------------------------------------------------------------------------------------------
	 From this point on all skins should be annotated at the top to help describe them thus making 
	 skin selction quicker and easier.
	 
	 
	 ------------------------------------------------------------------
	 | images                                               | Logo                |
	 | 					         | search            |
	 ------------------------------------------------------------------
	 | nav     |  content         |                       | right              |
	 |            |  panel             |                       | panel             |
	 |            |                        |                       |                       |
	 ------------------------------------------------------------------
	 
*/
/* Control Panel */
.ControlPanel {
display:none;
}

/* GENERIC */
body{
    font-family: Arial, Helvetica, Sans-Serif;
	font-size: small;/*0.7em;*/
	line-height: 1.4;
	color: #333333;
	margin-top: 0px;
	background-image:none;
	background-color:#ffffff;
}

img {
	border:0;
}

h1  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:xx-large;
	color: #003366;
	font-weight: bold;
}

h2 {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:x-large;
	color: #003366;
	font-weight: bold;
}

h3, .SubHead  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: large;
	color: #003366;
	font-weight: bold;
}

h4  {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: medium;
	color: #003366;
	font-weight: bold;
}

h5  {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #003366;
	font-weight: normal;
}

h6  {
	font-family: Arial, Helvetica, Sans-Serif;
	color: #003366;
	font-weight: normal;
}

tfoot, thead    {
	font-family: Arial, Helvetica, Sans-Serif;
    font-size:  100%; /*12px;*/
    color: #303030;
	background-color:#B7C8E8;
}

th  {
    vertical-align: baseline;
	font-family: Arial, Helvetica, Sans-Serif;
    font-size:  100%; /*12px;*/
    font-weight:    bold;
    color: #303030;
	padding:4px;
}

SMALL   {
    font-size:  80%; /*8px;*/
}

BIG {
    font-size:  105%; /*14px;*/
}

BLOCKQUOTE, pre {
    font-family:    "Lucida Console", monospace;
}

table {
border-collapse:collapse;

}

.alternaterow td {
background-color:#e5e5e5;
}

td {
padding:4px;
}

.Normal p 
{
color:#333333;
font-family:Arial,Helvetica,Sans-Serif;
line-height:17px;
}

ol li{
    list-style-type:    decimal;
}

ol ol li    {
    list-style-type:    lower-alpha;
	font-size:100%;
}

ol ol ol li {
    list-style-type:    lower-roman;
	font-size:100%;
}

hr {
    color: #cecece;
    height:1pt;
    text-align:left
}

a:link, a:visited {
}

a:hover {
	color:#003366;
}

/* --- Overwrite default css end --- */

/* ==================================================== */
/* Structural layout */
/* ==================================================== */

#containerwide
{
width: 100%;
margin: 0px auto;
/*color: #003366;*/
line-height: 1.4;
background-image:url(Images/container-background.png);
background-repeat:repeat;
}


/*main content*/
#contentbody {
	clear:both;
}

#MainContent {
	margin-left:20px;
	margin-right:20px;
}

.FullContent {
width:100%;
}

.image {
vertical-align:top;
padding-top:0px;
}

.Spacer{
	clear:both;
	font-size:0px;
}

.textonlylinks {
	font-size:0px;
	visibility:hidden;
	display:none;
}

.Normal, .NormalDisabled {
font-family:Arial,Helvetica,Sans-Serif;
font-size:100%;
}