/*------------------------------------------------------------------------------
Mapper Style Sheet
website: cmt
version: 2011.01
------------------------------------------------------------------------------*/

/*------------------------------------------------------------------------------
 Generic rules
------------------------------------------------------------------------------*/

ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin:1;padding:0}

body {
    text-align: center;
    background-color: #F0F0F0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height: 14px;
}


ul
{
	list-style-type:none;
	padding:0;
    margin: 0;
}

ul.messages
{
	list-style-type:none;
	padding:0;
    width: 90%;
    margin: auto;
	text-align: center;
}

ul.messages li
{
	float:none;
}

li
{
	float:left;
}


.a_header
{
	display:inline-block;
	width:60px;
}

.a_header:visited {
	color:#0078BF;
}

.module-search input[type="text"] {
	min-width: 50%;
	float: right;
	display: inline;
}

.module-search input[type="image"] {
    padding: 0 4px 0 0 ;
	display: inline;
}

.module-search-homepage input[type="text"] {
	min-width: 50%;
	float: center;
	display: inline;
}

.module-search-homepage input[type="image"] {
    padding: 0 2px 0 0 ;
	display: inline;
	vertical-align:text-top;	
}

/*------------------------------------------------------------------------------
 Tables
------------------------------------------------------------------------------*/

th {
    text-align: left;
    background-color: #F0F0F0 ;
    color : #505050 ;
}

table {
    width: 90%;
    border: 1px solid #909090;
    text-align: left;
}

#tableNoBorder{
    border: none;
	
}

tr.highlight {
	background-color:#E6EFC2;
}

td.highlight {
    border: 1px solid #C6D880;
}
/*------------------------------------------------------------------------------
 Forms
------------------------------------------------------------------------------*/
textarea {
    border: 1px solid #D3D5D6;
    border-top: 1px solid #6D6F70;
    padding: 4px 0 0 2px;
    width: 250px;
    font-size: 11px;
    font-family: Arial;
    height: 80px;
}


select {
    cursor: pointer;
    font-size: 11px;
    font-family: Arial;
    width: 70px;
    vertical-align: middle;
}

input {
    font-size: 12px;
    font-family: Arial;
    color : #000000;
    cursor: pointer;
}

.label {
    font-size: 12px;
    font-family: Arial;
    color : #000000;
    cursor: pointer;
}



/*------------------------------------------------------------------------------

------------------------------------------------------------------------------*/

h2{
    font-family: Arial;
    color: #000000;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 5px 7px 5px 7px;
    margin: 10px 0 10px 0;
}

h3 {
    font-family: Arial;
    color: #000000;
    letter-spacing: 0px;
    font-size: 14px;
    padding: 5px 7px 5px 7px;
    margin: 10px 0 10px 0;
}

h4 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: bold;
	line-height: 100%;
}

h4 a {
    color: #000000;
}

h5 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
	line-height: 100%;
}
h5 a:visited {
	color:#0078BF;
}

div.hr {
    background: url(/static/images/bg/dots-horizontal.gif) top left  repeat-x;
    height: 1px;
    margin-bottom: 4px;
}

div.box {
	border-style:solid;
	border-width:1px;
	border-color:#909090;
	width:90%;
}

p, ul, ol, address {
    margin-bottom: 10px;
}

a {
    color: #000000;
    align: left;
}
a:link {
	color:#0078BF;
}

a:visited {
	color:#505050;
}

a:hover {
	color:#787878;
}

a:active {
	color:#0078BF;
} 

/*------------------------------------------------------------------------------
/******** User feedback messages ********/
------------------------------------------------------------------------------*/

body {
    font-family: Arial, Helvetica, sans-serif;
}

.messages {
    font-size: 14px;
}

.messages ul {
    list-style: none;
    margin: 10px 2px 2px 40px;
    padding-left: 0;
}

.messages ul li {
    padding: 0.1em;
	float:none;
}

.info,
.success,
.warning,
.error,
.validation {
    border: 2px solid;
    margin: 10px 0px;
    background-repeat: no-repeat;
    background-position: 5px center;
	width:90%;
}

.info {
    color: #00529B;
    border-color: #789FCC;
    background-color: #edf3fe;
    background-image: url('../images/icons/info.png');
}

.success {
    color: #264409;
    border-color: #C6D880;
    background-color: #E6EFC2;
    background-image:url('../images/icons/success.png');
}

.warning {
    color: #514721;
    border-color: #FFD324;
    background-color: #FFF6BF;
    background-image: url('../images/icons/warning.png');
}

.error {
    color: #8A1F11;
    border-color: #FBC2C4;
    background-color: #FBE3E4;
    background-image: url('../images/icons/error.png');
}
/*------------------------------------------------------------------------------
/******** User feedback messages ********/
------------------------------------------------------------------------------*/
