/* Basics
----------------------------------------------*/
a:link {
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
	color: #00719B;
	text-decoration: none;
}

a:visited {
	color: #3a7ec3;
	text-decoration: none;
}

a:hover,
a:active {
	color: #007eff;
	text-decoration: underline;
}

#wrapper {
    background:#000000 url(../images/top-bg.png) repeat-x scroll left top;
    color:#eee;
    height:26px;
    line-height:22px;
    position:relative;
}
#top p {
    padding-left:1em;
    font-size:0.92em;
}

#top a {
    border:0 none;
    color:#eee;

    line-height:24px;
    outline-color:-moz-use-text-color;
    outline-style:none;
    outline-width:medium;
    text-decoration:none;
}
#top a:hover {
    color:#fff;
    text-decoration:underline;
}

#header p {
    padding:1.1em 0;
}

#container {
    overflow: hidden;    
    text-align:left;
}

#mainContent {
	/*background: url('../images/fading_corner.png') -3px top no-repeat;*/
}

#footer {
    margin-top:10px;
    margin-bottom:10px;
}

#footer p,
#mainContent p {
    padding: 1em;
}

/*      TABLE CSS      */
#rounded-corner
{
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #b9c9fe url('../images/table-left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-last
{
	background: #b9c9fe url('../images/table-right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #e8edff url('../images/table-botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('../images/table-botright.png') right bottom no-repeat;
	color:#999;
}
#rounded-corner tbody tr:hover td,#rounded-corner tbody tr.even:hover td
{
	background: #FBF9DB;
}
#rounded-corner tbody tr.even td{background:#E7F4F4}
