/* CSS Document */

body { margin:0; padding:0; font-family:Arial; font-size:11px; color:#557689; background-image:url(http://www.digitalfirsts.com/images/bg_l_02.jpg)}
.bg_repeat_x { background-image:url(http://www.digitalfirsts.com/images/bg_repeat_x.jpg); background-repeat:repeat-x; }

img { border:none }

.menu  a:link    { font-size: 13px; text-decoration: none; color: #fff }

.menu  a:visited { font-size: 13px; text-decoration: none; color: #fff }

.menu a:active  { font-size: 13px; text-decoration: none; color: #ff7e00 }

.menu  a:hover   { font-size: 13px; text-decoration: none;  color:#ff7e00 }

.menu {

font-family: arial; 

font-size: 12px;
font-weight:bold;

text-decoration: none;

color:#c083cf;

}


.menu2  a:link    { font-size: 13px; text-decoration: none; color: #66808d }

.menu2  a:visited { font-size: 13px; text-decoration: none; color: #66808d }

.menu2 a:active  { font-size: 13px; text-decoration: none; color: #ff7e00 }

.menu2  a:hover   { font-size: 13px; text-decoration: none;  color:#ff7e00 }

.menu2 {

font-family: arial; 

font-size: 12px;
font-weight:bold;

text-decoration: none;

color:#fff;

}

.menu3  a:link    { font-size: 13px; text-decoration: none; color: #fff }

.menu3  a:visited { font-size: 13px; text-decoration: none; color: #fff }

.menu3 a:active  { font-size: 13px; text-decoration: none; color: #ff7e00 }

.menu3  a:hover   { font-size: 13px; text-decoration: none;  color:#ff7e00 }

.menu3 {

font-family: arial; 

font-size: 12px;
font-weight:bold;

text-decoration: none;

color:#c083cf;

}

.link_login  a:link    { font-size: 13px; text-decoration: none; color: #557689 }

.link_login  a:visited { font-size: 13px; text-decoration: none; color: #557689 }

.link_login a:active  { font-size: 13px; text-decoration: none; color: #ff7e00 }

.link_login  a:hover   { font-size: 13px; text-decoration: none;  color:#ff7e00 }

.link_login {

font-family: arial; 

font-size: 12px;
font-weight:none;

text-decoration: none;

color:#557689;

}
.bold { font-weight:bold; }
.title_box { font-size:14px; color:#013253; font-weight:bold; }
.bg_border { background-image:url(http://www.digitalfirsts.com/images/box3_05.jpg); background-repeat:repeat-x; background-position:bottom; }

/**error***/
label.error {
	color: #ff0000;
	
	font-family: "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	font-size: 13px;
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	display: block;
	width: auto;
}
div.error { display: none; }
input.error { border: 1px dotted red; }

/** search ***/
.search { border: 1px solid #D5E2EA; height:22px;}
.search input:focus, input:hover{
border: 1px solid #fc5e19;
}

/** web board ***/
.forum_subject a{
	color:#000;
	font:bold 12px Tahoma;
	text-decoration:underline;
	margin-left:5px;
}
.forum_subject a:hover{
	color:#34498B;
	font:bold 12px Tahoma;
	text-decoration:underline;
	margin-left:5px;
}