@CHARSET "UTF-8";

/*** COMMON COLOURS ***/

.red {
    color: #f44;
}
.ui-helper-hidden-accessible {
	clip: auto;
}
/**
 *  GENERAL Elements
 */
html, * {
    margin: 0;
    padding: 0;
    text-align: left;		
}

body {	
    font-size: 75%;
    font-family: arial, helvetica;
    background: #0B98D8 url('/images/bg.jpg') no-repeat center top;
    color: #666;
}

img { 
	border: none;
}

fieldset { 
	border: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0.667em 0 0.417em;
    clear: both;
    color: #0599D8;
}

h1 {
    font-size: 1.8em;
	font-weight: normal;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.167em;
}

h5 {
    font-size: 1.083em;
}

td {
    vertical-align: top;
}

form {
    clear: both;
}

input, textarea, select {
    color: #000;
    padding: 2px;
	border: 1px solid #999;
}

a, a:visited {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: underline;
    color: #EFA108;
}

a.read_more:link, a.read_more:visited, a.read_more:active {
    display: block;
    margin: 5px 0 0;
    color: #4776d1;
    text-decoration: underline;
    white-space: nowrap;
    width: 60px;
    overflow: visible;
}


/************************/
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.clearfix {
    display: inline-block;
}

/* start commented backslash hack \*/ * html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* close commented backslash hack */
.ghostInput {
    color: #999;
}

.relative {
	position: relative;
}

