﻿.rteImage {
	background: #ffffff;
	border: 1px solid #ffffff;
	cursor: pointer;
	cursor: hand;
}

.rteImageRaised, .rteImage:hover {
	background: #ffddaa;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand;
}

.rteImageLowered, .rteImage:active {
	background: #ff9944;
	border: 1px solid black;
	cursor: pointer;
	cursor: hand;
}

.rteVertSep {
	margin: 0 4px 0 4px;
}

.rteBack {
	background: #ffffff;
	letter-spacing: 0;
	padding: 2px;
}

.rteBack tbody tr td, .rteBack tr td {
	background: #ffffff;
	padding: 0;
}

.rteDiv {
	display: block;
	position: relative;
}

    .rteDiv a {
        margin-bottom: 10px;
    }

.errordivOLD
{
    border: 1px solid #284775;
    background-image: url(../images/error.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 60px;
    margin-bottom: 20px;
    background-color: #e39b9b;
    text-align: left;
}

.errordiv {
    border: 1px solid #284775;
    background-image: url(../images/error.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 70px;
    margin-bottom: 20px;
    margin-left: 20px;
    background-color: #e39b9b;
    text-align: left;
    clear: right;
    color: Black;
    font-size: 11px;
    /*width: 812px;
    float: left;*/
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-top:50px;
}

    .errordiv ul {
        margin: 0;
        padding: 0;
        margin-left: 20px;
        list-style: square;
        color: black;
        float: left;
    }

    .errordiv li {
        color: black;
    }

.withmenu {
    width: 812px;
    float: left;
    color: black;
}

.successdiv
{
    border: 1px solid #6fc44a;
    background-image: url(../images/greentick.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 60px;
    margin-bottom: 20px;
    background-color: #d5f4c8;
    text-align: left;
}

.warningdiv
{
    border: 1px solid #284775;
    background-image: url(../images/warning.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 60px;
    margin-bottom: 20px;
    background-color: #f6e188;
    text-align: left;
}

.infodiv {
    border: 1px solid #3E9CDF;
    background-image: url(/images/info.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    padding: 20px 20px 20px 70px;
    margin-bottom: 20px;
    background-color: #EFF3FB;
    text-align: left;
    clear: both;
    color: Black;
    font-size: 11px;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

    .infodiv ul {
        margin: 0;
        padding: 0;
        margin-left: 40px;
        list-style: square;
    }

div.admin
{
    float: left;
    width: 305px;
    padding-top: 25px;
    border: solid 0px red;
    height: 75px;
    margin: 0 auto;
}

div.admin a
{
    color: #336699;
    font-size: 14px;
}

a.linkopacity img {
filter:alpha(opacity=60);
-moz-opacity: 0.6; 
opacity: 0.6;
-khtml-opacity: 0.6;
text-decoration: none;
}
 
a.linkopacity:hover img {
filter:alpha(opacity=100);   
-moz-opacity: 1.0;   
opacity: 1.0;
-khtml-opacity: 1.0; }