/* Generic tab background */
ul.tabs{
	height: 30px;
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
	background: #AAA url(../images/v1/tab_background.png) top left no-repeat;
}
ul.tabs li{
	width: 120px;
	height: 30px;
	cursor: pointer;
	margin: 0px 10px;
	float: left;
	overflow: hidden;
}
ul.tabs li.selected{
	background: #666 url(../images/v1/tab_selected.png) top left no-repeat;
	color: #DDD;
}
ul.tabs li span{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 5px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

#app_summary{
	font-weight: bold;
	height: 20px;
	color: #DDD;
}

/* The three colored tabs */
ul.app_tabs{
	height: 40px;
	margin: 5px 0px;
	padding: 0px;
	list-style: none;
}
ul.app_tabs li{
/*	cursor: pointer;*/
	float: left; /* Making the links horizontal aligned */
	overflow: hidden;
}
ul.app_tabs li span{
	display: none;
}
ul.app_tabs li a{
	display: block;
	width: 100%;
	height: 100%;
}
ul.app_tabs li.projectlink{
	width: 136px;
	height: 40px;
	background: #0095D7 url(../images/v2/app_projectlink.png) no-repeat top left;
	margin: 0px 3px 0px 0px;
}
ul.app_tabs li.projectlink_selected, ul.app_tabs li.projectlink:hover{
	background: #0095D7 url(../images/v2/app_projectlink_selected.png) no-repeat top left;
}

ul.app_tabs li.orderlink{
	width: 115px;
	height: 40px;
	background: #A40AE4 url(../images/v2/app_orderlink.png) no-repeat top left;
	margin: 0px 3px 0px 0px;
}
ul.app_tabs li.orderlink_selected, ul.app_tabs li.orderlink:hover{
	background: #A40AE4 url(../images/v2/app_orderlink_selected.png) no-repeat top left;
}

ul.app_tabs li.invoicelink{
	width: 118px;
	height: 40px;
	background: #00D11A url(../images/v2/app_invoicelink.png) no-repeat top left;
	margin: 0px 3px 0px 0px;
}
ul.app_tabs li.invoicelink_selected, ul.app_tabs li.invoicelink:hover{
	background: #00D11A url(../images/v2/app_invoicelink_selected.png) no-repeat top left;
}

ul.app_tabs li.doclink{
	width: 102px;
	height: 40px;
	background: #F79100 url(../images/v2/app_doclink_lite.png) no-repeat top left;
}
ul.app_tabs li.doclink_selected, ul.app_tabs li.doclink:hover{
	background: #F79100 url(../images/v2/app_doclink_lite_selected.png) no-repeat top left;
}

ul.app_tabs li.inbox{
	width: 161px;
	height: 50px;
	margin-right: 4px;
	background: url(../images/dashboard/inbox.gif) no-repeat top left;
}
ul.app_tabs li.inboxselected, ul.app_tabs li.inbox:hover{
	background: url(../images/dashboard/inbox_selected.gif) no-repeat top left;
}

ul.app_tabs li.sent{
	width: 155px;
	height: 50px;
	margin-right: 4px;
	background: url(../images/dashboard/sent.gif) no-repeat top left;
}
ul.app_tabs li.sentselected, ul.app_tabs li.sent:hover{
	background: url(../images/dashboard/sent_selected.gif) no-repeat top left;
}

ul.app_tabs li.project{
	width: 160px;
	height: 50px;
	background: url(../images/dashboard/project.gif) no-repeat top left;
}
ul.app_tabs li.projectselected, ul.app_tabs li.project:hover{
	background: url(../images/dashboard/project_selected.gif) no-repeat top left;
}


/* */

/* Make all of the lists under the input_list class have no marker */
ul.input_list, ul.input_list ul{
	list-style-type: none;
}
ul.input_list li{
	margin: 3px 0px 3px 0px;
}

ul.input_list blockquote{
	padding: 10px;
	font-style: italic;
	font-family: courier, monaco;
}
/* put the marker back for lists in the task description */
ul.input_list blockquote ul{
	list-style-type: disc;
}
ul.input_list blockquote ul, ul.input_list blockquote ol{
	margin-left: 10px;
	padding-left: 10px;
}

.blue ul.input_list blockquote{
	border: 1px dashed #0095D7;
	background-color: #B3E3F8;
}
.purple ul.input_list blockquote{
	border: 1px dashed #9D01E0;
	background-color: #9D01E0;
}
.green ul.input_list blockquote{
	border: 1px dashed #00D11A;
	background-color: #B3FBBD;
}
.orange ul.input_list blockquote{
	border: 1px dashed #F79100;
	background-color: #FBE2B3;
}


/* The application panels */
.panel{
	font-size: 11px;
}
.panel form, .panel .container{
	padding: 10px;
}
.panel.left{
	width: 480px;
}
.panel.right{
	width: 315px;
	float: right;
}
.panel .panel{ /* panels inside of panels should be 100% wide */
	width: 100%;
}
.panel .ft{
	font-size: 0px; /* IE Hack */
	height: 6px;
}

/* Application panels */
.panel.left.blue{
	background: #0095d7 url(../images/v1/left_blue_panel_bg.png) no-repeat top left;
}
.panel.left.blue .ft{
	background: #0095d7 url(../images/v1/left_blue_panel_bg_ft.png) no-repeat top left;
}
.panel.left.purple{
	background: #9D01E0 url(../images/v2/left_purple_panel_bg.png) no-repeat top left;
}
.panel.left.purple .ft{
	background: #9D01E0 url(../images/v2/left_purple_panel_bg_ft.png) no-repeat top left;
}
.panel.left.green{
	background: #00D11A url(../images/v1/left_green_panel_bg.png) no-repeat top left;
}
.panel.left.green .ft{
	background: #00D11A url(../images/v1/left_green_panel_bg_ft.png) no-repeat top left;
}
.panel.left.orange{
	background: #DA8A00 url(../images/v1/left_orange_panel_bg.png) no-repeat top left;
}
.panel.left.orange .ft{
	background: #DA8A00 url(../images/v1/left_orange_panel_bg_ft.png) no-repeat top left;
}

/* Confirmation Panels */
.panel.full.gray{
	background: #BBB url(../images/v1/full_gray_panel_bg.png) no-repeat top left;
}
.panel.full.gray .ft{
	background: #BBB url(../images/v1/full_gray_panel_bg_ft.png) no-repeat top left;
}
.panel.full.blue{
	background: #0095d7 url(../images/v1/full_blue_panel_bg.png) no-repeat top left;
}
.panel.full.blue .ft{
	background: #0095d7 url(../images/v1/full_blue_panel_bg_ft.png) no-repeat top left;
}
.panel.full.purple{
	background: #9D01E0 url(../images/v2/full_purple_panel_bg.png) no-repeat top left;
}
.panel.full.purple .ft{
	background: #9D01E0 url(../images/v2/full_purple_panel_bg_ft.png) no-repeat top left;
}
.panel.full.green{
	background: #00D11A url(../images/v1/full_green_panel_bg.png) no-repeat top left;
}
.panel.full.green .ft{
	background: #00D11A url(../images/v1/full_green_panel_bg_ft.png) no-repeat top left;
}
.panel.full.orange{
	background: #DA8A00 url(../images/v1/full_orange_panel_bg.png) no-repeat top left;
}
.panel.full.orange .ft{
	background: #DA8A00 url(../images/v1/full_orange_panel_bg_ft.png) no-repeat top left;
}

/* Elements inside the application panels that are color specific */
/* Slide out element */
.panel .slide_out .hd{
	font-size: 0px;
	height: 5px;
}
.panel .slide_out .bd{
	height: 40px;
	padding-left: 8px;
	color: #FFF;
}
#new_project_bd{
	height: 171px;
	background: url(/images/v1/blue_project_bg.gif) no-repeat bottom left;
	padding: 1px 0px 0px 8px;
	color: #FFF;
}
.panel.blue .slide_out .hd{
	background: url(/images/v1/blue_password_shadow.gif) no-repeat top left;
}
.panel.blue .slide_out .bd{
	background: url(/images/v1/blue_password_bg.gif) no-repeat top left;
}
.panel.purple .slide_out .hd{
	background: url(/images/v1/purple_password_shadow.gif) no-repeat top left;
}
.panel.purple .slide_out .bd{
	background: url(/images/v1/purple_password_bg.gif) no-repeat top left;
}
.panel.green .slide_out .hd{
	background: url(/images/v1/green_password_shadow.gif) no-repeat top left;
}
.panel.green .slide_out .bd{
	background: url(/images/v1/green_password_bg.gif) no-repeat top left;
}
.panel.orange .slide_out .hd{
	background: url(/images/v1/orange_password_shadow.gif) no-repeat top left;
}
.panel.orange .slide_out .bd{
	background: url(/images/v1/orange_password_bg.gif) no-repeat top left;
}


/* The instruction panel */
#right_panel{
	font-size: 12px;
/*	margin-left: 5px;*/
	height: 100%;
	background: #C1C1C1 url(../images/v1/right_gray_panel_bg.png) no-repeat top left;
}
#right_panel .container{
	padding: 8px;
}
#right_panel_ft{
	font-size: 0px; /* IE Hack */
/*	margin-left: 5px;*/
	height: 6px;
	background: #C1C1C1 url(../images/v1/right_gray_panel_bg_ft.png) no-repeat top left;
}
#overview ul{
	padding: 0px 5px 0px 15px;
	list-style-image: url(../images/v1/gray_li_marker.png);
}


/* Tool Tips */
.tool-tip {
	float: right;
	width: 150px;
	height: 250px;
	color: #fff;
	z-index: 13000;
}
 
.tool-title {
	height: 10px;
	margin: 0;
	background: url(../images/v1/bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(../images/v1/bubble.png) bottom right;
}
.tool-text h1{
	font-weight: bold;
	font-size: 11px;
}
.blue .tool-text h1{
	color: #0095d7;
}
.purple .tool-text h1{
	color: #9D01E0;
}
.green .tool-text h1{
	color: #00D11A;
}
.orange .tool-text h1{
	color: #DA8A00;
}



/* Uploader */
.upload_queue{
	list-style: none;
}
.upload_queue li{
	width: 280px;
	margin: 0px;
	background: url(../images/uploader/photo_upload.png) no-repeat 0 0px;
	padding: 2px 0 2px 22px;
}

.upload_queue .queue-file{
	font-weight: bold;
}

.upload_queue .queue-size{
	color: #555;
	margin-left: 1em;
	font-size: 0.9em;
}

.upload_queue .queue-loader{
	position: relative;
	margin: 3px 15px;
	font-size: 0.9em;
	background-color: #DDD;
	color: #000;
	border: 1px inset #DDD;
}
.upload_queue .queue-subloader{
	text-align: center;
	position: absolute;
	height: 100%;
	width: 0%;
	left: 0;
	top: 0;
}

.blue .upload_queue .queue-subloader{
	background-color: #0095d7;
}
.purple .upload_queue .queue-subloader{
	background-color: #9D01E0;
}
.green .upload_queue .queue-subloader{
	background-color: #00D11A;
}
.orange .upload_queue .queue-subloader{
	background-color: #DA8A00;
}

.upload_queue .input-delete{
	width: 16px;
	height: 16px;
	background: url(../images/uploader/delete.png) no-repeat 0 0;
	text-decoration: none;
	border: none;
	float: right;
}

/* Autocompleter */
ul.autocompleter-choices{
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #EEE;
	color: #111;
	text-align: left;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	z-index: 50;
}

ul.autocompleter-choices li{
	position: relative;
	cursor: pointer;
	font-weight: normal;
	padding: 1px;
	font-size: 10px;
}

ul.autocompleter-choices li.autocompleter-selected{
	background-color: #444;
	color: #FFF;
}

ul.autocompleter-choices span.autocompleter-queried{
	font-weight: bold;
}

.blue .autocompleter-queried{
	color: #0095d7;
}
.purple .autocompleter-queried{
	color: #9D01E0;
}
.green .autocompleter-queried{
	color: #00D11A;
}
.orange .autocompleter-queried{
	color: #DA8A00;
}

/* Keep the drop down from being too wide */
#project_id{
	max-width: 150px;
}
