/* CSS Document */
/*	---------------------------------------------------------------	*/
/*	-------------------------	CSS - MESSAGES	---------------------	*/
/*	---------------------------------------------------------------	*/
.msg_error	{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #F4F4F4;
	background-image: url(../image/icon_error.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FF0000;
	margin: 5px;
	text-indent: 20px;
}
.msg_success	{
	background-color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
	border: 1px solid #F4F4F4;
	background-image: url(../image/icon_success.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	font-family: "Trebuchet MS", Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
    color: #990000;
	margin: 5px;
	text-indent: 20px;
}
/*	---------------------------------------------------------------	*/
/*	----------------------------	Buttons	---------------------	*/
/*	---------------------------------------------------------------	*/
.button_blue_small	{
	background-image:url(../image/button_blue_small.gif);
	height: 25px;
	width: 80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	padding-bottom: 2px;
}
.button_blue_small:hover	{
	color:#FFFFFF;
}
.button_blue_big	{
	background-image:url(../image/button_blue_big.gif);
	height: 25px;
	width: 167px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	padding-bottom: 2px;
}
.button_blue_big:hover	{
	color:#FFFFFF;
}
.button_green_small	{
	background-image:url(../image/button_green_white.jpg);
    background-repeat:no-repeat;
	height: 24px;
	width: 76px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color:#000000;
	padding-bottom: 2px;
}
.button_green_small:hover	{
	color:#FFFFFF;
}
.button_green_big	{
	background-image:url(../image/button_green_big.gif);
    background-repeat:no-repeat;
	height: 30px;
	width: 190px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	font-weight: bold;
	color:#FFFFFF;
	padding-bottom: 2px;
}
.button_green_big:hover	{
	color:#000000;
}

.fade_image {
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);
-moz-opacity:0.5;

}
.hr_line{
    background-color:#cccccc;
    height:1px;
    padding-top:2px;
    padding-bottom:2px;
}
.ver_line{
    border-left:#cccccc 1px solid;
 }
.hor_line{
    border-bottom:#cccccc 1px solid;
    padding-top:5px;
    padding-bottom:5px;
 }
.normal_text{
        font-size:12px;
}

.characters_left{
    background-color:#FFFFFF;
    border:none;
}

