body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px;
}
.labels
{
	
	font-size:10px;
	color:#333333;
	text-align:justify;
	
}
#page{
	margin:0 auto;
	width:965px;
	padding:0;
}
#header{
	float:left;
	margin:0;
	padding:0;
	margin-bottom:5px;
}
#logo{
	float:left;
	background:url(../images/vox-orion-logo.jpg) no-repeat;
	height:100px;
	width:245px;
}
#midTopSection{
	float:left;
	background:url(../images/mid-section-top.jpg) no-repeat;
	height:100px;
	width:491px;
}
#logo2{
	float:left;
	background:url(../images/SMS-online-logo.jpg) no-repeat;
	height:100px;
	width:224px;
}
#Content{
	margin:0;
	padding:0;
	margin-bottom:5px;
}
#sidebar{
	float:left;
	width:189px;
	margin-bottom:5px;
}
#sidebarTop{
	background:url(../images/Nav-Top.jpg) no-repeat #000000;
	width:189px;
	height:14px;
}
#sidebarCenter{
	background:#000000;
	padding:1px;
}
#sidebarCenter h2{
	color:#FFFFFF;
	font-size:12px;
	text-transform:uppercase;
	font-weight:bold;
	margin:0;
	padding:0;
	margin-left:10px;
	margin-bottom:5px;
	margin-top:10px;
}
#navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size:10px;
	font-weight:bold;
}

#navcontainer a{
	display: block;
	color: #333333;
	background-color: #ffffff;
	width:177px;
	text-decoration: none;
	padding-left:10px;
	border-bottom:1px solid #000000;
	line-height:20px;
	font-weight:bold;
}
#navcontainer a:hover{
	background-color: #808080;
	color: #ffffff;
}
#navcontainer li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: #ffffff url(../images/closed.gif) top right no-repeat;
	cursor: hand !important;
	cursor: pointer !important;
	display: block;
	color: #333333;
	background-color: #ffffff;	width:177px;
	text-decoration: none;
	padding-left:10px;
	border-bottom:1px solid #000000;
	line-height:20px;
	font-weight:bold;
}
#navcontainer li.submenu:hover{ /* Style for LI that contains sub lists (other ULs). */
	background: #808080 url(../images/closed.gif) top right no-repeat;
	color: #ffffff;
}
#navcontainer li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

#navcontainer .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
	display: block;
	color: #ffffff;
	background-color: #333333;
	width: 167px;
	padding-left:20px;
	text-decoration: none;
	margin-left:-10px;
}
#navcontainer li li a{
	display: block;
	color: #ffffff;
	background-color: #333333;
	width: 167px;
	padding-left:20px;
	text-decoration: none;
	margin-left:-20px;
}
#navcontainer li li a:hover{	
	background-color: #4d4d4d;
	text-decoration: none;
}
#navcontainer li li ul{
	padding:0;
	margin-left:-10px;
}
#navcontainer li li li a{
	display: block;
	color: #999999;
	background-color: #333333;
	width: 147px;
	padding-left:40px;
	text-decoration: none;
	margin-left:-20px;
}
#navcontainer li li li a:hover{	
	background-color: #4d4d4d;
	text-decoration: none;
}
#sidebarBottom{
	background:url(../images/Nav-Bot.jpg) no-repeat #000000;
	width:189px;
	height:14px;
}

#Maincontent{
	float:left;
	margin:0;
	padding:0;
	margin-left:11px;
	width:740px;
	padding:10px;
	margin-bottom:5px;
}
#Maincontent a{
	color:#666666;
	text-decoration:underline;
}
#Maincontent a:hover{
	color:#333333;
	text-decoration:none;
}
#Maincontent h1{
	margin:0;
	padding:0;
	font-size:16px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
}
#Maincontent h2{
	margin:0;
	padding:0;
	font-size:14px;
	color:#8ed300;
	font-weight:bold;
	text-transform:uppercase;
	
}
#Maincontent h3{
	margin:0;
	padding:0;
	font-size:14px;
	color:#333333;
	font-weight:bold;
	margin-top:20px;
}
#Maincontent h4{
	margin:0;
	padding:0;
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:20px;
}
#Maincontent h5{
	margin:0;
	padding:0;
	font-size:12px;
	color:#8ed300;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:20px;
}
#Maincontent h6
{
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #333333;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: underline;
}
#Maincontent p{
	margin:0;
	padding:0;
	font-size:10px;
	color:#333333;
	margin-top:10px;
	text-align:justify;
	line-height:18px;
}
#Maincontent ul{
	margin:0;
	padding:0;
	font-size:10px;
	color:#333333;
	line-height:18px;
	margin-left:20px;
	margin-top:5px;
}
#Maincontent li li{
	margin:0;
	padding:0;
	font-size:10px;
	color:#333333;
	line-height:18px;
	margin-left:10px;
}
#Maincontent ol {
	margin:0;
	padding:0;
	font-size:10px;
	color:#333333;
	line-height:18px;
	margin-left:25px;
}


.userLogin{
	font-size:10px;
	color:#a0a0a0;
}

/*table{
	border:1px solid #bdbcbd;
}
th {
	background:#5c5c5c;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
#last-th{
	border-right:1px solid #ffffff;
}
td {
	color:#333333;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align:center;
}
tr.even{
	background:#cdcdcd;
}
tr.odd{
	background:#e2e2e2;
}
#last-td{
	border-right:1px solid #ffffff;
}*/
.btn {
	color:#333333;
	background:url(../images/buttonPlain.jpg) no-repeat;
	border:0;
	width:79px;
	height:20px;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	margin:3px;
}
.btn:hover {
	background:url(../images/buttonOver.jpg) no-repeat;
}
.bigbtn
{	
	color:#333333;
	background:url(../images/bigbutton.jpg) no-repeat;
	border:0;
	width:79px;
	height:20px;
	font-size:10px;
	font-weight:bold;
	cursor:pointer;
	margin:3px;
}
.bigbtn:hover {
	background:url(../images/bigbuttonOver.jpg) no-repeat;
}

#footer{
	clear:both;
	padding:0;
	margin:0;
	height:43px;
	width:960px;
	margin-top:10px;
	font-size:10px;
	color:#333333;	
}
#footer a{
	color:#333333;
	text-decoration:underline;
}
#footer a:hover{
	color:#ffffff;
	text-decoration:none;
}

#footerLeft
{
	float: left;
	background: url(../images/footer_left.jpg) no-repeat;
	height: 43px;
	line-height: 43px;
	width: 20px;
}
#footerRight{
	float:left;
	background:url(../images/footer_right.jpg) no-repeat right;
	height:43px;
	line-height:43px;
	width:20px;
	text-align:right;
	
}
#footerMidLeft{
	float:left;
	height:43px;
	width:460px;
	background:url(../images/footer_Back.jpg) repeat-x;
	text-align:left;	
	line-height:43px;
}
#footerMidRight{
float:left;
	height:43px;
	width:459px;
	background:url(../images/footer_Back.jpg) repeat-x;
text-align:right;	
line-height:43px;
}

#navcontainerMain a{
	display: block;
	color: #333333;
	background-color: #ffffff;
	width:150px;
	text-decoration: none;
	padding-left:10px;
	border-bottom:1px solid #000000;
	line-height:20px;
	font-weight:bold;
}
#navcontainerMain a:hover{
	background-color: #808080;
	color: #ffffff;
}
#GVDashboard
{

}

#CSSTable table {
	border:1px solid #bdbcbd;
}
#CSSTable th {
	background:#5c5c5c;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}

#CSSTable td {
	color:#333333;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align:center;
}
#CSSTable tr.even{
	background:#cdcdcd;
}
#CSSTable tr.odd{
	background:#e2e2e2;
}
.TableHeader
{
		background:#5c5c5c;
	color:#FFFFFF;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	border-left:1px solid #ffffff;
	border-top:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.TableEven
{
	color:#333333;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align:center;
	background:#cdcdcd;
}
.TableOdd
{
	color:#333333;
	font-size:10px;
	font-weight:bold;
	padding:5px;
	border-left:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	text-align:center;
	background:#e2e2e2;
}
.TableSelected
{
    color: #333333;
    font-size: 10px;
    font-weight: bold;
    padding: 5px;
    border-left: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    text-align: center;
    background: #8ed300;
}
.Panels
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:10px;
}


.DropDownList
{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#333333;
}
input
{
	margin:0;
	padding:0;
	font-size:10px;
	color:#333333;


}

