html, body
{
    margin: 0px;
    padding: 0px;
}

html
{
    background-image: url(../images/body-bg.gif);
    background-repeat: repeat-x;
}

body
{
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    color: #666;
    overflow-y: scroll;
}

h1
{
    font-family: Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: #666;
}

img
{
    border: none;
}

a
{
    color: #666;
    outline: 0px;
}

a:hover
{
    text-decoration: none;
}

br
{
    float: none;
    clear: both;
}

hr
{
    border: none;
    border-bottom: 1px solid #ccc;
}

table
{
    width: 100%;
    border: none;
    padding: 0px;
    margin: 0px;
}

tbody
{
    overflow: hidden;
}

thead
{
    border: none;
}

thead tr { z-index: 10;}

th
{
    background-color: #d2d2d2;
    color: #999;
    padding: 12px;
    text-align: left;
    vertical-align: middle;
}

td
{
    padding: 12px;
    vertical-align: top;
}

td a
{
    color: #f63;
    text-decoration: none;
}
td a:hover{
    color: #B23F01;
}


table.normal{
    border-collapse: collapse;
}
table.normal th, table.normal td{
    border-right: 1px solid #FFFFFF;
}
table.normal th:last-child, table.normal td:last-child{
    border-right: 0px;
}

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

blockquote
{
    font-size: 16px;
    font-family: Georgia, serif;
    text-shadow: 1px 1px 1px #ccc;
    padding: 10px;
    background-color: #ccc;
    font-style: italic;
}

#preloaderimage, #preloader{
    display: table;
    margin: 30px auto 0;
}

.msgerrormsg , .msgsuccess, .msgwarningmsg{
        border: 0px;       
        padding: 10px 20px 10px 50px;
        line-height: 30px;
    
}

.msgerrormsg {
	/*border: 1px solid #e9c59b;*/
	background: #ffecce url(../images/error.png) 12px center no-repeat;
	color: #e3302c;
	}
	
.msgsuccess {
	/*border: 1px solid #bfde84;*/
	background: #edfbd8 url(../images/success.png) 12px center no-repeat;
	color: #508600;
	}
.msgwarningmsg {
	/*border: 1px solid #bfde84;*/
	background: #FFFEA1 url(../images/msgwarningmsg.png) 12px center no-repeat;
	color: #000000;
	}
    
