/******************/
/* Global Setting */
/******************/
*
{
  margin: 0;
  padding: 0;
}

body
{
  text-align: center;
  background: #410 url(../img/wood-bg.jpg) repeat fixed center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
}

.clear-both
{
  clear: both;
}

/***************************/
/* Global Settings: Header */
/***************************/
h1
{
	/*font-size: 24px;
	text-align: left;
	padding: 10px 15px 10px 25px;
	color: #633;
    border: 0 0 1px 20px solid #633;
	margin: 0;
	font-weight: bold;
	background-image: url(../img/h2-bg.gif);
	background-repeat: no-repeat;
	height: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;*/
    border-bottom:1px solid;
    border-left:20px solid;
    color:#633;
    font-family:Georgia,"Times New Roman",Times,serif;
    font-size:24px;
    font-weight:bold;
    height:40px;
    margin: 0 0 15px;
    padding: 20px 15px 0 10px;
    text-align:left;
}

h1 span
{
	color:#093;
	font-size:20px;
}

h2
{
	margin: 0;
	padding: 3px 0;
    color: #000;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-size: 20px;
    font-weight:bolder;
    margin-bottom:10px;
    text-align:left;
}

h3
{
  text-align:left;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-size:18px;
  margin:10px 0 15px 0;
  padding: 2px 2px 2px 0;
}

h4
{
	font-size: 1.1em;
    border-width: 1px 0;
    border-style: solid;
	margin: 0 0 10px 0;
	padding: 3px 0 0 20px;
}

h5
{
	font-size: 18px;
	padding: 2px;
	font-family: "Times New Roman", Times, serif;
	color: #666666;
	font-variant: small-caps;
	margin: 3px;
	border-bottom: #CCC 1px solid;
}

h6
{
    margin-top: 10px;
	font-variant: small-caps;
    font-weight: bold;
    font-size: 1em;
}

/***************************/
/* Global Settings: Anchor */
/***************************/
a
{
  color: #36c;
  text-decoration: none;
}

a:hover
{
  color: #930;
  text-decoration: underline;
}


/************************/
/* Global Settings: Tab */
/************************/
.tab
{
  display: block;
  float: left;
  list-style-type: none;
  position: relative;
}

.tab li
{
  display: block;
  float: left;
  font-size: 0.9em;
  font-weight: lighter;
  padding: 5px 10px;
}

.tab li a
{
  text-decoration: none;
  color: #9ac;
}

.tab li a:hover
{
  text-decoration: underline;
}

.tab li.current
{
  background-color: #cdf;
  color: #000;
  font-size: 1.1em;
  font-weight: bold;
  padding: 5px 10px;
}

/***************************/
/* Global Settings: Bullet */
/***************************/
.p-bullet li
{
  list-style-type: none;
  background-image: url(../img/p-bullet.gif);
  background-position: top left;
  background-repeat: no-repeat;
  padding-left: 16px;
  min-height: 14px;
  line-height: 14px;
}

/**************/
/* Components */
/**************/
#wrapper
{
  margin: auto;
  width: 960px;
  min-height: 600px;
  display: block;
  overflow: auto;
}

#container
{
  background-image: url(../img/container-bg.jpg);
  background-repeat: repeat-y;
  width: 910px;
  min-height: 600px;
  text-align: justify;
  padding: 0 30px 30px 10px;
}

#header
{
  background-image: url(../img/top-paper.png);
  width: 954px;
  height: 54px;
  margin-top: 33px;
}

#sidebar
{
  float: right;
  width: 210px;
}

#sidebar-large
{
  float: right;
  width: 310px;
}

#content-compact
{
  float: left;
  width: 680px;
  min-height: 550px;
  margin-right: 20px;
}

#content-wizard
{
  float: right;
  width: 680px;
  min-height: 550px;
  margin-left: 20px;
}

#content-dashboard
{
  float: left;
  width: 600px;
  min-height: 550px;
}

#content-full
{
  width: 910px;
}

/**********************/
/* Components: Footer */
/**********************/
#footer
{
  color: #999;
  text-align: right;
  padding: 10px;
  width: 940px;
  font-size: small;
  margin-bottom: 60px;
}

#nav-bottom
{
  float: left;
  text-align: left;
}

#nav-bottom li{
	list-style: none;
    display: block;
    float: left;
}

#nav-bottom a{
	margin-right: 5px;
	padding-right: 5px;
	font-size:11px;
	text-decoration: none;
	color: #999;
	font-weight:normal;
	border-right:1px solid #999;
}

#nav-bottom a:hover{
	color:#c30;
}

#nav-bottom a.first{
	margin-left: 0;
	padding-left: 0;
}

#nav-bottom a.last{
	border-right: none;
}

/***********************/
/* Components: Top Bar */
/***********************/
#top
{
  background-image: url(../img/top.png);
  background-repeat: repeat-x;
  width: 100%;
  height: 33px;
  padding-top: 5px;
  text-align: right;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

#nav-top
{
  float: left;
  text-align: left;
}

#nav-top li{
	list-style: none;
	display: block;
	float: left;
	margin-right:10px;
	border-bottom: 1px solid #555;
}

#nav-top li a{
	padding:2px 14px;
	float: left;
	font-size:14px;
	text-decoration: none;
	color: #fff;
}

#nav-top li a:first-letter
{
	color:#f60;
}

#nav-top li a:hover{
	color:#f60;
}

/***************************/
/* Components: Accessories */
/***************************/
#acc-bottom-left
{
  background-image: url(../img/bottom-left.png);
  bottom: 0;
  left: 0;
  position: fixed;
  display: block;
  width: 298px;
  height: 522px;
  z-index: -99;
}

#acc-top-right
{
  background-image: url(../img/top-right.png);
  top: 0;
  right: 0;
  position: fixed;
  display: block;
  width: 189px;
  height: 530px;
  z-index: -99;
}


/***********************/
/* Components: Taskbar */
/***********************/

/* Ken Style
#taskbar-container{
	position:fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
	right: 0;
	height: 30px;
	font-size:12px;
	color: #666666;
}
#taskbar{
	margin:0 15px;
	background-color: #b5b5b5;
    height: 30px;
	position: relative;
	overflow: hidden;
	display: block;
	background-image: url(../img/task-bar.jpg);
}
*/

/* My Style */
#taskbar-container
{
	position:fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
	right: 0;
	height: 60px;
	font-size:12px;
	color: #000;
}

#taskbar
{
    background-color: #bbb;
    height: 60px;
	position: relative;
	overflow: hidden;
	display: block;
	background-image: url(../img/task-bar.png);
    text-align: left;
    padding: 0 10px;
}

#taskbar-start
{
	background-image: url(../img/task-bar-start.png);
    width: 10px;
    height: 60px;
    display: block;
    float: left;
    margin-left: 15px;
}

#taskbar-end
{
	background-image: url(../img/task-bar-end.png);
    width: 8px;
    height: 60px;
    display: block;
    float: right;
    margin-right: 15px;
}

#app-key
{
  background-image: url(../img/app-key.png);
  cursor: pointer;
  width: 105px;
  height: 57px;
  float: left;
}

#app-key:hover
{
  background-image: url(../img/app-key-hover.png);
}

.task
{
  background-image: url(../img/task.png);
  width: 110px;
  height: 22px;
  overflow: hidden;
  padding: 25px 15px 5px 25px;
  margin-left: 10px;
  float: left;
  font-family: cursive;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.menu-upper-shadow
{
  display: block;
  width: 142px;
  padding-top: 8px;
  left: 55px;
  bottom: 50px;
  position: fixed;
  z-index: 150;
  text-align: left;
  background-image: url(../img/menu-upper-shadow.png);
  background-repeat: no-repeat;
}

.menu-under-shadow
{
  display: block;
  width: 142px;
  min-height: 7px;
  background-image: url(../img/menu-under-shadow.png);
  background-repeat: no-repeat;
}

.app-menu
{
  font-size: 14px;
  width: 122px;
  min-height: 1px;
  background-image: url(../img/app-menu.png);
  background-repeat: repeat-y;
  padding: 10px;
}

.app-menu:first-letter
{
  text-transform: capitalize;
}

.app-menu ul
{
  list-style-type: none;
  font-family: cursive;
  padding-right: 10px;
}

.app-menu ul li
{
  line-height: 20px;
  border-bottom: #bbb 1px solid;
}

.app-menu ul li a
{
  font-style: italic;
  text-decoration: none;
  color: #333;
  width: 100%;
  display: block;
}
.app-menu ul li a:hover
{
  left: -2px;
  top: -2px;
  position: relative;
  font-style: normal;
  cursor: pointer;
  background-color: white;
  opacity:0.8;
  filter:alpha(opacity=80);
}

/**************/
/* Quick Link */
/**************/

.quick-link
{
  float: right;
  font-size: 0.45em;
  padding-top: 15px;
}

.quick-link li
{
  list-style-type: none;
  float: left;
  display: block;
}

.quick-link a
{
  color: #6ca;
  text-decoration: none;
  border-bottom: 1px dashed #6ca;
  border-right: 2px solid #369;
  margin-right: 5px;
  padding-right: 5px;
}

.quick-link a.first
{
  margin-left: 0;
  padding-left: 0;
}

.quick-link a.last
{
  border-right: none;
}

.quick-link a:hover
{
  border-bottom: none;
  color: #6cf;
}

/********/
/* Data */
/********/
.data-manage
{
    width: 95%;
    padding: 5px;
    margin: auto;
}

.selection {
  padding-bottom:5px;
  text-align:right;
}

.detail-input-form
{
  display: block;
  float: left;
  width: 41%;
  padding: 2%;
  background-color: #cdf;
}

.detail-input-form textarea, .detail-input-form input, .detail-input-form select
{
  width: 237px;
}

.detail-input-form textarea
{
  overflow: auto;
}

textarea.read-only
{
  border: 0 none;
  background-color: transparent;
  color: #000;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
}

/***************************/
/* Data: Draggable Content */
/***************************/
.assign-dependency-tab
{
  display: block;
  float: left;
  margin-left: 1%;
  list-style-type: none;
}

.assign-dependency-tab li
{
  display: block;
  float: left;
  padding: 5px 10px;
  font-size: 0.9em;
  font-weight: lighter;
}

.assign-dependency-tab li a
{
  text-decoration: none;
  color: #d97;
}

.assign-dependency-tab li a:hover
{
  text-decoration: underline;
}

li.ad-tab-active
{
  background-color: #fed;
  font-size: 1.1em;
  font-weight: bold;
}

.draggable-container
{
  display: block;
  float: right;
  width: 50%;
  margin-left: 1%;
  padding: 2%;
  background-color: #fed;
}

.draggable-container ul
{
  list-style-type: none;
}

.draggable-container li
{
  padding: 2px 20px 2px 20px;
}

ul.draggable
{
  list-style-type: none;
}

.draggable li
{
  background-image: url(../img/move.png);
  background-repeat: no-repeat;
  background-position: 0 .15em;
  padding: 2px 20px 2px 20px;
}

.draggable li:hover, .draggable-container li:hover
{
  color: #666;
  cursor: pointer;  /*maybe should use javascript to handle instead*/
}

.applied-list
{
  display: block;
  width: 200px;
  float: left;
  margin-right: 0;
  min-height: 100px;
}

.option-list
{
  display: block;
  width: 200px;
  float: right;
  margin-right: 0;
}

/*********************/
/* Data: Assign List */
/*********************/
.assign li
{
  left: 20px;
  position: relative;
  list-style: none;
}
.assign li.chief
{
  background: url(../img/star.png) no-repeat;
  background-position: 0pt -28px;
  margin:0 -20px;
  padding:0 20px;
}
span.radio {
    width: 19px;
    height: 14px;
    margin:0 -20px;
    background: url(../img/star.png) no-repeat;
    display: block;
    clear: left;
    float: left;
}

/******************/
/* Data: PostData */
/******************/
.postdata
{
  clear: both;
  text-align: right;
  font-style: italic;
  margin-top: 5px;
  padding: 10px 10px 0 0;
  border-style: solid;
  border-width: 1px 0 0 0;
}
.postdata span
{
  float: left;
}

.subfooter-button
{
  float: left;
  width: 45%;
  text-align: right;
}

/************************/
/* Data: Search Results */
/************************/
.search-result
{
  list-style-type: none;
  max-height: 300px;
  overflow: auto;
}

.search-result li
{
  padding: 5px 5px;
  height: 49px;
}

.search-result li:hover
{
  background-color: #cef;
}


/************/
/* Fieldset */
/************/
fieldset{
	border: 1px solid #ccc;
	margin:10px 0;
	font-family:Arial,Helvetica,sans-serif;
	padding: 10px;
}
legend{
	padding:0 10px;
	margin:0 0 0 10px;
	font-size:15px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#901;
	text-transform:uppercase;
}

/**************/
/* Data Table */
/**************/
table.control
{
  width: 100%;
  padding: 1px;
  border: 3px #69c solid;
}

.control tr:hover
{
  background-color: #cef;
}

.control th, thead td
{
  background-image: url(../img/table_head.jpg);
  border: 1px solid #79c;
  color: white;
  font-family: tahoma;
  font-size: 1.1em;
  padding: 4px;
}

.control td
{
  border:1px solid #79c;
  padding-left: 4px;
  padding-right: 4px;
}

.control td.checkbox, .control td.del
{
  text-align: center;
  width: 20px;
  line-height: 1em;
}

.odd
{
  background-color: #cde;
}

.even
{
  background-color: #fff;
}

.sortable-header
{
  color: white;
  font-family: tahoma;
  padding: 4px 4px 4px 20px;
  background-repeat: no-repeat;
  text-decoration: none;
}

.sortable-header:hover
{
  color: white;
  text-decoration: underline;
}

.sort-asc
{

}

.sort-des
{

}

/**************************************/
/* CRUD (Create/Review/Update/Delete) */
/**************************************/
.control-bar
{
  display: block;
  text-align: right;
  line-height: 13px;
  padding: 15px 0 20px 0;
  font-style: normal;
}

.postdata a
{
  line-height: 13px;
  font-style: normal;
}

.control-bar a, .postdata a
{
  padding-left: 20px;
  background-repeat: no-repeat;
  color:#666;
  text-decoration:underline;
}

.control-bar a:hover, .postdata a:hover
{
	text-decoration:none;
	color:#999;
	background-position:0 -15px;
}

.download
{
  background-image: url(../img/download.gif);
  margin-left: 5px;
}

.add-work
{
  background-image: url(../img/add-work.gif);
  margin-left: 5px;
}

.add-problem
{
  background-image: url(../img/add-problem.png);
  margin-left: 5px;
}

.edit
{
  background-image: url(../img/edit.gif);
  margin-left: 5px;
}

.view
{
  background-image: url(../img/view.gif);
  margin-left: 5px;
}

.delete
{
  background-image: url(../img/cross.png);
  margin-left: 5px;
}

.approve
{
  background-image: url(../img/thumb-up.png);
  margin-left: 5px;
}
.approve:hover
{
  background-position:0 -16px;
}

/***********/
/* Buttons */
/***********/
.blue-button, .green-button
{
  background-color: transparent;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 71px;
  height: 27px;
  text-align: center;
  border-style: none;
  margin-left: 5px;
}

.blue-button
{
  background-image: url(../img/blue-button.gif);
}

.blue-button:hover
{
  background-image: url(../img/blue-button-hover.gif);
}

.green-button
{
  background-image: url(../img/green-button.gif);
}

.green-button:hover
{
  background-image: url(../img/green-button-hover.gif);
}

.thumb-up
{
  background-image: url(../img/thumb-up.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer;
}

.thumb-up:hover
{
  background-position: 0 -16px;
}

.delete-button
{
  background-image: url(../img/cross.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  border: none;
  cursor: pointer;
}

.delete-button:hover
{
  background-position: 0 -13px;
}

.status-button
{
  background-image: url(../img/status.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  border: none;
  cursor: pointer;
  position: relative;
}

.status-button:hover
{
  background-position: 0 -24px;
}

/*********/
/* Login */
/*********/

#binder
{
  background-image:url(../img/binder.gif);
  background-repeat:no-repeat;
  height:470px;
  margin: auto;
  padding:50px 190px 52px 480px;
  text-align:left;
  margin-top:50px;
  width:330px;
}

#forget a
{
  font-family: fantasy;
  text-decoration: none;
  color: #666;
  font-style: italic;
  float: right;
  margin-top: 30px;
  border: 1px dashed #999;
  padding: 5px;
}

#forget a:hover
{
  text-decoration: underline;
}

.binder-date
{
  margin: 15px 0 15px 0;
  font-family: Georgia, sans-serif;
  font-size: 17px;
  font-style: italic;
}


/*************/
/* Dashboard */
/*************/

.clipboard-top
{
  width: 593px;
  height: 103px;
  background-image: url(../img/to-do-top.gif);
  background-repeat: no-repeat;
}

.clipboard-body
{
  width: 553px;
  height: 400px;
  overflow: auto;
  background-image: url(../img/to-do-body.gif);
  background-repeat: repeat-y;
  padding: 0 20px;
}

.clipboard-bottom
{
  width: 593px;
  height: 20px;
  background-image: url(../img/to-do-bottom.gif);
  background-repeat: no-repeat;
}

.showdate
{
  font-family: cursive;
  font-size: 14px;
  text-align: center;
  font-style: italic;
}

.item-block
{
  border: 1px solid #eee;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-border-radius-topright: 0;
  border-top-right-radius: 0;
  padding: 5px;
}

.item-block h3
{
  padding-top: 0;
  margin-top: 0;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  background-color: #eee;
}

.to-do-list
{
  color: #666;
  margin-bottom: 5px;
}

.to-do-list span
{
  color: #69f;
  padding-right: 5px;
  margin-right: 5px;
  border-right: #ccc 1px solid;
}

/***********************/
/* Dashboard: Calendar */
/***********************/

.calendar-frame{
  width: 300px;
  height: 220px;
  background-image: url(../img/calendar-frame.gif);
  background-repeat: no-repeat;
  margin-top: 5px;
  padding: 33px 10px 10px 15px;
}
#calendar{
	width:298px;
	background-color:#FFFFFF;
	height: 218px;
}
#calendar td{
	border-left:solid 1px #CCC;
	border-bottom:solid 1px #666666;
	padding:2px;
	vertical-align:top;
	font-size:12px;
	height: 25px;
	color:#999999;
	width: 28px;
}
#calendar th{
	border-bottom:solid 1px #FF3300;
	padding:2px;
	text-align: center;
	height: 25px;
	font-size: 12px;
}
#calendar a{
    color: #69f;
}
#calendar a:hover{
    color: #6c3;
}
#calendar a:visited{
    color: #c63;
    text-decoration: none;
}
#calendar .weekend{
	background-color:#EBEBEB;
}
#calendar .month{
	color:#FF0000;
	font-size: 14px;
}

/*****************************/
/* Dashboard: Project Update */
/*****************************/
.project-update-top
{
  width: 330px;
  height: 53px;
  background-image: url(../img/project-update-top.gif);
}

.project-update-body
{
  width: 290px;
  height: 197px;
  background-image: url(../img/project-update-body.gif);
  padding: 5px 20px 0;
  overflow: auto;
}

.project-update-body li
{
  padding-bottom: 10px;
  border-bottom: #ccc 1px solid;
  margin-bottom: 10px;
}

.project-update-body a
{
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  font-family: "MS Sans Serif", sans-serif;
}

.project-update-body a:hover
{
  color: #fff;
  text-decoration: underline;
}

.project-update-body span
{
  color: #ffc;
  float: right;
  font-size: 18px;
  font-family: monospace;
  font-weight: bold;
}

.project-update-body div
{
  text-align: center;
  color: #f00;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin-top: 5px;
  font-size: 11px;
  font-weight: bold;
}

/*******************/
/* Wizard Progress */
/*******************/
.progress
{
    padding: 3px;
    background-color: #8dd;
    text-align: center;
    cursor: default;
}

.progress-border
{
    border: 3px solid #8dd;
    padding: 1px;
}

.progress h3
{
    text-align: center;
    font-size: 20px;
    margin: 0;
    padding: 4px;
    border-left: 1px solid #cff;
    border-top: 1px solid #cff;
    border-bottom: 1px solid #066;
    border-right: 1px solid #066;
}

.step-list
{
    list-style-type: none;
}

.step-list li
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin: 2px;
    color: #666;
}

.step-list li.done
{
    color: #000;
}

.step-list li.current
{
    background-color: #cff;
    color: #090;
}
