/************************************/
/* RESET DEFAULTS AND BASIC SETTINGS*/
/************************************/

html {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 75.0%;    /* 12px */
  font-weight: normal;
  color: #373737;
  background-color: #c1d4dd;
  width: 100%;
  height: 100%;
}

body.common {
  min-width: 980px;
  background: url('../img/bg-body.gif') repeat-x 0 0;
  margin: 0;
  padding: 0;
}

body.login {
  height: 100%;
  width: 100%;
  min-width: 980px;
}

/***************/
/* PAGE LAYOUT */
/***************/

#page-wrapper-1 {
  margin: 0 auto;
  max-width: 1270px;
  background: url('../img/bg-page-wrapper-1.jpg') no-repeat 0px 108px;
  padding: 0px 0px 0px 10px;
  display: block;
}

#header-wrapper-1 {
  height: 160px;
}

#left-wrapper-1 {
  float: left;
  width: 220px;
  margin: 0 0 0 0;
  position: relative;
  z-index: 2;
}

#content-wrapper-1 {
  float: left;
  margin-left: -220px;
  width: 100%;
  background: url('../img/bg-page-wrapper-2.jpg') no-repeat 0px 0px;
  z-index: 1;
}

#squeeze {
  margin-left: 220px;
  padding-right: 10px;  
}

#footer-wrapper-1 {
  height: 150px;
  background: url('../img/bg-footer.jpg') repeat-x;
  margin: 0 auto 0 auto;
  font-size: 90%;
}

/*****************/
/* FOOTER STYLES */
/*****************/

#footer-left-1 {
  float: left;
  padding-left: 245px;
  margin-top: 70px;
}

#footer-right-1 {
  float: right;
  padding-right: 45px;
  margin-top: 70px;
  color: #fff;
}

#footer-left-1 p {
  color: #ccc;
}

#footer-left-1 a {
  color: #fff;
}

#footer-arrow {
  float: right;
  width: 250px;
  height: 14px;
  background: url('../img/footer-arrow.gif') no-repeat right top;
  padding-right: 0px;
  margin-top: 49px;
  margin-right: 50px;
  padding-top: 20px;
  color: #fff;
}

#footer-arrow p{
  text-align: right;
  color: #fff;
}

#footer-arrow a{
  color: #ABD0BC;
  text-decoration: underline;
}

#footer-arrow a:hover{
  color: #fff;
}

/*************/
/* TOP MENU */
/*************/

#top-menu {
  float: right;
  clear: right;
  margin-top: 6px;
  margin-right: 10px;
}

#top-menu li {
  float: left;
  margin-left: 20px;
}

#top-menu li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 90%; 
}

#top-menu li a:hover, #top-menu li a.active {
  text-decoration: none;
}

/**************/
/* MAIN MENU */
/*************/

#main-menu {
  float: right;
  clear: right;
  margin-top: 10px;
  margin-right: 10px;
}

#main-menu li {
  float: left;
  margin-left: 10px;
}

#main-menu li a {
  display: block;
  width: 106px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background: url('../img/bg-main-tab-menu.gif') no-repeat;
}

#main-menu li a.active, #main-menu li a:hover {
  background: url('../img/bg-main-tab-menu-sel.gif') no-repeat;
  text-decoration: none;
}


/*************/
/* SIDE MENU */
/*************/

#side-menu {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 220px; 
}

#side-menu a {
  display: block;
  color: #000;	
  text-decoration: none;	
  font-weight: normal;
  outline-style:none;
}

#side-menu a:visited { border: 0; }
#side-menu a:hover { text-decoration: none; font-weight: bold; }
#side-menu a.active { font-weight: bold; }

#side-menu li { text-align: right; padding-bottom: 5px; }

#side-menu li a.submenu-link { height: 25px; line-height: 25px; padding-right: 40px;}

#side-menu li.submenu-item { background: url('../img/menuitem-open.jpg') no-repeat 100% 0; }

#side-menu ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#side-menu li ul { margin-top: 10px; }
#side-menu li ul li a { padding-right: 40px; color: #333; }



.bg-open { background: url('../img/menuitem-open.jpg') no-repeat 100% 0; }
.bg-close { background: url('../img/menuitem-close.jpg') no-repeat 100% 0; }

/****************/
/* SEARCH FIELD */
/****************/

#search-box {
  float: right;
  clear: right;
  width: 340px;
  height: 60px;
  background: url('../img/bg-search.gif') no-repeat;
  margin-top: 21px;
  margin-right: 10px;
}

#search-box input {
  float: left;
}

#search-field {
  margin: 10px 0 0 45px;
  width: 205px;
  height: 21px;
  border: 1px solid #c2c2c2;
  background: url('../img/search-field.png') repeat-x;
  font-size: 1.2em;
  padding: 0.2em 0 0 0.3em;
}

#search {
  margin: 10px 0 0 4px;
  width: 61px;
  height: 26px;
  border: 1px solid #86b666;
  background: url('../img/search-button.png') repeat-x;
  font-size: 0.95em;
  cursor: pointer;
  vertical-align: middle;
  color: #FFF;
}

#advanced-search{
  clear: left;
  margin-left: 45px;
  padding-top: 3px;
  font-size: 0.85em;
  text-decoration: underline;
  color: #fff;
}

/****************/
/* TABS STYLES  */
/****************/

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text; 
}
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer; 
}

.ui-tabs .ui-tabs-hide { display: none !important; }

.ui-tabs-panel{padding: 5px;}

/******************/
/* MAIN TABS MENU */
/******************/

#mainTabsMenu {
  float: left;
  padding-left: 25px;
}

#mainTabsMenu li {
  float: left;
}

#mainTabsMenu li a {
  display: block;
  float: left;
  width: 100px;
  height: 25px;
  margin-right: 5px;
  line-height: 25px;
  text-align: center;
  background-color: #B5C8CA;
  color: #5a6d70;
  text-decoration: none;
}

#mainTab-1,#mainTab-2,#mainTab-3,#mainTab-4,#mainTab-5, #mainTab-6 {
  background-color: #fff;
  padding: 15px 15px 25px 15px;
  min-height: 700px;
}

#mainTabs #mainTabsMenu .ui-tabs-selected a, #mainTabs #mainTabsMenu a:hover  {
  background-color: #fff;
  color: #3b3b3b;
}

/********************/
/* INSIDE TABS MENU */
/********************/

#insideTabs #insideTabsMenu {
  background-color: #ddebf3;
  border: 1px solid #bfcfd8;
  height: 35px;
}

#insideTabs #insideTabsMenu li {
  float: left;
}
#insideTabs #insideTabsMenu a {
  display: block;
  float: left;
  width: auto;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #FFF;
  color: #3d3d3d;
  text-decoration: none;
  border: 1px solid #bfcfd8;
  margin: 4px 0 0 4px;
  padding: 0 18px;
  font-weight: bold;
  font-size: 90%;
}
#insideTabs #insideTabsMenu .ui-tabs-selected a, #insideTabs #insideTabsMenu a:hover {
  background-color: #92c2da;
  border: 1px solid #7da0b1;
}

#insideTabsMenuArrow {
  float: right;
  width: 18px;
  height: 14px;
  background: url('../img/inside-tabs-menu-arrow.gif') no-repeat;
  margin-top: -1px;
  margin-right: 30px;
}

#insideTab-1,#insideTab-2,#insideTab-3,#insideTab-4,#insideTab-5,#insideTab-6 {
  margin-top: 20px;
}

/*****************/
/* HEADER STYLES */
/*****************/

#logo{
  float: left;
  width: 265px;
  height: 115px;
  margin: 31px 0 0 -9px;
}

#star {
  float: left;
  width: 95px;
  height: 95px;
  background: url('../img/star.jpg') no-repeat;
  margin: 45px 0 0 5px;
}

/**********************/
/* LEFT COLUMN STYLES */
/**********************/

.box-1 {
  background: url('../img/bg-box-1-body.gif') repeat-y;
  padding-top: 10px;
  padding-bottom: 20px;
}

.box-1 p {
  color: #000;
  padding: 0px 10px 0px 10px;
}

.box-1-title {
  height: 25px;
  background: url('../img/bg-box-1-header.gif') no-repeat;
  color: #fff;
  line-height: 25px;
  padding-left: 10px;
  font-size: 100%;
  font-weight: bold;
  margin-bottom: 0px;
}

.shadow {
  width: 220px;
  height: 20px;
  background: url('../img/bg-box-1-footer.jpg') no-repeat;
}

#user-menu {
  float: left;
  padding: 0px 10px 0px 10px;
}

#user-menu li { float: left; }
#user-menu a { font-size: 90%; }

#informations-list li {
  padding-left: 14px;
  margin-left: 20px;
  background: url('../img/info-menu-bullet.gif') no-repeat 0% 50%;
  margin-bottom: 5px;
}


/****************/
/* LIST STYLES  */
/****************/

#popup-list {
  list-style: none;
  margin: 20px 0 20px 10px;
}

#popup-list li {
  background: url('../img/tick.gif') no-repeat 0 2px;
  padding-left: 20px;
  margin: 0 0 10px 0;
  color: #767676;
}

/*******************/
/* MAIN PAGE STYLE */
/*******************/

a.blue-button {
  float: right;
  display: block;
  width: 211px;
  height: 26px;
  background: url('../img/blue-button.jpg') no-repeat;
  margin-top: 0px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding-top: 10px;
}

.left-column-1 {
  float: left;
  width: 30%;
  margin-right: 30px;
}

.right-column-1 {
  float: left;
  width: 40%;
}

ul.tickedList li {
  list-style-type: none;
  padding-left: 20px;
  padding-bottom: 5px;
  margin-left: 12px;
  background: url('../img/tick.gif') no-repeat 0 5px;
  line-height: 1.7em;
}

#content p, #content ul, #content ol, #content blockquote{
  line-height: 1.9em;
}

#big-icons a{float: left; text-align: center;}
#big-icons a:hover{text-decoration: none;}

#big-icons img{
  border: 1px solid #adadad;
  margin: 5px 20px;
}

/**********************/
/* TASK TABLE STYLES  */
/**********************/

#latestTasks {
  background-color: #deecf4;
  margin-bottom: 30px;
  border: 1px solid #bfcfd8;
  width: 100%;
}

#latestTasks caption {
  height: 35px;
  line-height: 33px;
  color: #FFF;
  background: url('../img/latest-tasks-caption.png') repeat-x;
  border: 1px solid #bfcfd8;
  border-bottom: 0;
  font-size: 1.2em;
  text-align: left;
  font-weight: bold;
  padding-left: 19px;
  margin-left: -1px;
}

#latestTasks th {
  height: 39px;
  line-height: 30px;
  text-transform: uppercase;
  color: #7da0b1;
  font-weight: normal;
  font-size: 0.9em;
  text-align: left;
  padding-left: 19px;
  padding-top: 8px;
  border-top: 1px solid #bfcfd8;
  border-bottom: 1px solid #bfcfd8;
}

#latestTasks td {
  padding: 10px 20px 5px 20px;
  vertical-align: top;
  border-top: 1px solid #bfcfd8;
  border-bottom: 1px solid #bfcfd8;
}

.editTask a {
  display: block;
  width: 15px;
  height: 25px;
}

.deleteTask a {
  display: block;
  width: 15px;
  height: 15px;
  margin-top: 2px;
}

/*****************/
/*  TEXT SAMPLES */
/*****************/

h2.content-box-header {
  border-bottom: 1px solid #BFCFD8;
  padding: 10px 0px 10px 0px;
  background-color: #DDEBF3;
  width: 100%;
  font-size: 100%;
}

h2.content-box-header span {
  margin: 0px 0px 0px 15px;
}

.content-100-wrapper {
  padding: 0px;
  border: 1px solid #BFCFD8;  
}

.content-50-left-wrapper {
  float: left;
  padding: 0px;
  border: 1px solid #BFCFD8;
  width: 49%;  
}

.content-50-right-wrapper {
  float: right;
  padding: 0px;
  border: 1px solid #BFCFD8;
  width: 49%;  
}

.content-30-left-wrapper {
  float: left;
  padding: 0px;
  border: 1px solid #BFCFD8;
  width: 32%;  
}

.content-30-middle-wrapper {
  float: left;
  padding: 0px;
  border: 1px solid #BFCFD8;
  width: 32%;
  margin-left: 10px;  
}

.content-30-right-wrapper {
  float: right;
  padding: 0px;
  border: 1px solid #BFCFD8;
  width: 32%;  
}

.content-wrapper {
  margin: 15px;
}

/****************/
/*  SAMPLE FORM */
/****************/

#sample-form-wrapper {
  margin: 0;
  width:95%;
  border: 1px solid gray;
  padding: 0px 20px 0 20px;
}

#sample-form-wrapper input.text-box { 
  border: 1px solid #c2c2c2;
  background: url('../img/bg-textfield.png') repeat-x;
  padding: 0.3em;
  width: 180px;
}

#sample-form-wrapper select { 
  width: 190px;
}

#sample-form-message { 
  margin: 0;
  width: 525px;
}

#sample_message {
  width: 500px;
  height: 150px;
}

.list-errors {
  margin: 10px 0 10px 15px;
}

.list-errors li {
  list-style-type: square;
  margin-bottom: 5px;
  color: #4E4E4E;
}

/*****************/
/* DATA TABLE    */
/*****************/

.data-table {
  width: 100%;
  border: 1px solid #bfcfd8;
  margin-bottom: 10px;
}

.data-table caption {
  font-size: 120%;
  font-weight: bold;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background: url('../img/latest-tasks-caption.png') repeat-x;
  border-bottom: 1px solid #bfcfd8;
  padding: 9px 0 9px 20px;
}

.data-table thead tr th {
  text-transform: uppercase;
  color: #7da0b1;
  font-weight: normal;
  font-size: 90%;
  text-align: left;
  height: 40px;
  border: 0;
  background-color: #deecf4;
  padding: 0 10px 0 10px;
}

.data-table tbody td {
  padding: 8px 10px 8px 10px;
  border-top: 1px solid #bfcfd8;
}

.data-table tbody:hover {
  cursor: pointer;
}

.data-table tbody td.select {
  text-align: center;
}

.data-table tbody td.select input {
  border: 0;
}

.data-table tbody td img.table-thumbnail {
  border: 1px solid gray;
}
 
.data-table tbody td .table-edit {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/edit.gif') no-repeat 0 0;
  margin-right: 10px;    
}

.data-table tbody td .table-reset {
  float: left;
  display: block;
  width: 15px;
  height: 15px;
  background: url('../img/ResetButton.png') no-repeat 0 0;
  margin-right: 10px;    
}

.data-table tbody td .table-delete {
  float: left;
  display: block;
  width: 16px;
  height: 16px;
  background: url('../img/delete.gif') no-repeat 0 0;
}

.odd {
  background-color: #fff;
}

.even {
  background-color: #eee;
}

.over {
  background-color: #92C2DA;
}

.select {
  text-align: center;
}

#table-left-1 {
  float: left;
}

#table-right-1 {
  float: right;
}

#table-action {
  float: left;
  width: 125px;
  margin-right: 5px;
}

#table-left-1 .table-button, #table-right-1 .table-button {
  float: left;
  padding: 0 8px 0 8px;
  line-height: 18px;
  background-color: #006DA6;
  border: 1px solid #35A0E1;
  color: #fff;
  font-size: 80%;
  text-align: center;
  margin-left: 5px;
  text-transform: uppercase;
}

#table-left-1 .table-button:hover, #table-right-1 .table-button:hover {
  text-decoration: none;
}

#table-right-1 .page-number {
  float: left;
  padding: 0 5px 0 5px;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #006DA6;
  font-size: 80%;
  text-align: center;
  margin-left: 5px;
  text-transform: uppercase;
}

#table-right-1 .page-number:hover, #table-right-1 .page-selected {
  background-color: #006DA6;
  color: #fff;
  text-decoration: none;
}

/*****************/
/*  POPUP WINDOW */
/*****************/
.popup {
  width: 360px;
  height: 280px;
  padding: 20px;
}

/* style for sortable Table*/
* {margin:0; padding:0; outline:0}
/*body {font:11px Verdana,Arial; margin:25px; background:#fff url(../images/bg.gif) repeat-x}*/
#tablewrapper {width:740px; margin:0px;}
#tableheader {height:55px}
.search {float:left; padding:6px; border:1px solid #c6d5e1; background:#fff}

#tableheader select {float:left; font-size:12px; width:125px; padding:2px 4px 4px}
#tableheader input {float:left; font-size:12px; width:225px; padding:2px 4px 4px; margin-left:4px}
.details {float:inherit; padding-top:12px}
.details div {float:left; margin-left:15px; font-size:12px}
.tinytable { width:100%; border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1;}
.tinytable th {background:url(../img/sort_table/header-bg.gif); text-align:left; color:#FFFFFF; border:1px solid #fff; border-right:none}
.tinytable th h3 {font-size:12px; padding:6px 8px 8px}
.rowfirst{
background-color:#CCCCCC;
}
.tinytable td {padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.tinytable .head h3 {background:url(../img/sort_table/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .desc, .sortable .asc {background:url(../img/sort_table/header-selected-bg.gif)}
.tinytable .desc h3 {background:url(../img/sort_table/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .asc h3 {background:url(../img/sort_table/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#fff}
.tinytable .evenrow td {background:#fff}
.tinytable .oddrow td {background:#ecf2f6}
.tinytable td.evenselected {background:#ecf2f6}
.tinytable td.oddselected {background:#dce6ee}
.tinytable tfoot {background:#fff; font-weight:bold}
.tinytable tfoot td {padding:6px 8px 8px}
#tablefooter {height:15px; margin-top:20px}
#tablenav {float:left}
#tablenav img {cursor:pointer}
#tablenav div {float:left; margin-right:12px}
#tablelocation {float:inherit; font-size:12px}
#tablelocation select {margin-right:3px}
#tablelocation div {float:left; margin-left:15px}
.page {margin-top:2px; font-style:italic}
#selectedrow td {background:#c6d5e1}

/* End style for sortable table*/



.pagination{margin-top:20px;}
.pagination a, .pagination span{background:url("../img/borderbottom.jpg") bottom repeat-x #fff;padding:5px;margin:2px;border:1px solid #d9d9d9;text-decoration:none;-moz-border-radius:3px;-webkit-border-radius: 3px;}


 

.attach{
	border:1px solid #E8E8E8;
}

.dwnldLink{
color:#006393;
}

#tableData td{
height:30px;
border-bottom:1px solid #F2F2F2;
}

#tableData .message{
text-align:justify;
line-height:25px;
}



#tableInbox{
 
}

#tableInbox td{
height:20px;
border-bottom:1px solid #DFDFDF;
 
}

#tableInbox th{
background:none repeat scroll 0% 0% rgb(238, 238, 238);
border:#E4E4E4;
border-bottom:1px solid #A2A2A2;
height:20px;
}

#tableInbox .unread{
background-color:#FFFFFF;
}
#tableInbox .read{
background:none repeat scroll 0% 0% rgb(238, 245, 248);
}

 
.attachment{
padding-left:50px;
}

#userFile{
 	
}

#nTable{
 border:thin;
}

#nTable td{
height:20px;
border-bottom:1px solid #DFDFDF;
 
}

#nTable th{
background:none repeat scroll 0% 0% rgb(238, 238, 238);
border:#E4E4E4;
border-bottom:1px solid #A2A2A2;
height:20px;
}

#tablesearchResults td{
height:50px;
border-bottom:1px solid #DFDFDF;
line-height:30px;
}

.highlight_word{
color:#000000;
font-weight:bold;
background:#C9E4E4;
}

.headerText a{
font-weight:bold;
color:#007CB9;
font-size:15px;
}

.wrapText{
color:#333333;
font-size:13px;
}

