/* styles for the SMS Widget - Tabbed Style */
/* CSS for SMS Widget */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-decoration: none;
	padding:0px;
	/*background-color: #d6d3ce;*/
	margin:0px;
}
fieldset {
	position: relative;
	top: 1em;
	padding: 0 0.5em 1em 0.5em;
	margin: 10px 10px 20px;
	clear: both;
}
html>body fieldset {
	padding-top: 1em;
	top: 0;
}

legend {
	position: relative;
	top: -1em;
	padding: 0.4em;
	font-weight: bold;
	background-color: transparent;
	color: #000000;
}
legend a {
    font-family: Tahoma; font-size: 8pt; color:#000000;font-weight: bold;
    text-decoration: none;
}
legend a:hover {
    color: #FF0000;
	text-decoration:none;
}

form label {
	clear: both;
	display:block;
	color:#990000;
	margin: 3px 0 3px 0;
}
#ConfigDiv {padding:5px;}
#SMSWidget {width:240px; border:1px #A7A7A7 solid; text-align:center; background:#FCFCFE;}
#Logo {background:#D81E05; text-align:center;}
#smsResponse {
	padding:10px;
	background:#F5F5F5;
	border:1px dotted #000000;
	text-align:center;
	color:#FF0000;
	margin:0px;
	display:block;
	clear:both;
}
#smsResponse a{
	color:#0010DD;
	font-size:9px;
	text-decoration:none;
}
#smsResponse a:hover{
	color:#ff0000;
}
.lk {color:#0010DD;	font-size:11px;	text-decoration:none;}
.lk a:hover {color:#ff0000;}
acronym {
	font-weight: bold;
	border-bottom: 1px dotted #bbbbbb;
}
.inp {
	background:#ffffff;
	border:#333333 solid 1px;
}
.buttonSubmit, .buttonSubmitHovered {
	width:104px;
	height:26px;
	color:#FFF;
	font-weight:bold; font-size:10px;
	padding:2px 5px;
	background:url(../imgs/button.gif) no-repeat left top;
	cursor:pointer;
	border:none;
}
.buttonSubmitHovered {
	background-position:left bottom;
}
.links {
	margin:0px; padding: 2px;
	display:block;
    color: black;
    font-family: Tahoma; font-size: 8pt; font-weight: bold;
    border-bottom: 1px solid #1A5888;
    text-decoration: none;
    background-color: #8CB3D1;
	text-align:center;
}
.links:hover {
    background-color: #F7C773;
	text-decoration:none;
}
/********************** Tab style */
	#smsTabView {display:block; clear:both;}
	.sms_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.smsTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		padding:5px;		
		
	}
	.sms_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.sms_tabPane .tabActive{
		background-image:url('../imgs/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.sms_tabPane .tabInactive{
		background-image:url('../imgs/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.sms_tabPane .inactiveTabOver{
		background-image:url('../imgs/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.sms_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.sms_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.sms_tabPane img{
		float:left;
	}
