/* 
*  Default CSS
*  Copyright (c) 2011 www.somansa.com
*/

.pop_box_col5{
	clear:both;
	width:480px;
}
.pop_box_col5_top{
	margin-top:-5px;
	height:20px;
	color:#567093;
	font-weight:bold;
	font-size:12px;
	background:url(../images/dashboard/dashboard_col5_top.png) no-repeat top left;
	padding:5px 15px 0 18px;
}
.pop_box_col5_top.red{
	color:#ffffff;
	border-radius:5px 5px 0 0;
	box-shadow:0 -2px 0 0 #a03333 inset;
	background: #ef6060;
	background: -moz-linear-gradient(top,  #ef6060 0%, #ca5151 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ef6060), color-stop(100%,#ca5151));
	background: -webkit-linear-gradient(top,  #ef6060 0%,#ca5151 100%);
	background: -o-linear-gradient(top,  #ef6060 0%,#ca5151 100%);
	background: -ms-linear-gradient(top,  #ef6060 0%,#ca5151 100%);
	background: linear-gradient(to bottom,  #ef6060 0%,#ca5151 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef6060', endColorstr='#ca5151',GradientType=0 );
}
.pop_box_col_title{
	float:left;
}
.pop_box_col5_bot{
	clear:both;
	color:#595959;
	font-size:12px;
	background-color:#f7f7f7;
	/*background:url(../images/dashboard/dashboard_col5_bot.png) no-repeat bottom left;*/
	/*padding-bottom:25px;*/
	margin-top:-1px;
}
.pop_box_col5_bot_con{
	/*height:150px;*/
	/*background:url(../images/dashboard/dashboard_col5_bg.png) repeat-y top left;*/
	padding:18px 18px 10px 18px;
}
/* START :: Button*/
/* Button Reset */
.button,
.button a,
.button button,
.button input {
	position:relative; 
	margin:0; 
	display:-moz-inline-stack; 
	display:inline-block; 
	text-decoration:none !important; 
	border:0; font-size:12px; 
	white-space:nowrap; 
	background:url(../images/common/buttonWhite.gif) no-repeat; 
	overflow:visible; color:#333; font-weight:bold;
	left:2px; 
	vertical-align:top; 
	cursor:pointer;
	height:23px; 
	padding:0 10px 0 8px; 
	font-size:12px; 
	line-height:23px; 
	background-position:right top;
}
.button {
	height:23px; 
	padding:0; 
	vertical-align:middle; 
	margin-right:2px; 
	background-position:left top;
}
/* Button Text Color */
.button *:hover,
.button *:active,
.button *:focus{
	color:#690;
}
.button.blue,
.button.blue a,
.button.blue button,
.button.blue input {
	background-image:url(../images/common/buttonBlue.gif); 
	color:#fff;
}
.button.blue *:hover,
.button.blue *:active,
.button.blue *:focus{
	color:#cdddf1;
}