/* CSS Document */

body {
font-family:Tahoma,Arial;
font-size:11px;
color:#FFFFFF;
background-color:#333333;
}
.def {
font-family:Tahoma,Arial;
font-size:11px;
color:#FFFFFF;
background-color:#333333;
}

 a{
        color:#33CC33;
        text-decoration: none;
    }
    a:active
    {
        color: #33CC33;
        text-decoration: none;
    }
    a:visited
    {
       color: #33CC33;
        text-decoration: none;
    }        

    a:hover
    {
        color:#FF6600;
text-decoration: underline;
    }
	
	input,textarea{
	border:1px solid #33CC33;
	}
	
	/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

.msgbox
{
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	border:1px dotted;
	margin-top:8px;
	margin-bottom:8px;
}

.PSoption{
	font-weight: bold;
	color:#C8EEAE;
	width: auto;
	float: none;
	font-size:12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.small{
	font-size: 9px;
}
.title{
	font-size: 15px;
	font-style: normal;
	border: 1px solid #91D78E;
	padding: 2px;
	width: auto;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}


.code{
	font: 11px "Courier new";
	background-color:#FFFFFF;
	color:#333333;
	width:60%;
	border: 1px solid green;
	padding:10px;
}


