/* sweeva homepage css Document */
*
input, textarea {
    background: -moz-linear-gradient(center top , #FFFFFF, #F4F4F4) repeat scroll 0 0 transparent;
    border: 2px solid #DDDDDD;
    font-family: 'lucida grande',tahoma,'Helvetica neue',Helvetica,sans-serif;
    padding: 3px;
}
input:focus, textarea:focus {
    border: 2px solid #C50F17;
}
input[type="submit"], input[type="button"], .button, .notifications, .notifications_new, .red, .redshow, .blue, .blueshow, .ui-dialog .ui-dialog-buttonpane button {
    -moz-box-shadow:inset 0px 1px 0px 0px #f29c93;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f29c93;
	box-shadow:inset 0px 1px 0px 0px #f29c93;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fe1a00), color-stop(1, #ce0100) );
	background:-moz-linear-gradient( center top, #fe1a00 5%, #ce0100 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fe1a00', endColorstr='#ce0100');
	background-color:#fe1a00;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #d83526;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:11px;
	font-weight:bold;
	padding:4px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #b23e35;
}
input[type="submit"]:hover, input[type="button"]:hover, .button:hover, notifications_new:hover, .red:hover, .ui-dialog .ui-dialog-buttonpane button:hover {
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ce0100), color-stop(1, #fe1a00) );
	background:-moz-linear-gradient( center top, #ce0100 5%, #fe1a00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ce0100', endColorstr='#fe1a00');
	background-color:#ce0100;
}
input[type="submit"]:focus, input[type="button"]:focus, .button:focus, notifications_new:focus, .red:focus, .ui-dialog .ui-dialog-buttonpane button:focus {
    position:relative;
	top:1px;
}
#table1 {
    background-color:#474747;
    margin:0px;
    padding:0px;
    width:100%;
    height:80px;
    table-layout:fixed;
 }
#table1 td {
    
    overflow:hidden;
    white-space: nowrap;
 }

.bottom_para
{
	border-top:1px solid #e6e6e6; margin-top:7px; padding: 10px 0;
}
.bottom_para_left
{
	float:left; width:520px; padding:10px; padding-bottom:0px;
}
.bottom_para_right
{
	float:right; padding:10px; padding-bottom:0px; text-align:right;
}
.bottom_para_left_heading
{
	font-size:15px; color:#333333; font-weight:bold;
	margin-top: 5px;
	float: left;
	margin-right: 8px;
	max-width: 350px;
}
.bottom_para_left a
{
	color:#3d72b2; text-decoration:none; font-size:13px; padding: 3px;
}
.views
{
	color:#3d72b2; font-size:13px;
}
.bottom_para_right a
{
	color:#e01822; text-decoration:none; font-size:13px;
}
#footer_continer
{
	background:url(../images/footer_container.gif) repeat-x; height:80px;
}
.footer_content
{
	border-top:1px solid #E6E6E6; width:850px; margin:auto; padding-top:10px;
}
.footer_content1 ul
{
	float:left;
}
.footer_content1 ul li
{
	display:inline; padding-left:5px;
}
.footer_content1 ul li a
{
	color:#3d72b2; font-size:12px; text-decoration:none; padding-right:5px; text-transform:capitalize;
}
.footer_content2
{
	float:right; font-size:12px; padding-right:20px;
}
.exclamation
{
	color: #E01822;
	font-weight:bold;
	padding: 0 3px;
	font-family: 'Arial Black'	
}
.bottom_bar
{
	width: 880px;
	margin: 0 -55px;
	position: fixed;
	bottom: 0;
	background: #F4F4F4;
	border: 1px solid #DBDBDB;
	padding: 5px 10px;
	-moz-box-shadow: 0 -1px 3px #AAA;
	-o-box-shadow: 0 -1px 3px #AAA;
	-webkit-box-shadow: 0 -1px 3px #AAA;
	-khtml-box-shadow: 0 -1px 3px #AAA;
	box-shadow: 0 -1px 3px #AAA;
	z-index: 999;
	font-size: 11.5px;
}
.left_bar
{
	float: left;
	width: 255px;
	overflow: hidden;
	white-space: nowrap;
	border-right: 2px solid #DBDBDB;
	padding-right: 5px;
	/*background: #F4F4F4;*/
	position: absolute;
	z-index: 1000;
}
.middle_bar
{
	width: 95%;
	position: absolute;
	margin: 0 auto;
	text-align: center;	
	font-size: 11.5px;
 }
.right_bar
{
	float: right;
	position:relative;	
	width: 305px;
	white-space: nowrap;
	border-left: 2px solid #DBDBDB;
	padding-left: 5px;
	/*background: #F4F4F4;*/
}
.view_more
{
	float: left;
	width: 368px;
	padding: 5px;
	background: #5C5C5C;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
	text-align:center;	
}
.view_more:hover
{
	background: #3C3C3C;	
}
a
{
	color: #3D72B2;	
}
.longinput
{
	width: 400px;	
}

.ui-dialog .ui-dialog-buttonpane button
{
	padding: 5px 10px;	
}
.ui-tabs
{
	padding: 0px;
}
.ui-widget-content
{
	border: none;
}
.ui-tabs .ui-tabs-panel
{
	padding: 0.2em 0.7em;
}
.ui-dialog
{
	border: 2px solid #bbbbbb !important;	
}
.tab
{
	padding: 3px 8px;
	border: 1px solid #dddddd;
	background: #f4f4f4;	
	float:left;
	margin-right: 3px;
	cursor: pointer;
	text-decoration: none;
}
.tab:hover
{
	background: #f9f9f9;	
}
.selected
{
	background: #ffffff;	
	text-decoration: underline;
}
.notifications
{
	margin-top: -2px;
	float: right;
	background: #888888;
	background:-moz-linear-gradient(center top , #888888, #575757);
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#575757));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
	padding: 2px 8px;
	border: 1px solid #555555;
}
.notifications:hover
{
	background:-moz-linear-gradient(center top , #757575, #4B4B4B);
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4B4B4B));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4B4B4B');
}
.notifications:focus, .notif_sel
{
	background:-moz-linear-gradient(center top , #757575, #4B4B4B);
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4B4B4B));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4B4B4B');
}
.notifications_new
{
	margin-top: -2px;
	float: right;
	padding: 2px 8px;
}
.nlist
{
	position: absolute;
	min-width: 300px;
	bottom: 17px;
	right: 0px;
	border: 2px solid #4075B9;
	background: #ffffff;
	z-index:999;
	list-style: none;
	text-align: left;
	padding: 3px 3px;
	display:none;
}
.nlist li
{
	min-width: 294px;
	border-bottom: 1px solid #dddddd;
	padding: 3px;
	cursor: default;
	font-size: 12px;
}
.nlist li:hover
{
	background: #F4F4F4;
}
.middle_content_bg a
{
	font-weight: bold;	
}
.label
{
	float: left;
	width: 125px;
	cursor: pointer;
	padding-top: 3px;
}
.input
{
	float: left;
}
.red, .redshow, .blueshow, .blue
{
	font-size: 12px !important;
	padding: 2px 5px !important;
	margin: 2px;
	float: left;
	color: #ffffff !important;
}
.blue, .blueshow {
	border: 1px solid #3B6FB0;
	background: #31579F;
	background:-moz-linear-gradient(center top , #31579F, #4D8FC5);
	background: -webkit-gradient(linear, left top, left bottom, from(#31579F), to(#4D8FC5));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#31579F', endColorstr='#4D8FC5');
}
.blue:hover
{
	background: #27447D;
	background:-moz-linear-gradient(center top , #27447D, #31579F);
	background: -webkit-gradient(linear, left top, left bottom, from(#27447D), to(#31579F));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#27447D', endColorstr='#31579F');	
}
.row
{
	padding: 5px;
	background: #F4F4F4;
	width: 100%;
	min-height: 24px;
	margin: 4px 0;
	border-top: 2px solid #dddddd;
	border-bottom: 2px solid #dddddd;
}
h3
{
	margin: 10px 0;
	font-size: 18px;
}
.error
{
	font-size: 11px;
	color: #FFFFFF;
	float:left;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	margin-left: 300px;
	opacity: .85;
	filter: alpha(opacity=85);
	-moz-box-shadow: 1px 2px 3px #AAA;
	-o-box-shadow: 1px 2px 3px #AAA;
	-webkit-box-shadow: 1px 2px 3px #AAA;
	-khtml-box-shadow: 1px -2px 3px #AAA;
	border: 2px solid #ffffff;
	display: none;
}
.err
{
	color: #C50F17;
	font-weight: bold;	
	width: 100%;
	text-align: center;
}
fieldset
{
	border: 2px solid #D1DDEF;
	padding: 10px;	
}
#tt 
{
	position: fixed;
	display:block;
	z-index: 500;
	margin-left: 0px;
}
#ttcont {
	display:block;
	margin-left:5px;
	background: #FFFFFF;
	color: #111111;
	font-size: 14px;
	border: 2px solid #BBBBBB;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 3px 5px #222;
	-o-box-shadow: 0 3px 5px #222;
	-webkit-box-shadow: 0 3px 5px #222;
	-khtml-box-shadow: 0 3px 5px #222;
	box-shadow: 0 3px 5px #222;
	text-align: center;
}
.profile_link, .pages a
{
	background: #888888;
	background:-moz-linear-gradient(center top , #888888, #575757);
	background: -webkit-gradient(linear, left top, left bottom, from(#888888), to(#575757));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#888888', endColorstr='#575757');
}
.profile_link
{
	width: 100%;
	color: #ffffff;
	font-size: 16px;
	text-shadow: 0 1px 0 #333333;
	float: left;
	text-decoration: none;
	padding: 2px 0;	
}
.profile_link:hover, .pages span, .pages a:hover
{
	background: #757575;
	background:-moz-linear-gradient(center top , #757575, #4B4B4B);
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4B4B4B));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4B4B4B');
}
/* ms dropdown */
.arrow
{
	margin-top: 6px !important;
}
.dd .ddTitle
{
	height: 28px !important;
}
ul
{
	margin: 5px 0 5px 15px;
}
ol
{
	margin: 5px 0 5px 20px;
}
.atable
{
	width: 100%;
	font-size: 12px;
}
.sitesthumb img
{
	border: 2px solid #dddddd;
}
.ui-widget
{
	font-family: inherit !important;
	font-size: inherit !important;
}
div.jquery-drag-to-select {
	background: #def;

	display: none;

	opacity: .3;
	filter: alpha(opacity=30);
	z-index: 10;

	border: 1px solid #369;
}

div.jquery-drag-to-select.active {
	display: block;
}
div.jquery-ajax-loader {
	background: #DDD url('../images/ajaxLoader.gif') no-repeat 50% 50%;
	opacity: .6;
}
.color
{
	background: transparent;
}
.dd .ddTitle
{
	min-width: 175px;
}
.dd .ddChild
{
	min-width: 180px;	
}

.time
{
	font-size: 10px;
	color: #555555;
}
img, div { behavior: url('../js/iepngfix.htc') }