body /* these becomes the initial settings for most other elements */
{
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:.8em;
	color:#000;
	background-color:gray;
}

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

/* HEADINGS */
h1,h2,h3,h4,h5,h6 /* set general styles for all headings; some may be overridden later */
{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	font-style:normal;
	margin:0 0 .5em;
	padding:0;
}

h1
{
	margin-top:0;
	font-size:1.4em;
	font-weight:400;
}

h2
{
	font-size:1.3em;
}

h3
{
	font-size:1.2em;
}

h4
{
	font-size:1.1em;
}

h5
{
	font-size:1em;
}

h6
{
	font-size:1em;
	font-weight:400;
}

a img
{
	border:none;
}

a
{
	color:#000074;
}

a:hover
{
	color:#07F;
}

a:focus,a:active
{
/*	color:#FFF;
	background-color:blue;*/
}

p {
line-height:1.25em;
margin:0.5em 0;
}

input.box
{
	font-size:1em;
}

input.box
{
	width:100%;
	border:1px solid #A5ACB2;
	font-size:1em;
}
input.halfbox, textarea.halfbox
{
    width: 48%;
}

input.box, textarea.box, input.halfbox, div.element input{ 
     border:1px solid #D4D4D4;
}
div.object-right
{
	text-align:right;
}

label
{
	padding-right:.5em;
	display:block;
	font-size:.9em;
	white-space:nowrap;
}

input.button,button,input.defaultbutton
{
	border:1px solid #94d0e1;
	background-image:url(../images/button_bg.jpg);
	background-repeat:repeat-x;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	text-align:center;
	vertical-align:middle;
	font-size:11px;
	color:#005493;
	background-color:#ADDBEB;
    float:left;
}

div.content-search input.button 
{
   float:none;
    }





/* MESSAGES TO THE USER */


div.message-confirmation, div.message-feedback, div.message-warning, div.message-error, div.warning
{
    border: 1px solid #BCDCEA;
    background-image: url(../images/msg-bg.jpg);
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #FFFFFF;
    margin:0.5em 0pt 1em;
    padding:0.5em 1em;
}



/* Tables */


table.list /* Standard class usable for most regular tables presenting lists, with additional related styles */
{
    width: 100%;
    margin: 1em 0 1em 0;
    border: none;
		font-size: 11px;
}


table.list th, table.cols th, table.comparison th, table.renderedtable th
{
    background-color: #DAEAED;
    background-image: url(images/th_bg.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    border-top:1px solid #fff;
    color:#342e15;
    font-weight:bold;
    text-align:right;
    white-space:nowrap;
    height: 29px;
}

table.list th, table.list td 
{
    border-bottom:1px solid #fff;
    border-right:1px solid #fff;
    padding:0.5em;
    vertical-align:top;
}

table.list th:first-child, table.list td:first-child
{
    border-left:1px solid #fff;
}

table.list tr.bglight, table.cols col.bglight, table.comparison col.bglight, table.renderedtable tr.bglight
{
    background-color: #f3fafc;
}

table.list tr.bgdark, table.cols col.bgdark, table.comparison col.bgdark, table.renderedtable tr.bgdark
{
    background-color: #e5f1f5;
}


.float-break
{
	height:1%;
/* Fix for IE */
}

.float-break:after /* terminate floating elements flow */
{
	content:"-";
	height:0;
	font-size:0;
	visibility:hidden;
	display:block;
	clear:both;
}
