/****************** RESET **************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	line-height:normal;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate !important;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/****************** END RESET **************************/
body {
    margin: 0px;
    padding : 0px;
    background: #ffffff;
    color: #4e4e4e;
}
			/*WRAP*/
#container 
{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    font: 76% "Trebuchet MS","lucida sans", tahoma, sans-serif;
    position:relative;
    
}
#container #footerImage
{
    z-index:100;
    position:absolute;
    bottom:5px;
    right:0px;
    width:125px;
    height:119px;
    }
    
#customer
{
    width:970px;
    margin-left:-200px;
}

#ctwidepage /*AF:111220 */
{
    width:970px;
    margin-left:-200px;
}

#ctrightpage /*AF:120117 */
{
    width:800px;
}

/*TOP BANNER*/
#banner 
{
    padding: 0;
    margin: 0;
    height: 75px;
    background: #ffffff url(images/ct_logo_75.jpg) no-repeat top left;
}

#banner h1
{
    /*background:url(images/ctlogo.png) no-repeat left;*/
}
			/*TOP NAVIGATION*/
#subnavbar
{
    width:100%;
    background:#c9c9c9;
    padding:0;
    margin:-16px 0 16px 0;
    height:30px;
    border-top:1px solid #848484;
    border-bottom:1px solid #848484;
}
#subnavbar ul {
    list-style-type:none;
    font-size:14px;
    text-align: center;
    color: #fff;
    margin:0px;
}
#subnavbar ul li {
    height:30px;
    line-height:30px;
}
#subnavbar a{
    float:left;
    width:6em;
    height:16px;
    text-decoration:none;
    color:#4e4e4e;
    padding:0.5em 0.5em;
    border-right:1px solid #848484;
}
#subnavbar a:hover {
background:#DADADA;
color: #000;
}
#subnavbar li {
display:inline;
}
#subnavbar li.active a {
background:#848484;
color: #fff;
}
#navbar
{
    width:100%;
    background:#f29200;
    padding:0;
    margin:0 0 16px 0;
    height:36px;
}
#navbar ul{
    list-style-type:none;
    font-size:16px;
    text-align: center;
    color: #000;
    margin:0px;
}

#navbar ul li{
    height:36px;
    line-height:36px;
}

#navbar a{
    float:left;
    width:6em;
    height:20px;
    text-decoration:none;
    color:#4E4E4E;
    padding:0.5em 0.5em;
    border-right:1px solid #fff;
}

#navbar a:hover {
background:#ffa211;
color: #333333;
}
#navbar li{
display:inline;
}
#navbar li.active a{
background:#aa6600;
color: #fff;
}
.loggedin
{
    float:right;
    border-left:1px solid #fff;
    height:36px;
    line-height:36px;
    padding:0px 10px;
    
    }
    
/* IMAGES & PHOTOS (AF:110228) */
.image-float-left {
	float:left;
	margin-right:10px;
	}
	
.image-float-right {
	float:right;
	margin-left:10px;
	}
	
.image-border-none {
	border:none;
}
    
/* CIPTEL LISTS (AF:110228) */
ul.ctlist {
	margin:0;
	padding:0;
	}

ul.ctlist li {
	list-style:none;
 	background:url(images/bullet_1.gif) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
}

    
/*MAIN CONTENT*/
#content {
    padding: 5px 5px 125px 5px;
    margin-left: 200px;
    min-height:300px;
}

#ctcontent {
    padding: 5px 0px 125px 0px;
    margin-left: 200px;
    min-height: 300px;
}

#login
{
    margin:55px auto;
    width:350px;
    
}
			/*SIDEBAR*/
#sidebar {
    float: left;
    width: 160px;
    margin: 0;
    padding: 0 1em 0 1em;
}
			/*SIDE MENU*/
#sidebar ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}
#sidebar ul li { 
    display: inline;
    padding: 0;
    margin: 0;
}
#sidebar ul li a {
    display: block;
    color: #717171;
    background: inherit;
    text-decoration: none;
    margin: 0;
    padding: 5px 0 5px 5px;
}

#sidebar ul li a:hover {
    text-decoration: none;
    background:#848484;
    color: #fff;
}

#sidebar input, #sidebar select
{
    width:150px;
}
#sidebar input[type=checkbox]
{
    width:20px;
}
#sidebar .date{width:75px; }   

#sidebar li.active a{
    background:#848484;
    color: #fff;
}

			/*FOOTER*/
#footer {
    clear: both;
    width:1000px;
    line-height:30px;
    height:30px;
    margin: 0;
    font-size: 10px;
    background: #dadada;
    color: #4e4e4e;
    text-align:center;
}

#footer a:link, #footer a:visited {
    text-decoration : none;
    background : inherit;
    color : #4e4e4e; 
}

#footer a:hover {
    text-decoration : underline;
    background : inherit;
    color :  #848484;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
	HOME PAGE  AF:110413
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.cthome-feature-table  {
    border-style: none;
    width:200px;
    border-collapse: collapse;
}

.cthome-feature-table th {
    vertical-align:middle;
    text-align:center;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    background-color: transparent;
    color:#4e4e4e;
    font-size:16px;
}

.cthome-right-feature-table td {
    vertical-align:top;
    text-align:center;
    color:#4e4e4e;
    font-size:16px;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

			/*LINKS*/
a:link, a:visited {
    text-decoration : none;
    background : inherit;
    color: #DA7910;
}
a:hover {
    text-decoration: underline;
    background: inherit;
    color: #385900; 
}
			/*TYPOGRAPHY*/
h1 {
    padding-bottom:10px;
    font-size: 24px;
    color:#4e4e4e;
    font-weight:bold;
}
h2 {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    background : transparent;
    color :   #4e4e4e;
    font-weight:bold;
}
h3 {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: 1px;
    background : transparent;
    color :   #4e4e4e;
    font-weight:normal;
}
blockquote {
    font-weight : bold;
    font-style : italic;
    color : #b29b35;
}
			/*CLASS*/
.clear {
    clear: both;
    overflow: hidden;
    width: 0;
    height: 0;
}

.clearline {
    clear: both;
}

.slogan {
    margin: 0 0 0 50px;
    letter-spacing: 3px;
}

.post{
background: #E6E7E9;
padding: 3px;
margin: 20px 10px 10px 5px;
font-size: 80%;
}
.post .date {
background: url(images/clock.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .comments {
background: url(images/comment.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}
.post .readmore {
background: url(images/document.gif) no-repeat left center;
padding-left: 15px;
margin: 0 15px 0 5px;
}


/* table */
table{width:100%}
th{
background: #E6E7E9;
padding: 3px;
}
tr.even{
background: #eDeDeD;
}
tr.odd{
}
td{padding:3px; min-width:50px; vertical-align:top;}
td.dateCol{width:75px;}

/*modalpopup*/
.modalpopupbg
{
    background-color:#FFF; 
    layer-background-color:#FFF;
    position:absolute; 
    top:0px; 
    left:0px; 
    width:100%; 
    height:100%;
    z-index:99;  
    opacity: .7;
    filter: alpha(opacity=70);
    -moz-opacity: .7;
}

/* autocomplete */
ul.auto_complete_dropdown {
        border:solid 1px #000;
}
ul.auto_complete_dropdown li {
        padding:1px 5px;
        margin:0;
        height:20px;
        font-size:12px;
        font-weight:normal;
        font-style:normal;
        line-height:20px;
}


.fl{float:left;}
.fr{float:right;}

.addressInput input{width:220px;color:#212121;}
.addressInput input.short{width:25px;}
.addressInput select{width:225px;color:#212121;}
.addressInput input.button{width:120px;}
.addressInput span.checkbox input{width:auto;}
.infoinput{width:250px;height:75px;}

a.wizardbutton, input.wizardbutton  {background:#53a835;color: #fff; padding:5px 10px; border:solid 1px #FFF;font-weight:bold; float:right; margin-top:10px;cursor:pointer;}
a.wizardbutton:active,a.wizardbutton:hover, input.wizardbutton:active, input.wizardbutton:hover{background:#848484;color: #fff;}

input.filterbutton,input.loginbutton    {background:#f29200;color: #333; padding:5px 10px; border:solid 1px #848484; margin-top:5px;cursor:pointer;}
a.filterbutton:active,a.filterbutton:hover, input.filterbutton:active, input.filterbutton:hover,input.loginbutton:active,input.loginbutton:hover{background:#848484;color: #fff;}
.customertype{min-width:1px; width:2px; padding:0px;}
.customertype_1{width:2px;height:100%;background-color:Transparent;}
.customertype_2,.customertype_8,.customertype_9,.customertype_10{width:2px;height:100%;background-color:Black;}
.customertype_4{width:2px;height:100%;background-color:Orange;}
.customertype_11{width:2px;height:100%;background-color:Red;}



#features {
	/*background: #efefef;*/
	position: relative;
    /*margin: 10px 0;*/
	overflow: hidden;
	width: 1000px; 
	}
	
#jshowoff {
	width: 1000px;
	height: 260px;
	}
#jshowoff div, #jshowoff img, #jshowoff {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	width:1000px;
	}
#jshowoff h2, #jshowoff p {
	font-size: 18px;
	padding: 15px 20px 0px;
	margin: 0;
	}
#jshowoff p {
	font-size: 13px;
	line-height: 15px;
	}



.longinput{width:250px;}
.textinput{width:500px; height:300px;}

.editTable{width:780px;}
.editTable td{vertical-align:middle; line-height:18px;}
.editTable input{width:200px;}
.editTable select{width:203px;}
.editTable select.company{width:678px;}
.editTable textarea{width:778px; height:200px;}
#customerSearch{width:678px; float:right; line-height:20px; height:20px; font-size:14px; margin-bottom:10px;}
.ac_results li{font-size:14px;}
.actions td{vertical-align:top;}
.actions .date{width:75px;}
.actions .action{width:375px;}

.actionpopup .title{width:335px;}
.actionpopup .actionbigtextarea{width:335px; height:100px;}
.actionpopup .time{width:50px;text-align:center;} 
.actionpopup .number{width:25px;text-align:right;}


.savedMessage{color:Red;font-size:0.5em;}

.newsImage{width:100%; margin-bottom:10px;}

#ui-datepicker-div, .ui-dialog, ui-tabs, .ui-autocomplete{font-size:0.8em;}
.ui-datepicker th{background:none;}
.ui-datepicker td {
min-width:0px;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs .ui-tabs-nav li a:link,
.ui-tabs .ui-tabs-nav li a:visited
{
   color:#000;
   font-weight:normal;
    }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {font-weight:bold;}
.ui-widget-content{background:#FFF;}
.alignRight{text-align:right; padding-right:10px;min-width:0px; white-space:nowrap;}
.alignRight input[type=image]{vertical-align:middle;}
.max25{max-width:25px;min-width:0px;}
.statusCol{width:20px; text-align:center;}

input[type=text].dateTime{width:120px; }   

#systeminfo{}
#systeminfo label{font-weight:bold;}
#systeminfo p{padding:10px 0;}

#productTable th{font-weight:bold;}
