/** document general options **/
body
{
	font: 9pt Helvetica, Arial, Tahoma, sans-serif;
	background: url(new_images/bg-body.gif) repeat-x #e8e8dd;
	margin: 0;
	padding: 0;
}
.MyPanel fieldset legend
{
	display: inline;
}
body, html
{
	/*height: 100%;*/
}

span.clearFix
{
	width: 100%;
	height: 0px;
	visibility: hidden;
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
	font-size: 0px;
}
.hidden
{
	display: none;
}

/** button stylings **/
div.inner-nav
{
	clear: both;
	margin: 10px 0;
}
div.inner-nav a, a.button
{
	display: inline-block;
	background: url(new_images/bg-buttons-left.gif) no-repeat;
	text-decoration: none;
	height: 21px;
	padding: 0 0 0 15px;
	color: #fff;
	font-weight: bold;
	font-size: 9pt;
}
div.inner-nav a:hover, a.button:hover
{
	color: #333;
}
div.inner-nav a span, a.button span
{
	display: block;
	background: url(new_images/bg-buttons-right.gif) no-repeat right;
	padding: 0 15px 0 0;
	line-height: 21px;
}
a.button
{
	margin: 0 10px;
	outline:none;
}

.align-left
{
	float: left;
}
.align-right
{
	float: right;
}

/** text colors assigned to elements in various areas **/
.yellow
{
	color: #e8e4a2;
}
.light-blue
{
	color: #a6b7c0;
}
.blue
{
	color: #508db8 !important;
}
.light-grey
{
	color: #d7d7d7;
}
.white
{
	color: #fff;
}


div#container
{
	width: 100%;
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0px 0px 100px 0px;
}
.push
{
	height: auto;
}

/** HEADER AND NAVIGATION **/
div#header
{
	padding-top: 5px;
	background: #ffffff;
}
/** logo, which is a typographical h1 element (you can edit this part if you want to replace with your logo graphic) **/
div#header h1
{
	font-size: 250%;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-weight: bold;
	float: left;
	width: auto; /** mac safari & firefox hack */
	margin: 0px; /**/
}
div#header h1 a
{
	color: #fff;
	text-decoration: none;
}
div#header h1 a:hover
{
	color: #ccc;
}

/** header userbox **/
p#userbox
{
	float: right;
	color: #0576bc;
	background: url(new_images/icon-greet-user.gif) no-repeat 0px 5px;
	padding: 0px;
	margin: 0px;
	min-width: 290px;
}
p#userbox a
{
	color: #303030;
	text-decoration: none;
	font-weight: bold;
	text-decoration: underline;
}
p#userbox a:hover
{
	color: #303030;
	text-decoration: none;
}
p#userbox strong
{
	float: left;
	padding: 0px 5px;
	border-left: 1px solid #ccc;
}
p#userbox strong:first-child{ border: none;}
p#userbox small
{
	display: block;
	margin-top: 5px;
	color: #8d9599;
	font-size: 0.9em;
}

div#top
{
	margin-bottom: 5px;
	margin-left: 10px;
}

/** menu **/
ul#menu
{
	width: 600px;
	float: left;
}
ul#menu li
{
	float: left;
	height: 40px;
	position: relative;
}
ul#menu li a
{
	color: #e0e0e0;
	text-decoration: none;
	padding: 13px 15px 7px 15px;
	height: 20px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	background: url(new_images/bg-topnav-mask.gif) no-repeat 0 0;
	position: relative;
}
ul#menu li a:hover
{
	color: #508db8;
	background: #fff;
	background: url(new_images/bg-topnav-mask.gif) no-repeat top right;
}

ul#menu li a.top-level
{
	position: relative;
	padding-right: 25px;
}
ul#menu li a.top-level span
{
	background: url(new_images/bg-toplevel.gif) no-repeat 0px 2px;
	width: 11px;
	height: 8px;
	display: block;
	position: absolute;
	right: 10px;
	top: 13px;
}
ul#menu li a.top-level:hover span, .blue span
{
	background-image: url(new_images/bg-toplevel-hover.png) !important;
}

ul#menu li ul
{
	position: absolute;
	top: 40px;
	min-width: 200px !important;
	left: 0px;
	z-index: 999;
	background: #fff;
	visibility: hidden;
	display: none;
	padding-bottom: 10px;
	border: 2px solid #ccc;
	border-left: none;
	border-top: none;
	border-right-width: 1px;
	padding-top: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}
ul#menu li ul li
{
	float: none;
	height: auto;
	border-bottom: 1px dotted #d6d8d9;
}
ul#menu li ul li:hover
{
	background: url(new_images/bg-submenu-hover.gif) no-repeat;
}
ul#menu li ul li a
{
	background-position: 10px 10px;
	padding: 6px 3px 6px 20px;
	display: block !important;
	color: #5c6467;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
	height: auto;
	background-color: none !important;
	font-weight: normal;
	background-image: url(  'new_images/link-arrow-regular.gif' ) !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
}
ul#menu li ul li a:hover
{
	color: #fff;
	background-image: url(new_images/submenuhover.gif) !important;
}

ul.sub-level#menu li ul li a
{
	background-position: 10px 10px;
	padding: 6px 3px 6px 20px;
	display: block !important;
	color: #5c6467;
	text-decoration: none;
	text-align: left;
	text-transform: capitalize;
	height: 200px;
	background-color: none !important;
	font-weight: normal;
	background-image: url(  'new_images/link-arrow-regular.gif' ) !important;
	background-repeat: no-repeat !important;
	background-attachment: scroll !important;
}
ul.sub-level#menu li ul li a:hover
{
	color: #fff;
	background-image: url(new_images/submenuhover.gif) !important;
}


ul#menu li.selected a
{
	background: #6c7275;
	color: #fff;
}

/** search form **/
div#header form
{
	float: right;
	width: 246px;
	margin-top: 9px;
}
div#header form fieldset legend
{
	display: none;
}
div#header form fieldset label#searchbox
{
	display: block;
	background: url(new_images/bg-search.gif) no-repeat;
	height: 21px;
	width: 246px;
}
div#header form fieldset label#searchbox input
{
	background: none;
	border: none;
	outline: none;
	padding: 4px 0 0 23px;
	color: #666;
	font-size: 0.9em;
}
/** END OF HEADER **/

/** CONTENT **/
div#content
{
	padding-top: 25px;
}

/** main heading of the page **/
div#content-top
{
	border-bottom: 1px solid #bcbcb7;
	padding-bottom: 1px;
	margin-bottom: 1px;
	margin-top: 1px;
	width: 100%;
	float: left;
}
div#content-top h2
{
	font-size: 18px;
	font-weight: bold;
	color: #373d40;
	margin-left: 5px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
}
div#content-top a#topLink
{
	float: right;
	background: url(new_images/icon-blue-arrow.gif) no-repeat;
	display: inline-block;
	padding-left: 23px;
	text-decoration: none;
	font-weight: bold;
	color: #508db8;
	height: 16px;
	margin-top: 10px;
	margin-right: 12px;
}
div#content-top a#topLink:hover
{
	color: #333;
}


/** box general settings **/
div.box
{
	margin-bottom: 0px;
	width: 100%;
	float: left;
}
div.box-container
{
	background-color: #fff;
	padding:2px 10px 10px 10px;
}
div.box-container h5
{
	color: #333;
	padding-left: 20px;
	border-bottom: 1px solid #d7d9d9;
	font-weight: bold;
	padding-bottom: 7px;
	margin-bottom: 1px;
	padding-top: 1px;
}
div.box-container h5 span
{
	font-weight: normal;
	font-size: 0.9em;
}

div.box h4
{
	background: #3a4043;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px;
}

/** columns **/
div#left-col, div#mid-col
{
	float: left;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
}
div#mid-col
{
	width: 100%;
	float: left;
	background:#fff;
	padding: 0px 0px 10px 0px;
}
div#right-col
{
	margin-right: 0px;
	float: right;
}
div#left-col, div#right-col
{
	width: 223px;
}
div.full-col
{
	width: 740px !important;
	margin-right: 0px !important;
}

/** list links **/
ul.list-links, div#to-do-list ul
{
	width: 223px;
	margin-left: -10px;
	margin-top: -5px;
}
ul.list-links li
{
	border-bottom: 1px dotted #d6d8d9;
}
ul.list-links li a
{
	padding: 8px 3px 6px 20px;
	display: block;
	background: url(new_images/link-arrow-regular.gif) no-repeat 10px 10px #fff;
	color: #5c6467;
	text-decoration: none;
}
ul.list-links li a:hover, ul.list-links li.selected a:hover
{
	background: url(new_images/link-arrow-hover.gif) no-repeat 10px 10px #fafae9;
	color: #000;
}
ul.list-links li ul
{
	background: #fcfbf2 !important;
	padding-left: 10px;
	padding-top: 10px;
	width: 213px;
	font-size: 0.9em;
}
ul.list-links li ul li
{
	border-bottom: none;
}
ul.list-links li ul li a
{
	background: none;
	padding: 5px 3px 5px 20px !important;
}
ul.list-links li ul li a:hover
{
	background-color: #fcfbf2;
	background-position: 8px 10px;
}
ul.list-links li a.ui-state-active
{
	font-weight: bold;
}


/** system messages **/
div#sys-messages-container h5
{
	background: url(new_images/icon-messages.gif) no-repeat;
}
div#quick-send-message-container h5
{
	background: url(new_images/icon-quick-send-message.gif) no-repeat;
}

div#sys-messages-container ul
{
	margin-bottom: 20px;
}
div#sys-messages-container ul li
{
	font-size: 0.8em;
	padding: 8px;
	position: relative;
}
div#sys-messages-container ul li a.sysmessage-delete
{
	position: absolute;
	right: 8px;
	top: 7px;
}
div#sys-messages-container ul li a:hover
{
	text-decoration: none;
}

div#sys-messages-container ul li.even-messages
{
	background: #f3f6f7;
}
div#sys-messages-container ul li.even-messages a
{
	color: #314d5b;
}

div#sys-messages-container ul li.odd-messages
{
	background: #ebf0f3;
}
div#sys-messages-container ul li.odd-messages a
{
	color: #1f2f35;
}

/** quick send message **/
div#quick-send-message-container form
{
	background: #f2f2f2;
	padding: 8px;
	font-size: 0.9em;
	color: #333;
	margin-bottom: 5px;
}
div#quick-send-message-container form fieldset p
{
	margin-bottom: 6px !important;
}
div#quick-send-message-container form p:first-child
{
	margin-top: 0px;
}
div#quick-send-message-container form p label
{
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
}

div#quick-send-message-container form input#message-title, div#quick-send-message-container form textarea
{
	padding: 5px;
	font-size: 0.9em;
	border: 1px solid #ccc;
	width: 175px;
	font-family: Helvetica, Arial, sans-serif;
}

/** to-dos **/
ul.tab-menu
{
	border-bottom: 2px solid #3a4043;
	height: 27px;
}
ul.tab-menu li
{
	float: left;
	margin-right: 5px;
}
ul.tab-menu li.tabs-selected a
{
	background: #3a4043;
	color: #c4a93d;
	font-weight: bold;
}
ul.tab-menu li a
{
	display: inline-block;
	background: #737d81;
	color: #ccc;
	font-weight: normal;
	padding: 6px 10px;
	text-transform: uppercase;
	text-decoration: none;
}
.tabs-hide
{
	display: none;
}

div#to-do-list ul
{
	margin-top: -10px;
}
div#to-do-list ul li
{
	border-bottom: 1px solid #eeeddb;
	padding: 8px 10px;
}
div#to-do-list ul li.even
{
	background: #f5f4eb;
}
div#to-do-list ul li.odd
{
	background: #fbfbf7;
}
div#to-do-list ul li a
{
	font-weight: bold;
	color: #ae9a62;
}
div#to-do-list ul li a:hover
{
	color: #666;
	text-decoration: none;
}
div#to-do-list ul li small
{
	display: block;
	padding: 5px 0 0 24px;
	font-size: 0.9em;
	color: #999;
}

/** forms **/
form.middle-forms
{
	padding: 5px;
	color: #3a4043;
}
form.middle-forms p
{
	margin: 10px 0;
}
form.middle-forms h3
{
	color: #1d8895;
	font-weight: bold;
	font-size: 150%;
	margin-bottom: 10px;
}

form.middle-forms fieldset
{
	padding-top: 10px;
}
form.middle-forms fieldset ol li
{
	padding: 15px;
}
form.middle-forms fieldset ol li.even
{
	background: #f3f3f3;
}

form.middle-forms fieldset ol li input /*,form.middle-forms fieldset ol li textarea*/ /*,form.middle-forms fieldset ol li textarea*/
{
	padding: 5px;
	border: 1px solid #dedede;
	background: url(new_images/bg-textbox.gif) repeat-x #fff;
}
form.middle-forms fieldset ol li input[type="radio"], form.middle-forms fieldset ol li input[type="checkbox"]
{
	border: none;
	background: none;
}
input.txtbox-short
{
	width: 122px;
}
input.txtbox-middle
{
	width: 190px;
}
input.txtbox-long, form.middle-forms fieldset ol li textarea
{
	width: 305px;
}

form.middle-forms fieldset ol li label
{
	float: left;
	margin-right: 15px;
	display: block;
}
form.middle-forms fieldset ol li label.field-title
{
	font-weight: bold;
	width: 100px;
	padding-top: 3px;
}


span.form-confirm-inline, span.form-error-inline
{
	display: inline-block;
	padding-left: 20px;
	margin-left: 10px;
	height: 16px;
}
span.form-confirm-inline
{
	color: #72a101;
	background: url(new_images/icon-confirm.gif) no-repeat;
}
span.form-error-inline
{
	color: #a10101;
	background: url(new_images/icon-error.gif) no-repeat;
}

a.heading-link
{
	color: #cae6ed;
	text-transform: capitalize;
	font-size: 0.9em;
	font-weight: normal;
	display: inline-block;
	padding-left: 15px;
	text-decoration: none;
}
a.heading-link:hover
{
	color: #fff;
}

/* tables */
table.table-short
{
	width: 500px;
	margin: -5px 0 0 -5px;
	border-collapse: collapse;
}
table.table-long
{
	width: 740px;
	margin-left: -10px;
}
table.table-short td, table.table-long td
{
	border-top: 1px solid #dfdfdf;
	font-size: 0.9em;
	padding: 10px 0;
	margin: 0;
	color: #666;
}
table.table-short thead td, table.table-long thead td
{
	font-weight: bold;
}
table.table-short thead td, table.table-short tfoot td, table.table-long thead td, table.table-long tfoot td
{
	border: none;
}
table.table-short td:first-child, table.table-long td:first-child
{
	text-align: left;
	padding: 0 0 0 10px;
}
table.table-short tfoot, table.table-long tfoot
{
	border-top: 1px solid #ccc;
}

table.table-short tr.odd, table.table-long tr.odd
{
	background: url(new_images/bg_tableRow.gif) repeat-x 0px 1px;
}

td.col-chk
{
	width: 40px;
}
td.col-first
{
	font-weight: bold;
	width: 200px;
}
td.col-second a
{
	color: #508db8;
	font-weight: bold;
}
td.col-second a:hover
{
	text-decoration: none;
	color: #333;
}

td.row-nav
{
	width: 110px;
}
a.table-edit-link, a.table-delete-link
{
	color: #666;
	text-decoration: none;
	display: inline-block;
	margin-right: 10px;
	padding-left: 20px;
	height: 16px;
	text-align: right;
}
a.table-edit-link:hover, a.table-delete-link:hover
{
	color: #000;
}
a.table-delete-link
{
	margin-right: 0px !important;
	background: url(new_images/icon-delete.gif) no-repeat;
}
a.table-edit-link
{
	background: url(new_images/icon-edit.gif) no-repeat;
}

/** CALENDAR & DATE **/
div#date-container
{
	background-color: #f3f6f7;
	margin: -10px -10px 15px -10px;
	padding: 10px;
}
div#date-container img
{
	float: left;
	margin-right: 10px;
}
div#date-container span.hour, div#date-container span.date
{
	display: block;
	float: left;
}
div#date-container span.hour
{
	font-size: 220%;
	font-weight: bold;
	color: #d8a416;
	padding-top: 2px;
	margin-right: 10px;
}
div#date-container span.date
{
	color: #666;
	font-size: 0.8em;
	padding-top: 4px;
}

div#calendar-container
{
	width: 100%;
}
div#calendar-container h5
{
	background-image: url(new_images/icon-calendar.gif);
	background-repeat: no-repeat;
	display: block;
}
div#calendar-container div.ui-datepicker-header
{
	background: #a1b1b3;
	padding: 10px;
	text-align: center;
	position: relative;
	color: #fff;
	font-weight: bold;
	margin-bottom: 1px;
}
span.ui-icon
{
	position: absolute;
	top: 10px;
	cursor: pointer;
}
.ui-icon-circle-triangle-e
{
	right: 10px;
}
.ui-icon-circle-triangle-w
{
	left: 10px;
}
a.ui-state-highlight
{
	background: #fff;
	color: #ac0000;
	font-weight: bold;
}
a.ui-datepicker-next-hover span, a.ui-datepicker-prev-hover span
{
	color: #000 !important;
}

table.ui-datepicker-calendar
{
	width: 203px;
	padding: 5px;
	background: #f2f2f2;
	font-size: 0.9em;
}
table.ui-datepicker-calendar th, table.ui-datepicker-calendar td
{
	text-align: center;
	font-weight: bold;
	padding: 2px;
}
table.ui-datepicker-calendar a
{
	text-decoration: none;
	display: block;
	text-align: center;
	color: #666;
	padding: 3px;
	border: 1px solid #f2f2f2;
}
table.ui-datepicker-calendar a:hover
{
	border: 1px solid #ccc;
}
table.ui-datepicker-calendar a.ui-state-active
{
	color: #ac0000 !important;
	border: 1px solid #ccc;
	background: #fff;
}
td.ui-datepicker-week-end a
{
	color: #999;
}

/** QUICK VISUAL LINKS **/
ul#quick-visual-links
{
	width: 100%;
}
ul#quick-visual-links li
{
	float: left;
}
ul#quick-visual-links li a
{
	width: 62px;
	text-align: center;
	margin: 0 3px 5px 0;
	font-size: 0.9em;
	border: 1px solid #ccc;
	display: block;
	padding: 5px 0;
	text-decoration: none;
	color: #444;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
ul#quick-visual-links li img
{
	margin-bottom: 3px;
}
ul#quick-visual-links li a:hover
{
	color: #000;
	border-color: #999;
	background: #f3f6f7;
}

/** FOOTER **/
div#footer-wrap
{
	/*background:url(new_images/bg-footer.gif) repeat-x;*/
	height: 33px; /*position: absolute;*/
	background: #9a9a9a;
	float: left;
	width: 100%;
	bottom: 0px;
	position: fixed;
}
div#footer
{
	width: 99%;
	margin: 0 auto;
	padding: 10px;
}

div#footer-top
{
	color: #f2f2f2;
	text-align: center;
}
div#footer-top h4
{
	color: #fff;
	text-transform: uppercase;
	margin: 5px 0;
	font-size: 120%;
	font-weight: bold;
}
div#footer-top a
{
	color: #adc3d3;
	font-weight: bold;
	font-size: 0.9em;
	text-decoration: none;
}
div#footer-top a:hover
{
	color: #fff;
}

div#footer-top h2
{
	font-size: 160%;
	text-transform: uppercase;
	padding-right: 10px;
	font-weight: bold;
	margin: 8px;
}
div#footer-top h2 a
{
	color: #fff;
}
div#footer-top h2 a:hover
{
	color: #c7cdcf;
}

div#footer-bottom
{
	margin-top: 25px;
}
div#footer-bottom p
{
	color: #717272;
	font-size: 0.9em;
}
div#footer-bottom p a
{
	color: #ccc;
	text-decoration: none;
}

h2.dashboard-heading
{
	background: none repeat scroll 0 0 #003055;
	border: 1px solid #c1c1c1;
	border-radius: 10px 10px 0 0;
	color: #FFFFFF !important;
	font-family: Tahoma;
	font-size: 14px !important;
	font-weight: normal !important;
	padding: 5px;
	margin: 0px;
	text-align: center;
}

input, select, textarea
{
	background: none repeat scroll 0 0 #F8F8F8;
	border: 1px solid #DEDEDE;
	color: #000000;
	font-size: 12px;
	margin: 3px;
	padding: 4px;
	outline: none;
}
input.new-edit-button
{
	background: none;
	margin: 0px;
	padding: 0px;
}

.dashboard
{
	position: fixed;
}
.box-container legend
{
	background: none repeat scroll 0 0 #FFFFFF;
	color: #0085CC;
	font-size: 120%;
	font-weight: bold;
}
.exportexcel
{
	background:url(../images/exporttoexcel.png) no-repeat;
	height: 24px; width: 24px; float: right; border: none; cursor: pointer;
}
.left-btn
{
	float :left ;
}
.export_Pdf
{
	background:url(../images/pdf-icon.png) no-repeat;
    height: 100%; width: 100%;
	 float: right; border: none; cursor: pointer;
}
.top-bar{ float: left; width: 100%;}
a.add{ color: #fff !important;text-decoration: none !important;}
a.add:hover{font-size: 12px;}
.msg{color:Red; font-size: 13px; font-weight: bold;}