body{
	font-size:12px;
	font-family: Arial;
	background-color:#dbdbdb;
	padding:0px;
	margin:0px;
}

form {
	padding: 0px;
	margin: 0px;
}

#left{
	float: left;
	width: 195px;	
}

#right{
	float: left;
	width: 810px;
}

.tab {
	background-image: url('images/tab.jpg');
	width: 157px;
	height: 20px;	
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border: 1px solid #a698a6;
}

.tab_active {
	background-image: url('images/tab-active.jpg');	
	width: 157px;	
	height: 20px;	
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border: 1px solid #a698a6;
}

.ctab:link {
 	color:#ffffff;
	text-decoration:none;
	display: block;
	padding: 5 0 0 5;
}	

.ctab:hover {
 	color:#ffffff;
	text-decoration:underline;
	display: block;
	padding: 5 0 0 5;
}	

.ctab:visited {
 	color:#ffffff;
	text-decoration:none;
	display: block;
	padding: 5 0 0 5;
}	

.start {
	padding-left: 5px;
	margin-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a698a6:
	height: 18px;
}

.middle {
	padding-left: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a698a6:
	height: 18px;
}

.end {
	padding-left: 5px;
	margin-right: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #a698a6:
	height: 18px;
}

#top_large{
	background-image: url('images/slice-big.jpg');
	height:110px;
	width: 100%;
	color: #ffffff;
}

#top_medium_manage{
	background-image: url('images/slice-medium.jpg');
	height: 57px;
	color: #ffffff;
	border-bottom: 3px solid #fc8002;
}

#top_medium_edit{
	background-image: url('images/slice-medium.jpg');
	height: 57px;
	color: #ffffff;
	border-bottom: 3px solid #7dfd08;
}

#top_small_manage{
	background-image: url('images/slice-small.jpg');
	height: 19px;
	color: #ffffff;
	border-bottom: 3px solid #fc8002;
}

#top_small_edit{
	background-image: url('images/slice-small.jpg');
	height: 19px;
	color: #ffffff;
	border-bottom: 3px solid #7dfd08;
}

.small {
	font-size:12px;
}

.admin {
	font-size:12px;
	width: 100%;
}

.head_padding{
	padding: 3px;
}

.padding{
	padding: 3px;
}

.cform{
	padding-top: 3px;
	margin-top: 3px;
	border: 1 solid #a598a6;
}

.header{
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
	padding: 3 3 3 3;
	margin: 3 3 3 3;
	background-color: #cccccc;
	border: 1px solid #a698a6;
	height: 18px;
}

.user {
	width: 100;
}

.date {
	width: 100;
}

.activity {
	width: 570;
}

.content{
	width:100%;
	padding:10px;
}

.messages{
	width:185px;
	background-color: #ffffff;
	border: 1px solid #a698a6;
}

.inner_message{
	width:170px;
	padding: 5px;
	text-align: left;
}

.container{
	width:100%;
	color: #000000;
	background-color: #ffffff;
	border: 1px solid #a698a6;
}

.nav{
	font-size:10px;
	color: #000000;
	text-decoration:none;
}

.dropdown{
	position: absolute;
	display: none;
	border: 1px solid #000000;
	background-color: #ffffff;
	margin: 5px;
	padding: 5px;
	z-index: 32000;
}

.row {
	font-size: 12px;
}

.ltext {
	font-weight: bold;
	font-size: 20px;
	padding: 5 0 0 15;
}

.stext {
	font-size:14px;
	font-weight: bold;
	padding: 5 0 0 15;
}

.submenu {
	position:absolute;
	background-color:#003366;
	width:200;
}

a.drop:link {
	color: #ffffff;
	display: block;
	padding: 3 3 3 3;
	border: 1 #dddddd solid;
	text-decoration: none;
}

a.drop:visited {
	color: #ffffff;
	display: block;
	padding: 3 3 3 3;
	border: 1 #dddddd solid;
	text-decoration: none;
}

a.drop:hover {
	color: #003366;
	background-color: #dddddd;
	display: block;
	padding: 3 3 3 3;
	border: 1 #003366 solid;
	text-decoration: none;
}

a.head:link {
	color: #ffffff;
	padding: 0 30 3 3;
	text-decoration: none;
}

a.head:visited {
	color: #ffffff;
	padding: 0 30 3 3;
	text-decoration: none;
}

a.head:hover {
	color: #ffffff;
	padding: 0 30 3 3;
	text-decoration: none;
}

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}

/* store */
.partbox {
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #e5ebfe;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e5ebfe;
}

.fullbox {
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-right-width: 1px;
	border-left-color: #e5ebfe;
	border-right-color: #e5ebfe;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-bottom-color: #e5ebfe;
}

.list {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
