@charset "utf-8";
/* CSS Document */
body{
	background:url(images/bg.jpg);
	margin-top:41px;
}

#menu{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#f7f7f7;
}

#menu a{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#f7f7f7;
	text-decoration:none;
}

#menu a:hover{
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#FDA900;

}


.page_text {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#434343;
}

#right_menu  {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #2f2f2f;
	text-decoration: none;
}
#right_menu a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #2f2f2f;
	text-decoration: none;
}

#right_menu a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FDA900;
	text-decoration:underline;
}

#right_menu th {
	font-family:"Trebuchet MS";
	font-size:14px;
	font-weight:bold;
	color:#f7f7f7;
}
input {
	width: 200px;
}
textarea {
	width: 200px;
}
.error_cl {
	font-size: 70%;
	color: #FF0000;
}
#security_code {
	width: 98px;
}
#submit {
	width: 100px;
	border: thin solid #666666;
}

#right_menu2 a {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

#right_menu2 a:hover {
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: bold;
	color: #FDA900;
}
.art a:link, .art a:visited {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#434343;
	text-decoration: none;
}

.art a:hover {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FDA900;
	text-decoration: none;
}
.art_or a:link, .art_or a:visited {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FDA900;
	text-decoration: none;
}

.art_or a:hover {
	font-family:"Trebuchet MS";
	font-size:13px;
	color:#FDA900;
	text-decoration: none;
}
#codeplus_logo {
    height: 26px;
    width: 130px;
    position: relative;
    float: right;
}
#createdby {
    background: url("images/createdby.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 26px;
    left: 0;
    position: absolute;
    top: 0;
    width: 87px;
}
#codeplus {
    background: url("images/codeplus.png") top right no-repeat;
    height: 26px;
    left: 90px;
    position: absolute;
    top: 0;
    width: 0px;
    transition: width 300ms linear;
    -webkit-transition: width 300ms linear;
}
#codeplus_logo:hover #codeplus{
    width: 37px;
}
