* {
	margin: 0;
	padding: 0;
}

a:link {color: #4B4B4B; text-decoration: underline; }
a:active {color: #4B4B4B; text-decoration: underline; }
a:visited {color: #4B4B4B; text-decoration: underline; }
a:hover {color: #4B4B4B; text-decoration: underline; }

select { color: #4B4B4B; }
option { color: #4B4B4B; }


body#is2Body {
    background-color: #61778f;
    background-image: url(../img/breeze_bkgrnd.jpg);
    background-attachment: scroll;
    background-position: left top;
    background-repeat: no-repeat;

    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    font-weight: normal;
    text-align: left;
    color: #4B4B4B;
}


div#is2Container
{
    margin: 0 0;
    width: 1024px;
    height: 610px;
}

div#is2Logo
{
    position: absolute;
    width: 70px;
    height: 70px;
    left: 3px;
    top: 8px;
	
    background-image: url(../img/is2_logo.png);
}

div#is2Wait
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;

    background-color: #61778f;
    background-image: url(../img/is2_wait.gif);
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;

    filter:alpha(opacity=65);
    opacity: 0.65;
    -moz-opacity:0.65;

    z-index: 5000;
}

.cake-sql-log table {
    background: #f4f4f4;
}

.cake-sql-log td {
    padding: 4px 8px;
    text-align: left;
}

