/*  
Theme Name: Sundial
Theme URI: http://www.wpdesigner.com
Description: Sundial Telecom Theme
Version: 1.0
Author: James Tilbury
Author URI: http://www.wpdesigner.com/

*/



* { padding: 0; margin: 0; 
}

html {
	overflow-y: scroll;
}


body {font-family: Tahoma;
	font-size: 13px;
 background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	background-color: #616262;
	height: auto;
}

#wrapper { 
 margin: 0 auto;
 width: 922px;
 height: auto;
  background: #ffffff;

}
#header {
 color: #333;
 width: 900px;
 float: left;
 padding: 10px;
 height: 100px;
 margin: 00px 0px 0px 0px;
 background: #ffffff;
}
#navigation {
	 float: left;
 width: 920px;
 color: #333;
 border: 1px solid #ccc;
 background: #BD9C8C;
 background:url(select2.gif);
	background-repeat:repeat-x;	
}

#leftcolumn {

	height: 100%;
	 color: #333;

 background: #FFFFFF;
 padding: 10px;
 width: 199px;
 float: left;
}
#rightcolumn {
	height: 100%;
	float: right;
	/* color: #333; */
	color:#000;
	background: #FFFFFF;
	padding: 10px;
	width: 678px;
	display: inline;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

#nav, #nav ul {
	padding: 0;
	float:left;
	list-style: none;
	background:url(select2.gif);
	background-repeat:repeat-x;
}

#nav a {
	font-size:12px;
	font-family:Tahoma;
	line-height:30px;
	font-weight:700;
	color:#dfdfdf;
	display:block;
	margin-right:5px;
	text-decoration:none;
	padding:0 20px 0 20px
}

#nav li {
	float: left;
	line-height:27px;
}

#nav li a:hover {
	color:#A8AACA;
}

#nav li ul {
	position: absolute;
	width: 15em;
	left: -999em;
	padding-top:0px;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	z-index:1000;
}

#nav li ul li {
	background: #000;
	border-bottom:1px solid #1e2527;
	border-left:1px solid #1e2527;
	border-right:1px solid #1e2527;
	line-height:18px;
	width:20em;
}

#footer {
	width: 900px;
	clear: both;
	border: 1px solid #ccc;
	background-color: #6D609E;
	color: #FFF;
	padding-top: 5px;
	padding-left: 20px;
	height:20px;
	font-size: 10px;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover{
	text-decoration:none;
	color: #ffffff;
}


#networksBox {
	background-image: url(partner-bg120.png);
	background-repeat: repeat-x;
	height: 120px;
	text-align: right;
	margin-top: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#copyright {
	background-color: #FFFFFF;
	height: 20px;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 10px;
}

#bottomLinks {
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-left: 20px;
	border-top:dashed;
	border-top-color:#666;
	border-top-width:thin;
}

#vmenu {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 200px;
}

#vmenu li {
	margin: 0;
	padding: 0;
}

#vmenu a {
	border-bottom: 1px solid #393939;
	color: #000000;
	display: block;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
}

#vmenu a:hover {
	color: #fff;
	padding-bottom: 4px;
	background-color: #A8AACA;
	background-image: url(images/hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-decoration: underline;
}

h1 {
	font-size: 24px;
	color: #666;
	font-weight: normal;
}

h2 {
	font-size: 18px;
	color: #666;
	font-weight: normal;
}

h2 a:link,
h2 a:visited,
h2 a:active,
h2 a:hover{
	text-decoration:none;
	color: #666;
}

h3 {
	font-size: 14px;
	color: #666;
	font-weight: normal;
}

h4 {
	font-weight: bold;
}

ul {
	padding-left: 1.25em;
}

a:link {
	text-decoration: underline;
	color: #6D609E;
}      /* unvisited link */

p {
	margin-top: 5px;
	margin-bottom: 5px;
}
a:visited {
	text-decoration: none;
	color: #6D609E;
}  /* visited link */
a:hover {
	text-decoration: underline;
	color: #6D609E;
}  /* mouse over link */
a:active {
	text-decoration: none;
	color: #6D609E;
}  /* selected link */
img {
	border:none;
}
#breadcrumbs {
	text-transform:lowercase;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:345px;
	margin-left: 12px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div#rotator ul li.show {
	z-index:500;
}

#sitemap, #sitemap ul {
	padding: 0;
	float:left;
	list-style: none;
	
}

#sitemap a {
	display:block;
	margin-right:5px;
	text-decoration:none;
	padding:0 5px 0 5px;
	color: #666;
}


#sitemap li {
	float: left;
	font-size:11px;
	font-weight:bold;	
}

#sitemap li ul li {
	font-size:11px;
	font-weight:normal;
	float:none;
	width: 10.00em;
	padding:0 5px 0 5px
}

#features td {
	padding: 10px 10px 10px 10px;
	background-image: url(bg_cell.png);
} 

.moduleBox a:link,
.moduleBox a:visited,
.moduleBox a:active,
.moduleBox a:hover{
	text-decoration:none;
	color: #ffffff;
}

#modules td {
	padding: 10px 10px 10px 10px;
	background-image: url(bg_cell_btn.png);
} 

#modules .blank {
	padding: 10px 10px 10px 10px;
	background-image: none;	
} 

#modules .getmore {
	padding: 10px 10px 10px 10px;
	background-image: url(get_apps.png);	
} 

.moduleBox {
	position:relative;
	height:220px;
	padding-right: 5px;
	padding-left: 5px;
}

.moduleBox a.link1 {
	color:ffffff;
	font-size: 11px;
	left: 56px;
	width: 150;
	position: absolute;
	text-decoration: none;
	top: 203px;
}
	
.moduleBox img {
	width: 150;
	position: absolute;
	top: 120px;
	left: 70px;
}

.news-container a:link {
	text-decoration: none;
	color: #000000;
}      /* unvisited link */

.news-container p {
	margin-top: 5px;
	margin-bottom: 5px;
}
.news-container a:visited {
	text-decoration: none;
	color: #000000;
}  /* visited link */
.news-container a:hover {
	text-decoration: underline;
	color: #000000;
}  /* mouse over link */
.news-container a:active {
	text-decoration: none;
	color: #000000;
}  /* selected link */


#loggedinas {
	font-size:12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

#loggedinas a:link,
#loggedinas a:visited,
#loggedinas a:active{
	text-decoration:none;
	color: #000000;
}
#loggedinas a:hover{
	text-decoration:underline;
	color: #000000;
}
	
	
a.button {
    background: transparent url('bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
border: 1px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

label { width: 10em; float: left; }
label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }
p { clear: both; }
em { font-weight: bold; padding-right: 1em; vertical-align: top; color: red; }

.formbutton{
	cursor:pointer;
	border:outset 1px #ccc;
	color:#000000;
	background-image: url(../../../controlpanel/images/formbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 150px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	font-size: 12px;
}

.uploadifyQueueItem {
	font: 11px Verdana, Geneva, sans-serif;
	border: 2px solid #E5E5E5;
	background-color: #F5F5F5;
	margin-top: 5px;
	padding: 10px;
	width: 350px;
}
.uploadifyError {
	border: 2px solid #FBCBBC !important;
	background-color: #FDE5DD !important;
}
.uploadifyQueueItem .cancel {
	float: right;
}
.uploadifyProgress {
	background-color: #FFFFFF;
	border-top: 1px solid #808080;
	border-left: 1px solid #808080;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	margin-top: 10px;
	width: 100%;
}
.uploadifyProgressBar {
	background-color: #0099FF;
	width: 1px;
	height: 3px;
}

#fileQueue {
	width: 500px;
	height: 110px;
	overflow: auto;
	border: 0px;
	margin-bottom: 10px;
}





ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 100%;
}
ul.tabs li {
	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
}
ul.tabs li a {
	text-decoration: none;
	color: #000;
	display: block;
	font-size: 1.2em;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}
ul.tabs li a:hover {
	background: #ccc;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  { /*--Makes sure that the active tab does not listen to the hover properties--*/
	background: #fff;
	border-bottom: 1px solid #fff; /*--Makes the active tab look like it's connected with its content--*/
}

.tab_container {
	border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; width: 100%;
	background: #fff;
}
.tab_content {
	padding: 5px;
}

label 
{ width: 10em; float: left; }


.error {  
 
border: solid #c00;  
} 


label.error {
	float: none;
	color: red;
	padding-left: .5em;
	font-size: 14px;
	border: none; 
}

em { font-weight: bold; padding-right: 1em; vertical-align: top; }

.actionButtonContainer {
	text-align:right;
	
}





.one_third {
	width: 30.66%;
	position:relative;
	margin-right: 4%;
	float:left;
}

.last {
	margin-right:0;
	clear:right;
}

hr.dotted {
	background-image: url(images/dotted-horizontal.gif);
	border:0;
	background-repeat:repeat-x;
	margin:30px 0px;}


.widget_categoryposts {
	
	font-size:11px;
}
