/* CSS Document */

body { 
	background-color: #edead7;
}

th{
	background-color:#66ff66;
}

a {
	font-weight:bold;
	color:#009933;
}
a:hover {
	color:#000000;
}

#login fieldset
{
	background: #D5FFBB;
	border: 1px solid #cccccc;
	width: 20em;
}

#login legend
{
	color: #000000;
	background: #66ff66;
	border: 1px solid #cccccc;
	padding: 1px 6px;
	font-weight: bold;
}

.form fieldset
{
	border: 1px solid #cccccc;
	width: 20em;
}

.form legend
{
	color: #000;
	background: #66ff66;
	border: 1px solid #cccccc;
	padding: 1px 6px
}

.divider{
	margin:1em 0;
	padding:0;
	border:0;
	border-top:1px solid #cccccc;
}
.divider legend{
	color:#000000;
	font-weight:bold;
}

#header #logo{
}

/* curves */
#maintop,#mainbot{
	height:29px;
	background-color:#FFFFFF;
}

#top1,#top2,#bot1,#bot2{
	height:29px;
	width:50%;
}

#top1{
	float:left;
	width:40px;
	background: url("http://www.shiftcreate.com/images/left_curve.gif");
	background-position:left;
	background-repeat:no-repeat;
}

#top2{
	float:right;
	width:40px;
	background: url("http://www.shiftcreate.com/images/right_curve.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#bot1{
	float:left;
	width:40px;
	background: url("http://www.shiftcreate.com/images/bot_left_curve.gif");
	background-position:left;
	background-repeat:no-repeat;
}

#bot2{
	float:right;
	width:40px;
	background: url("http://www.shiftcreate.com/images/bot_right_curve.gif");
	background-position:right;
	background-repeat:no-repeat;
}

#maincontent{
	background:url("http://www.shiftcreate.com/images/div_bg.gif");
	background-position:right;
	background-color:white;
	background-repeat:repeat-y;
	width:100%;
	padding:2px 0px;
}

#innermaincontent{
	margin:30px;
	margin-top:5px;
	width:90%;
}


input:focus, textarea:focus{
	border-color:#00CC33;
	background:#D5FFBB;
}

/* Core site element widths */

#header { padding: 0 50px; }
#breadcrumbs { padding: 0 50px; }
#content { padding: 0 50px; }
#footer { padding: 0 20px; margin: 0 50px; }

#header div, #content, #breadcrumbs div, #footer {
	max-width: 900px; margin: 0 auto;
}

#header div { position: relative; }

/* header */

#header {
	position: relative;
	z-index: 1;
	width:630px;
	margin:0 auto;
}

/* sidenav */
#sidenav{
	float:left;
	margin-top:10px;
	margin-left:10px;
}

#sidelinks{
	list-style:none;
	width:200px;
	padding:0;
	margin:0;
}

#sidelinks #current{
	background:#D5FFBB;
}

#sidelinks li{
	padding: 4px 0px;
	margin: 0;
	font-size:14px;
}

/* breadcrumbs */

#breadcrumbs {
	padding-top: 4px;
	padding-bottom: 30px;
	font-size: 85%;
	color: #999;
}

/* content */
#content {
	background: #fff;
	overflow:hidden;
	min-height:500px;
	border-color:#D5FFBB;
}


/* main */
#main {
	padding: 25px 50px;	
}

/* footer */
#footer {
	clear: both;
	margin-top: 0em;
	margin-bottom: 1em;
	color: #888;
	padding: 25px 50px;	
	text-align: center;

	color: #5d665b; 
	font-size: 10px;
	line-height: 170%;
	font-weight:bold;
}

#footer ul#footer-menu {
	margin: 0 1em 0 1em;
	padding: 0;
	list-style-type: none;
}

#footer ul#footer-menu li {
	display: inline;
	margin: 0 1em;
}

#footer ul#footer-menu li a {
	margin: 0 1em;
	white-space: nowrap;
}

#footer p {
	margin: 0.3em;
	clear: both;
}

.error{
	background-color:#FFBFBF;
}

.boxTable{
	border-style:solid;
	border-color:#000000;
	border-width:1px;
}

.boxTable th, .boxTable td{
	padding:5px;
}


#intranet_title{
	height:50px;
	padding:0px 10px;
	border-bottom:1px solid black;
}

.topItem
{
	cursor:pointer;
	text-decoration: none;
	color: #000; 
	font-weight:bold;
	background-color:#66ff66;
	padding:3px 0px;
	text-indent:10px;
	margin-left: 10px;
	border: 1px solid #000;
}

.dropMenu
{
	margin-left: 10px;
	padding:3px 0px;
	padding-left:10px;
	font-weight:bold;
	border: 1px solid #000;
	background:#fff;
}

.dropMenu a{
	text-decoration:none;
	font-weight:normal;
	font-size:11px;
	color:#333333;
}

.dropMenu a:hover{
	text-decoration:underline;
	color:#666666;
}

.box{
	border: 1px solid #000;
	border-collapse:collapse;
}
.box th{
	color: #000;
	background-color:#66ff66;
	padding:0px 3px;
	font-weight:bold;
	height:20px;
	border-style: none;
	border-bottom: 1px solid #000;
}
.box td{
	padding:3px 3px;
	border-style: none;
	height:20px;
}
.box tr{
	background:#fff;
}
.rows tr:hover{
	background-color:#D5FFBB;
}
.rows td{
	border-bottom:1px dotted #cccccc;
}
.sub td{
	background-color:#CCCCCC;
}

.dragableBoxHeader{	/* Header inside RSS box */
	background-color:#66ff66;
	height:20px;
	font-weight:bold;
	color: #000;
	border: 1px solid #000;
}

/* tabs */
div.TabStyleTabList
{
	margin: 0px;
	padding: 0px;
}

div.TabStyleTabActive
{
	display: inline;
	height: 20px;
	border: 1px solid #000000;
	border-bottom: 1px solid #66ff66;
	background-color: #66ff66;
	margin-left: 5px;
	padding: 3px;
	font-size: 14px;
}

.TabStyleTabActive a {
	text-decoration: none;
	cursor: default;
	color:#000;
	font-weight:bold;
}

div.TabStyleTabNormal
{
	display: inline;
	height: 20px;
	border: 1px solid #000000;
	border-bottom-color:#000000;
	background-color: #eee;
	margin-left: 5px;
	padding: 3px;
	font-size: 10px;
}

div.TabStyleTabNormal a {
	color: #000000;
	text-decoration: none;
}

div.TabStyleTabNormal a:hover {
	text-decoration: underline;
}

div.TabStyleContainer
{
	margin: 0px;
	padding: 0px;
}

div.TabStyleContent
{
	padding: 0px;
	margin: 0px;
	margin-top: 3px !important;
	margin-top: -1px;
	border: 1px solid #000000;
}

.odd{
	background-color:#D5FFBB;
}

.action{
	width:100px;
	text-align:center;
}
.action a{
	font-weight:normal;
	text-decoration:none;
	color:#000000;
}