@import url("calendar.css");
@import url("jquery.jgrowl.css");

/* --- Master Layout Styles --- */

body {
	margin: 0;
	padding: 0;
	color: #000;
	text-align: center;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 12px;
}

#container {
	width: 964px;
	margin: 0 auto;	
}

/* Header Area
--------------------------------------------------- */ 

#header {
	float:left;
    width:100%;
    line-height:normal;
    text-align: left;
    z-index: 200;
}

#headinner {
	width: 892px;
	margin: 0 auto;
	padding: 0 0 0 72px;
	position: relative;
	z-index: 200;
}

#IMG_ProductLogo {
	margin: 5px 0 25px 0;
}

#IMG_ProductLogo_Login {
	margin: 35px 0 25px 0;
}

#IMG_CompanyLogo {
	position: absolute;
	top: 0;
	right: 10px;
}

/* Login Details Area
--------------------------------------------------- */

#FRM_Login #title {
	margin-left: 0;	
	width: 964px;
}

#FRM_Login #headinner {
	padding-left: 0;
	width: 964px;	
}

#title div#login-details, #title-login #login-logo {
	float: right;
	width: 280px;
	text-align: right;
	position: relative;
}

#login-details p {
	margin: 40px 0 10px 0;
	padding: 0;
}

#login-details img {
	position: absolute;
	bottom: 12px;
	left: 0;
}

#title #login-details a:link, #title #login-details a:visited {
	margin-left: 10px;
	font-weight: bold;
}

/* Main Content Area
--------------------------------------------------- */

#IFRAM_Page {
	float: right;
	width: 892px;
}

#content {
	text-align: left;
	padding: 0;
}

#content p {
	margin: 20px 0;	
}

#title h1, #title-login h1 {
	float: left;
	margin: 60px 0px 6px 0px;
	padding: 0;
	font-size: 200%;
}

#title, #title-login {
	width: 892px;
	margin-left: 72px;
	margin-bottom: 27px;
	padding: 0;
}

.clearboth {
	clear: both;
}

#maincol {
	float: left;
	width: 650px; /*664*/
	line-height: 1.4em;
	margin-bottom: 20px;
}

#subcol {
	float: right;
	width: 220px; /*208*/
	line-height: 1.4em;
}

#singlecol {
	line-height: 1.4em;
	clear: both;
}

#footer {
	padding: 20px 0;
	text-align: center;
	clear: both;
}

h2 {
	font-size: 130%;
	padding: 0;
	margin: 1.5em 0 0.8em 0;
	clear: both;
}

h2.imgfloat {
	float: left;
	width: 350px;	
}

.legend {
	float: right;
	width: 	402px;
}

h2.firstH2 {
	margin-top: 0;	
}

.loader {
	background: url(../../images/default/ajax-loader.gif) left center no-repeat;
	padding: 0 0 0 20px;
	margin-left: 10px;
	font-weight: bold;
	color: #8d8d8d;
}

/* Home Page Styles
--------------------------------------------------- */

/*.boxwrapper {
	margin-bottom: 20px;
}*/

.leftbox {
	float: left;
	width: 436px;
	margin-bottom: 20px;
}

.leftbox h3 {
	background: url(../../images/default/user-icon.png) no-repeat 12px center;
	margin: 0;
	padding: 7px 8px 12px 35px;
	font-size: 110%;
	color: #FFF;
}

.rightbox {
	width: 436px;	
	float: right;
	margin-bottom: 20px;
}

.rightbox h3 {
	background: url(../../images/default/customise-icon.png) no-repeat 12px center;
	margin: 0;
	padding: 7px 8px 12px 35px;
	font-size: 110%;
	color: #FFF;
}

.rightbox table td {
	padding: 6px 13px;
}

.leftbox table td, .leftbox table th {
	padding: 5px 13px;
}

.leftbox table, .rightbox table {
	margin: 0;
	padding: 0;
}

.leftbox div, .rightbox div {
	padding: 10px 10px 10px 10px;	
}

/*
.widgetbox
{
	width: 460px;
	height:300px;
	margin-bottom: 20px;
	background-color: #dcdcdc;
}

.widgetbox h3 {
	margin: 0;
	padding: 7px 0px 12px 35px;
	font-size: 110%;
	color: #FFF;
}

.handleImage
{
	width: 16px;
	height:16px;
	overflow:hidden;
	cursor:se-resize;
	background-image: url(../../images/default/testing.png) ;
}*/


/* Right Column Box in subcol
--------------------------------------------------- */

.box {
	width: 206px;
	padding-bottom: 6px;
	border: 1px solid #d0d0d0;
}

.box h3 {
	margin: 0;
	padding: 6px 8px 6px 6px;
	font-size: 100%;
}

.box .boxinner {
	padding: 0;
	margin: 0 3px 6px 3px;
	height: 360px;
	width: 202px;
	overflow: auto;
}

.box .boxinnershort {
	padding: 0;
	margin: 0 3px 6px 3px;
	height: 250px;
	width: 202px;
	overflow: auto;
}

.box table td {
	font-weight: normal;
}

.box table th, .box table td 
{
	padding-left: 5px;
	vertical-align: top;
	font-size: 90%;
}

/* Table Box - div inside main content area
--------------------------------------------------- */

.tablebox {
	margin: 1em 0;
}

.tablebox table {
	margin: 0;
	padding: 6px 8px 6px 10px;
}

.tabcontent .tablebox {
	background-color: #FFF;
	background-image: none;	
}

.tabcontent .tablebox table {
	background-image: none;	
}

/* Form Styles
--------------------------------------------------- */
/*Small Textbox */
.textboxsmall {
	width: 50px;
	border: 1px solid #a4a4a4;
	padding: 2px;
}

/* Normal Textbox */
.textbox {
	width: 145px;
	border: 1px solid #a4a4a4;
	padding: 2px;
}

/* Wide Textbox */
.textboxwide {
	width: 300px;
	border: 1px solid #a4a4a4;
	padding: 2px;
}

/* Large Textbox used for descriptions */
.textboxlarge
{
	width: 300px;
	height: 200px;
	border: 1px solid #a4a4a4;
	padding: 2px;
}

/*Use in date control*/
.textboxdate
{
	width: 170px;
	border: 1px solid #a4a4a4;
	padding: 2px;
}


/* Readonly Textbox */
.readonly {
	width: 145px;
	border: 1px solid #a9a9a9;
	padding: 2px;
	background-color: #f3f3f3;
}

/* Wide Readonly Textbox */
.readonlywide {
	width: 300px;
	border: 1px solid #CCC;
	padding: 2px;
	background-color: #f3f3f3;	
}

/*Large List Boxes Used in Filter Control*/
.largeListBox
{
	width: 400px;
	height:250px;	
}

/* General Table Styles
--------------------------------------------------- */

table {
	width: 100%;
	margin: 0;
	padding: 0;
}

table th, table td {
	margin: 0;
	padding: 9px 13px;
	text-align: left;
}

table th {
	white-space: nowrap;	
}

#content table.data th a:link, #content table.data th a:visited {
	color: #000;
	text-decoration: none;
}

#content table.data th a:hover {
	text-decoration: underline;	
}

table.data td a:link {
	white-space: nowrap;
}

table.data tr {
	background: #FFF;	
}

table.data {
	clear: both;	
}

table.data td, table.data tr {
	border: 0;
	border-collapse: collapse;
	vertical-align: top;
}

table tr.alt {
	background: #f3f3f3;
}

.formlabel {
	white-space: nowrap;
	font-weight: bold;
	text-align: right;
}

.formlabel-top {
	white-space: nowrap;
	vertical-align: top;
	font-weight: bold;
	text-align: right;	
}

h4 {
	padding: 4px 0 2px 0;
	margin: 0;
	font-size: 100%;
}

/* Permissions Tables
--------------------------------------------------- */

table.permTable th, table.permTable td {
	margin: 0;
	padding: 4px 13px;
}

/* Radiobutton Tables
--------------------------------------------------- */

span.cbform, table.cbform {
	margin: 0;
	padding: 0;
	font-weight: normal;	
}

/* For RadioButtonList with RepeatLayout=Flow */
span.cbform label 
{
	margin-right: 20px;
}

/* For RadioButtonList with RepeatLayout=Table */
table.cbform td, table.cbform th {
	padding: 3px 10px;
	font-weight: normal;
}

/* Data Tables
--------------------------------------------------- */

table.data {
	margin: 0 0 2em 0;
	font-size: 90%;
}

/* Data Controls Tables
--------------------------------------------------- */

.datacontrols-left {
	width: 650px;
	float: left;
}

.datacontrols-right {
	width: 238px;
	float: right;
	margin-bottom: 20px;
}

.datacontrols-right h4 {
	font-size: 100%;
}

/* Big Button
--------------------------------------------------- */

#content p.bigbtn {
	width: 216px;
	height: 37px;
	background: #FFF url(../../images/default/bigbtn.gif) top left no-repeat;
	text-align: center;
	padding-top: 19px;
	margin: 0;
}

#content .bigbtn a:link, #content .bigbtn a:visited {
	font-size: 150%;
	color: #FFF;
	text-decoration: none;
}

#content .bigbtn a:hover {
	font-size: 150%;
	color: #d9d9d9;
	text-decoration: none;
}


/* Medium Button - added for dashboard page
---------------------------------------------------*/
#content div.medbtn {
	width: 170px;
	height:35px;
	background: #FFF url(../../images/default/medbtn.gif) top left no-repeat;
	text-align: center;
	padding-top: 8px;
	margin-left: 10px;
	float:left;
}

#content .medbtn a:link, #content .medbtn a:visited {
	font-size: 130%;
	color: #FFF;
	text-decoration: none;
}

#content .medbtn a:hover {
	font-size: 130%;
	color: #d9d9d9;
	text-decoration: none;
}


/* Status Messages
--------------------------------------------------- */

/* No margins when status is inside table form */
#content table td p.error, #content table td p.success, #content table td p.hint, #content table td p.warning  {
	margin: 5px 0;
}

.error {
	border: 1px solid #f69494;
	color: #c81414;
	background: #ffebe7 url(../../images/status/error.gif) 18px 50% no-repeat;
	font-weight: bold;
	padding: 15px 10px 15px 50px;
}

.success {
	border: 1px solid #8dda8f;
	color: #0a990e;
	background: #f0ffe7 url(../../images/status/success.gif) 16px 50% no-repeat;
	font-weight: bold;
	padding: 15px 10px 15px 50px;
}

.hint {
	border: 1px solid #f5cb82;
	color: #e69200;
	background: #fff7e7 url(../../images/status/hint.gif) 19px 50% no-repeat;
	font-weight: bold;
	padding: 15px 10px 15px 50px;
}

.warning {
	border: 1px solid #85c2e6;
	color: #0d7dbe;
	background: #edf8ff url(../../images/status/warning.gif) 24px 50% no-repeat;
	font-weight: bold;
	padding: 15px 10px 15px 50px;
}

/* Accordion Styles
--------------------------------------------------- */

#content .accordionHeader a:link, #content .accordionHeader a:visited, #content .collapsibleLinkPanel a:link, #content .collapsibleLinkPanel a:visited {
	color: #FFF;
	text-decoration: none;
}

.accordionContent table, .collapsibleLinkPanel table {
	margin: 5px 0;
	padding: 0;	
	border-collapse: collapse;
}

/* Used to align selection listboxes inside Accordion Controls - conflicts with other tables inside */
/* REFER TO: SelectHierarchyControl.ascx */
.accordionContent table.selectionTable td, .accordionContent table.selectionTable th {
	margin: 0;
	padding: 0;
	text-align: center;
}

.accordionContent table.selectionTable table td {
	padding: 3px 0;	
}

.accordionHeader, .collapsibleLinkPanel {
	margin-bottom: 1px;
	padding: 8px 10px;
}

/* For 2 column layout */

#maincol .accordionContent .selectionTable select {
	width: 300px; /*265*/
	height: 168px;
}

/* For wide 1 column layout */

#singlecol .accordionContent .selectionTable select {
	width: 400px; /*415*/
	height: 130px;	
}

/* Grid Pager Styles
--------------------------------------------------- */

.gridpager table {
	width: 5%;
}

.gridpager table td {
	font-weight: bold;
	padding: 5px;
	vertical-align: middle;
}

#content .gridpager a:link, #content .gridpager a:visited {
	display: block;
	width: 10px;
	padding: 2px 6px;
	text-decoration: none;
	text-align: center;
}

/* Main Navigation Tabs
--------------------------------------------------- */

#header {
	padding-top: 30px;
	font-weight: bold;
}

#header ul#nav li.tab {
    float:left;
    margin:0 2px;
    padding:0 0 0 8px;
    width: auto;
}
   
#header ul#nav li.tab a.tablink {
	float:left;
    display:block;
    padding:8px 25px 8px 15px;
    text-decoration: none;
    color: #FFF;
    border: 0;
}
    /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
  #header ul#nav li.tab a.tablink a {float:none;}
  /* End IE5-Mac hack */

/* Drop Down Menus
--------------------------------------------------- */

/*1st*/
ul#nav, ul#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

ul#nav li {
	position: relative;
	float: left;
	width:149px;
}

/*2nd*/	
ul#nav li ul {
	position: absolute;
	left: 0; /* Set 1px less than menu width */
	top: 31px;
	display: none;
	width: 149px; /* FIX: for IE6 to avoid shrink wrap effect caused by width: auto from tabs */
	z-index: 200;
}

/*3rd*/
ul#nav li ul ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: -.1em;
	display: none;
}

/* Styles for Menu Items */
ul#nav li a {
	display: block;
	text-decoration: none;
	padding: 12px;
	border: 0;
}

/* commented backslash mac hiding hack \*/ 
* html ul#nav li a {height:1%}
/* end hack */ 

/* set dropdown to default */
ul#nav li:hover li a, ul#nav li.over li a,
ul#nav li:hover li:hover li a, ul#nav li.over li.over li a,
ul#nav li:hover li:hover li:hover li a, ul#nav li.over li.over li.over li a
{
   	padding: 8px 10px;
   	font-size: 90%;
   	font-weight: bold;
}

ul#nav li ul li a { padding: 2px 5px; } 

/* Sub Menu Styles */
ul#nav li:hover ul ul, 
ul#nav li:hover ul ul ul, 
ul#nav li.over ul ul, 
ul#nav li.over ul ul ul {
	display:none;
}

ul#nav li:hover ul,
ul#nav li li:hover ul,
ul#nav li li li:hover ul, 
ul#nav li.over ul, 
ul#nav li li.over ul,
ul#nav li li li.over ul {
	display: block;
}

/* Content Tabs - tabs within main content area
--------------------------------------------------- */

.tabwrapper {
	clear: both;
}

.tabcontent {
	padding: 15px 20px;
}

#content .tabcontent p {
	margin-top: 5px;	
}

.tabwrapper table {
	margin-bottom: 0;	
}

#contenttabs {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline; /* IE FIX: Double-margin float bug */
}

#content #contenttabs li {
	float: left;
	margin: 0;
    padding:0 8px 0 0;
	text-align: center;
	width: auto;
}

#content #contenttabs a {
	display: block;
	float: left;
	font-weight: bold;
	padding:6px 22px 6px 20px;
	text-decoration: none;
	border: 0;
}

#content #contenttabs li a.selected:hover{ /*selected main tab style */
	text-decoration: none;
}


/*----------Crap from Yvy ----------*/
/*Modal Popup Extender - used in Service pages and dashboard*/
.modalPopup
{
	height:auto;
    background-color: White; 
    color: Black; 
    border: solid 1px #000; 
    padding: 10px;
}

/*for main page*/
.modalBackground
{
	background-color: #dcdcdc;
	filter: alpha(opacity=40);
	opacity: 0.5;
}

/*for main page*/
.pnlMainLoading
{
	background-color: #ffffff;
	font-family: Lucida Grande, Arial, sans-serif;
	font-size: 32px; 
}
	
