@import "reset.css";
@import "elements.css";
@import "cal.css";
body {
    background:#182A36;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 20px;
	min-height: 100%;
    margin: 0;
    padding: 0;
}

#footer a {
    color:#FFFFFF;
}

h3 {
    color:#000000;
}

/* login */

#loginWrapper {
    left: 50%;
    margin: -196px 0 0 -220px;
    position: absolute;
    top: 50%;
	width:375px;
}

#loginWrapper label {
    float: left;
    font-weight: bold;
    margin: 5px 0 0;
    padding-right: 20px;
    width: 50px;
}

#loginLogo {
	text-align:center;
	margin-bottom:20px;
}

/* Login End */





.page-wrap {clear: both; min-width: 960px; overflow: hidden; padding: 20px;}
.third {float: left; margin-right: 10px; width: 32%;}
.left {float: left; width: 49%;}
.right { float: right; width: 49%;}
.left .third, .right .third {float: left; margin-right: 6px; width: 32%;}
.sidebar {float: left; width: 15%;}
.scurrent a {
    background: none repeat scroll 0 0 #0D7ABF;
    color: #FFFFFF !important;
    float: left;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 3px 4px;
    width: 90%;
}
.main {float:right;width:84%;}

/* MESSAGES */
.msg-info, .msg-atten, .msg-ok, .msg-error { margin:3px 0; padding:10px 10px 10px 40px; -moz-border-radius:5px; -webkit-border-radius:5px; }
.msg-info { background:#ADC2F7 url(../images/icons/msg-info.png) 6px center no-repeat; border:1px solid #6D94F7; color:#03C; }
.msg-atten { background:#FAE673 url(../images/icons/msg-atten.png) 6px center no-repeat; border:1px solid #FEBD63; color:#C60; }
.msg-ok { background:#AEE893 url(../images/icons/msg-ok.png) 6px center no-repeat; border:1px solid #8EC46C; color:#060; }
.msg-error { background:#F4B8B5 url(../images/icons/msg-error.png) 6px center no-repeat; border:1px solid #C94042; color:#900; }
/* END OF MESSAGES */

.clear {clear:both;}

.textred {color:#FF0000;}
.textgreen {color:#006600;}
.red {background:#FF0000 !important;color:#FFFFFF !important;padding-left:5px;}
.red a {color:#FFFFFF !important;}
.green {background:#AEE893 !important;color:#000000 !important;padding-left:5px;}
.blue {background:#0099FF !important;color:#000000 !important;padding-left:5px;}
.orange {background:#FFB164 !important;color:#000000 !important;padding-left:5px;}
.hidethis {cursor:pointer;margin-bottom:5px;}

.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}
.pl20 {padding-left:20px;}
.pr20 {padding-right:20px;}

h1 { font-size: 24px; }
h2 { font-size: 22px; }
h3 { font-size: 20px; }
.content-box-header h3 {font-size:15px;}
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 14px; }
p { padding: 12px 0 0 0; font-size:12px; }

.image {
	float: left;
	margin: 15px 20px 10px 0;
	border:2px solid #0D7ABF;
}

table.sortable thead th {
    cursor: pointer;
}

#calendar_wrap ul, #calendar_wrap li {
    list-style: none;
    padding: 5px 0 5px 2px;
}

#calendar_wrap li {
	border-bottom:1px solid #000;
}

.appit {
	background:#369b93;
}

.apptelecoms {
	background:#116ba7;
}

.appmobile {
	background:#7c47a3;
}

.appmedia {
	background:#ffba62;
}

.appbroadband {
	background:#ca5790;
}

.appother {
	background:#95B84C;
}

.appit a, .apptelecoms a, .appmobile a, .appmedia a, .appbroadband a, .appother a {
	color:#FFFFFF;
}

.block {
	float:left;
	padding:5px;
	width:100px;
	margin-right:5px;
	text-align:center;
	color:#FFFFFF;
}

.nocompany {
	background:#FF0000;
}

.nocompany a {
	color:#FFFFFF;
}

.accordion { margin-bottom:18px; margin-top:20px; margin-bottom:20px; }
.accordion .accTogglerOpen 	{  padding-top:10px; padding-left:2px; padding-right:95px; padding-bottom:15px; display: block; margin: 0px; cursor: pointer; font-size:16px; color:#2d6374; line-height:20px; background-color:#ffffff; background-image: url(../images/faq-close.jpg); background-repeat: no-repeat; background-position: top right; }
.accordion .accToggler 		{  padding-top:10px; padding-left:2px; padding-right:95px; padding-bottom:15px; display: block; margin: 0px; cursor: pointer; font-size:16px; color:#2d6374; font-weight:normal; line-height:20px; background-color:#ffffff; background-image: url(../images/faq-open.jpg); background-repeat: no-repeat; background-position: top right; }
.accordion .accContent 		{ margin: 0px; padding:5px 0px 10px 0px; line-height:19px; margin-bottom:10px; }
.accordion .accContent p 	{ margin: 0px; }

.numberTopRed {
    background: url("../images/number.png") repeat-x scroll 0 0 transparent;
	color: #FFFFFF;
}

.numberTopWhite {
	color: #fff;
}

.numberTop {
    border-radius: 2px 2px 2px 2px;
    display: inline-block;
    float: right;
    font-size: 11px;
    line-height: 14px;
    margin: 10px 15px 10px -5px;
    padding: 1px 5px;
    text-align: center;
	margin: 10px 15px 10px -5px;
    padding: 1px 5px !important;
}

#topbar {
    background:#1b2d39;
    border-bottom: 1px solid #FFFFFF;
    color: #EEEEEE;
    position: fixed;
    width: 100%;
    z-index: 999;
	display: block;
    height: 36px;
	min-width: 960px;
}

#welcome {float: left;}
#welcome img {float: left; margin: 8px 8px 8px 0;}
#welcome span {
    display: block;
    float: left;
    font-size: 11px;
    padding: 8px 5px;
    white-space: nowrap;
}

#topNav {
    float: right;
    font-size: 11px;
    position: relative;
    z-index: 6000;
}

#topNav ul {
    margin-right: 2px;
}
#topNav ul li {
    border-right: 1px solid #2F2F2F;
    cursor: pointer;
    display: inline;
    float: left;
    position: relative;
}
#topNav ul li:first-child {
    border-left: 1px solid #2F2F2F;
}
#topNav ul li a {
    color: #EEEEEE;
    display: block;
    float: left;
    text-decoration: none;
}
#topNav ul li:hover, .selected {
    background: none repeat scroll 0 0 #212121;
}
#topNav ul li span {
    display: block;
    float: left;
    padding: 8px 12px 8px 8px;
}
#topNav ul li img {
    display: block;
    float: left;
    margin: 13px 2px 11px 14px;
}
#topNav ul li ul {
    background: none repeat scroll 0 0 #2F2F2F;
    border: 1px solid #1D1D1D;
    display: none;
    left: -1px;
    margin-top: 0;
    padding: 0 1px 1px;
    position: absolute;
    top: 35px;
    z-index: 100;
}
#topNav ul li ul li {
    background: none repeat scroll 0 0 #212121;
    border-right: medium none;
    border-top: 1px solid #2F2F2F;
    display: block;
    float: none;
}
#topNav ul li ul li:first-child {
    border-left: medium none !important;
}
#topNav ul li ul li a {
    background: none repeat scroll 0 0 transparent;
    color: #A4A4A4;
    float: none;
    font-size: 11px;
    font-weight: normal;
    padding: 6px 10px 6px 15px;
    text-transform: none;
    width: 162px;
}
#topNav ul li ul li a:hover {
    background: none repeat scroll 0 0 transparent;
    color: #737373;
    font-weight: normal;
}
#topNav ul li ul li:hover {
    background: none repeat scroll 0 0 #1D1D1D !important;
}

#header {
    clear: both;
    height: 126px;
    padding-top: 20px;
	min-width: 960px;
}

#logo {
    margin:auto;
    width: 380px;
    margin-bottom: 15px;
    margin-top: 30px;
}

#search {
	width:375px;
}

.searchWidget {
    margin-top: 20px;
    position: relative;
}

#search input[type="text"] {
    background: none repeat scroll 0 0 #FAFAFA;
    border: 1px solid #D5D5D5;
    padding: 10px;
    width: 92%;
}

#search input[type="submit"] {
    background: url("../images/searchBtn.png") no-repeat scroll 0 0 transparent;
    border: medium none;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    width: 36px;
}

#nav {
    background: #b2d233;
    border-bottom: 1px solid #FFFFFF;
    color: #EEEEEE;
    width: 100%;
    z-index: 999;
	display: block;
    height: 29px;
	clear:both;
}

#mega {
list-style:none;
font-weight:bold;
margin-left:200px;
}

#mega li {
    border-left: 1px solid #000000;
    border-right: 1px solid #000000;
    float: left;
    height: 26px;
    margin-left: -1px;
    padding: 2px 12px 0 8px;
    position: relative;
    text-align: center;
    width: 80px;
}
#mega li:hover {
background:#b2d233;
border-bottom:0; /* border-bottom:0; and padding-bottom:1px; keeps <li> and <div> connected */
padding:2px 12px 0 8px;
margin-top:0px;
z-index:1; /* shadow above adjacent li */
color:#1C2F3A !important;
}

#current {
background:#b2b616 !important;
color:#1C2F3A;
width:500px
}

#current a{
color:#1C2F3A !important;
}

#mega a {
color:#000;
outline:0;
text-decoration:none;
display:block;
line-height:2em;
}
/* ----------- Hide/Show Div ---------- */
#mega div {
position:absolute;
left:-999em;
margin-top:1px;
width:350px;
padding:0 10px 10px;
border:1px solid #000;
border-top:0;
font-weight:normal;
text-align:left;
background:#b2d233;
}
#mega li:hover div {
left:-1px;top:auto;
}
#mega li.dif:hover div {
left:-221px;
}

#mega div li a {
color:#1C2F3A !important;
}



#mega li a {
color:#1C2F3A;
}

/* --------- Within Div Styles --------- */
#mega div h2 {
background:#22252A;
font-size:1em;
padding:0 10px;
margin:10px 0 5px 0;
clear:both;
float:left;
width:330px;
position:relative; /* makes above drop shadow */
}
#mega div p {
float:left;
width:150px;
padding-left:10px;
position:relative; /* makes above drop shadow */
}
#mega div p a {
text-decoration:none;
float:left;
clear:left;
width:100%; /* For IE6/7 */
line-height:1.6;
}

#mega div p a:hover {
text-decoration:underline;
}

#footer {
    background: #1C2F3A;
    border-bottom: 1px solid #FFFFFF;
    color: #EEEEEE;
    display: block;
    height: auto;
	overflow:auto;
    min-width: 960px;
    overflow: hidden;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    z-index: 999;
}

.content-box {
    background: none repeat scroll 0 0 #FAFAFA;
    border-left: 1px solid #b2d233;
	border-right: 1px solid #b2d233;
	border-bottom: 1px solid #b2d233;
    clear: both;
    display: block;
    margin-bottom: 10px;
}

.content-box-header {
    background:#b2d233;
    border-bottom: 1px solid #b2d233;
    border-top: 1px solid #b2d233;
    height: 30px;
    line-height: 23px;
    overflow: hidden;
    padding: 10px 10px 0;
    position: relative;
}

.content-box-content {
    overflow: auto;
    padding: 12px 14px;
}
