@charset "utf-8";
/* CSS Document */

ul.draglist li 
{
    /*cursor: move;*/
}
ul.draglist_alt li 
{
    margin: 1px;
	padding-bottom:20px;
}

div#customer_home
{
	padding:15px 0;
}

ul#customer_modules li.customer_block div,ul#customer_modules li.customer_block table,ul#customer_modules li.customer_block ul li
{
	cursor:text;
}

ul#customer_modules li.customer_block
{
	/*cursor: move;*/
	display:block;
	float:left;
	border:1px solid #dddddd;
	margin:0 2px;
	margin-bottom:8px;
	position:relative;
	background:url(../images/customer/layout/block_bg.jpg) repeat-x left top;
	padding-bottom:10px;
}
ul#customer_modules li.customer_block a.open_close
{
	position:absolute;
	top:0;
	right:15px;
}
/*
ul#customer_modules li.customer_block small.resize_handle
{
	width:14px;
	height:15px;
	position:absolute;
	bottom:1px;
	right:2px;
	background:url(../images/customer/layout/resize.jpg) no-repeat left top;
	display:block;
	cursor:move;
}
*/
ul#customer_modules li.customer_block h2
{
	color:#092f62;
	font-size:14px;
	padding-bottom:15px;
	margin:0 5px;
	cursor:move;
	padding-top:15px !important;
	background-position:left 14px !Important;
}
ul#customer_modules li#li1_1
{
	width:343px;
	padding-bottom:20px;
}
ul#customer_modules li#li1_1 h2
{	
	background:url(../images/customer/layout/offline_chat.jpg) no-repeat left top;
	padding-left:30px;	
}
ul#customer_modules li#li1_1 p
{
	margin:0;
	padding:0;
}
ul#customer_modules li#li1_1 p.grey_text
{
	padding-top:5px;
}
ul#customer_modules li#li1_1 form
{
	padding-top:10px;
}
ul#customer_modules li#li1_2
{
	width:343px;
}
ul#customer_modules li#li1_2 h2
{	
	background:url(../images/customer/layout/current_support_tickets_header.jpg) no-repeat left top;
	padding-left:30px;
	padding-top:5px;
	border-bottom:1px solid #dddddd;	
}
ul#customer_modules li#li1_3
{
	width:343px;
}


/* Offline Chat Starts */
div#tabbed_chat,div#tabbed_chat2
{
	background:#FFFFFF;
	margin:0 2px;
}
div#tabbed_chat ul.yui-nav,div#tabbed_chat2 ul.yui-nav
{
	padding-left:15px;
}
div#tabbed_chat span.clr,div#tabbed_chat2 span.clr
{
	border-top:2px solid #80def2;
}
div#tabbed_chat form span.clr,div#tabbed_chat2 form span.clr
{
	border-top:none;
	margin-top:0;
}
div#tabbed_chat ul.yui-nav li,div#tabbed_chat2 ul.yui-nav li
{
	display:block;
	float:left;
}
div#tabbed_chat ul.yui-nav li a,div#tabbed_chat2 ul.yui-nav li a
{
	text-decoration:none;
	color:#153a64;
	font-size:11px;
	background:url(../images/customer/tabbed/center.jpg) repeat-x left top;
	position:relative;
	line-height:20px;
	padding:0 15px;
	height:20px;
	display:block;
	float:left;
}
div#tabbed_chat ul.yui-nav li.selected a,div#tabbed_chat2 ul.yui-nav li.selected a
{
 	border-bottom:2px solid #FFFFFF;
	margin-bottom:-4px;
	position:relative;
	right:0px;
	line-height:22px;
	height:22px;
	color:#153a64;
}
div#tabbed_chat ul.yui-nav li a strong,div#tabbed_chat2 ul.yui-nav li a strong
{
	color:#0073cd;
	font-weight:normal;
}
div#tabbed_chat ul.yui-nav li.selected a span.menu_left, div#tabbed_chat ul.yui-nav li.selected a span.menu_right,div#tabbed_chat2 ul.yui-nav li.selected a span.menu_left, div#tabbed_chat2 ul.yui-nav li.selected a span.menu_right
{
	height:22px;
}
div#tabbed_chat ul.yui-nav li a span.menu_left, div#tabbed_chat ul.yui-nav li a span.menu_right, div#tabbed_chat2 ul.yui-nav li a span.menu_left, div#tabbed_chat2 ul.yui-nav li a span.menu_right
{
	width:9px;
	height:20px;
	display:block;
	position:absolute;
}
div#tabbed_chat ul.yui-nav li a span.menu_left,div#tabbed_chat2 ul.yui-nav li a span.menu_left
{
	background:url(../images/customer/tabbed/left.jpg) no-repeat left top;
	top:0;
	left:-1px;
}
div#tabbed_chat ul.yui-nav li a span.menu_right,div#tabbed_chat2 ul.yui-nav li a span.menu_right
{
	background:url(../images/customer/tabbed/right.jpg) no-repeat left top;
	right:-1px;
	top:0;
}
div.yui-content
{
	margin:5px 15px;
	font-size:10px;
	font-weight:bold;
	color:#092f62;
}
div.yui-content p
{
	padding:5px 0;
}

div.yui-content p.grey_text
{	
	color:#6d6e71;
	position:relative;
}
div.yui-content p.grey_text strong
{
	position:absolute;
	left:100px;
}
div.yui-content p.grey_text b
{
	position:absolute;
	left:180px;
}
div.yui-content ul.highlights
{
	border:1px solid #dddddd;
	padding:5px;
}
div.yui-content ul.highlights li
{
	color:#000000;
	background:url(../images/customer/layout/bullet.jpg) no-repeat left 4px;
	padding-left:10px;
	margin-bottom:5px;
}
div.yui-content p.view_thread
{
	border-bottom:1px solid #dddddd;
	padding:0;
}
div.yui-content p.view_thread a
{
	border:1px solid #dddddd;
	color:#000000;
	text-decoration:none;
	padding:0 2px;
}
div.yui-content p.view_thread a b
{
	color:#0073cd;
}
div.yui-content form
{
	
}
div.yui-content form p
{
	position:relative;
	padding-bottom:20px;
}
div.yui-content form p label
{
	font-size:11px;
	display:block;
}
div.yui-content form p textarea
{
	border:1px solid #dddddd;
	background-color:#f3f3f3;
	display:block;
	width:304px;
	height:100px;
	margin-top:5px;
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	/*position:absolute;*/
}
div.yui-content form p input
{
	position:absolute;
	right:0 !Important;
	right:15px;
	margin-top:5px;
}
/* Offline Chat Ends */


/* Current Support Tickets Starts */
ul#customer_modules li#li1_2 div.support_tickets
{
	margin:10px 15px;
}
ul#customer_modules li#li1_2 table
{
	width:100%;
}
ul#customer_modules li#li1_2 table th
{
	border-bottom:1px solid #dddddd;
	color:#153a64;
	font-size:10px;
	padding:2px;
}

ul#customer_modules li#li1_2 table td
{
	border-bottom:1px solid #dddddd;
	padding:2px;
}
ul#customer_modules li#li1_2 table td a
{
	color:#0033FF;
}

ul#customer_modules li#li1_2 table td.leftborder
{
	border-left:1px solid #dddddd;
}
ul#customer_modules li#li1_2 table td.leftborder a
{
	color:#333333;
	text-decoration:none;
}
ul#customer_modules li#li1_2 table td.rightborder
{
	border-right:1px solid #dddddd;
}

/* Current Support Tickets Ends */


/* News Starts */
ul#customer_modules li#li1_3 h2
{
	background:url(../images/customer/layout/news.jpg) no-repeat left top;
	padding-left:30px;
	border-bottom:1px solid #dddddd;
}
ul#customer_modules li#li1_3 ul
{
	padding:12px 15px;
	padding-bottom:0;
}
ul#customer_modules li#li1_3 ul li
{
	position:relative;
	color:#000000;
	background:url(../images/customer/layout/bullet.jpg) no-repeat left 4px;
	padding-left:10px;
	margin-bottom:5px;
}
/* News Ends */


/* Download Manager Starts */
ul#customer_modules li#li1_4
{
	width:692px !important;
	width:679px;
	clear:both;
	padding-bottom:10px;
	float:none;
	margin-left:2px !important;
	margin-left:4px;
}
ul#customer_modules li#li1_4 h2
{
	background:url(../images/customer/layout/download_manager.jpg) no-repeat left top;
	padding-left:30px;
	padding-top:5px;
}
div#left_download,div#right_download
{
	width:325px;
	border:1px solid #dddddd;
	height:152px;
	overflow-Y:scroll;
}
div#left_download
{
	float:left;
	margin-left:13px !important;
	margin-left:6px;
}
div#right_download
{
	float:right;
	margin-right:13px !Important;
	margin-right:0px;
}
div#right_download h3
{
	background:url(../images/customer/layout/zenon.jpg) no-repeat 5px top;
	padding-left:30px;
	font-size:14px;
	color:#092f62;
	border-bottom:1px solid #dddddd;
	margin-top:3px;
	line-height:25px;
	margin-bottom:-5px;
}
ul#customer_modules li#li1_4 ul
{
	padding:15px;
}
ul#customer_modules li#li1_4 ul li
{
	font-size:11px;
	padding:5px 0;
	padding-left:23px;
}
ul#customer_modules li#li1_4 ul li b
{
	display:block;
	/*position:relative;
	left:-15px;*/
	border-bottom:1px solid #092f62;
	color:#092f62;
}
ul#customer_modules li#li1_4 ul li a
{	
	color:#092f62;
	text-decoration:none;
}
ul#customer_modules li#li1_4 ul li a:hover
{
	color:#0073cd;
}

ul#customer_modules li#li1_4 ul li.worddoc
{
	background:url(../images/customer/layout/word_document.jpg) no-repeat left 3px;
}
ul#customer_modules li#li1_4 ul li.zipped
{
	background:url(../images/customer/layout/rar_file.jpg) no-repeat left 3px;
}
ul#customer_modules li#li1_4 ul li.file
{
	background:url(../images/customer/layout/file.jpg) no-repeat left 3px;
}
ul#customer_modules li#li1_4 ul li.pdf
{
	background:url(../images/customer/layout/pdf.jpg) no-repeat left 3px;
}

div#download_form
{
	padding-left:13px;
	float:left;
	margin-top:5px;
	width:100%;
}
div#download_form p
{
	
}
div#download_form p select
{
	width:259px;
	font-size:10px;
	padding:1px 0;
	margin-right:5px;
}
div#download_form p input
{
	position:relative;
	top:3px;
	cursor:pointer;
}
/* Download Manager Ends */

/* Application Lists Starts */
ul#customer_modules li#li1_5,ul#customer_modules li#li1_6
{
	width:343px;
}
ul#customer_modules li#li1_5 h2
{
	background:url(../images/customer/layout/application_lists.jpg) no-repeat left top;
	padding-left:40px;
	border-bottom:1px solid #dddddd;
	padding-top:10px;
	padding-bottom:3px;
}
ul#customer_modules li#li1_5 div.application_lists
{
	margin:10px 15px;
}
ul#customer_modules li#li1_5 table
{
	width:100%;
}
ul#customer_modules li#li1_5 table th
{
	border-bottom:1px solid #dddddd;
	color:#153a64;
	font-size:10px;
	padding:2px;
	width:50%;
}

ul#customer_modules li#li1_5 table td
{
	border-bottom:1px solid #dddddd;
	padding:2px;
}

ul#customer_modules li#li1_5 table td.leftborder
{
	border-left:1px solid #dddddd;
}
ul#customer_modules li#li1_5 table td.rightborder
{
	border-right:1px solid #dddddd;
}

/* Application Lists Ends */




/* Orders Starts */
ul#customer_modules li#li1_6 h2
{
	background:url(../images/customer/layout/orders.jpg) no-repeat left top;
	padding-left:40px;
	border-bottom:1px solid #dddddd;
	padding-top:10px;
	padding-bottom:3px;
}

ul#customer_modules li#li1_6 div.orders_table
{
	margin:10px 15px;
}
ul#customer_modules li#li1_6 table
{
	width:100%;
}
ul#customer_modules li#li1_6 table th
{
	border-bottom:1px solid #dddddd;
	color:#153a64;
	font-size:10px;
	padding:2px;
}

ul#customer_modules li#li1_6 table td
{
	border-bottom:1px solid #dddddd;
	padding:2px;
}

ul#customer_modules li#li1_6 table td.leftborder
{
	border-left:1px solid #dddddd;
}
ul#customer_modules li#li1_6 table td.rightborder
{
	border-right:1px solid #dddddd;
}
ul#customer_modules li#li1_6 div#tabbed_chat2
{
	border:1px solid #FFFFFF;
}

span.btn_create_ticket,span.btn_all_resolved_tickets
{
	/*padding:0px 0px 0px 85px !important;*/
	display:block;
	line-height:30px;
	padding-left:5px;
}	
span.btn_create_ticket a
{
	font-size:11px;
	border:1px solid #d3dfe3;
	background:url(../images/customer/layout/block_bg.jpg) repeat-x left top;
	padding:3px 5px;
	color:#083e5e !important;
	text-decoration:none;
	font-weight:bold;
}

span.btn_all_resolved_tickets
{
	/*padding:0px 0px 0px 163px !important;*/
	display:block;
}	
span.btn_all_resolved_tickets a
{
	font-size:11px;
	border:1px solid #d3dfe3;
	background:url(../images/customer/layout/block_bg.jpg) repeat-x left top;
	padding:3px 5px;
	color:#083e5e !important;
	text-decoration:none;
	font-weight:bold;
}

td.btn_create_ticket
{
	padding:8px 0 !important;
}	
td.btn_create_ticket a
{
	font-size:11px;
	border:1px solid #d3dfe3;
	background:url(../images/customer/layout/block_bg.jpg) repeat-x left top;
	padding:3px 5px;
	color:#083e5e !important;
	text-decoration:none;
	font-weight:bold;
}
input#resetOrder
{
	color:#083e5e;
	font-size:11px;
	border:1px solid #d3dfe3;
	background:url(../images/customer/layout/block_bg.jpg) repeat-x left top;
	padding:5px 2px;
	cursor:pointer;
	float:right;
	font-weight:bold;
}
/* Orders Ends */