/* --------------------------------------------------
CSS Document For Leaves v1.0 - Anthonyy @ OSWD.org
-------------------------------------------------- */

/* CONTAINER */
		body {
			margin: 0px;
		}
		
		#container {
			width: 95%;
			margin: 10px ;
			font-family: Lucida Grande, Tahoma, Arial, Helvetica, sans-serif; /* Lucida Grande for the Macs, Tahoma for the PCs */
			font-size: 11px;
			line-height: 1.6em;
			color: #666;
			background-color: #FFF;
		}
		
/* GENERAL MOJO AND MULA */
		
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: normal;
			font-size: 32px;
			color: #CC6633;
			margin-bottom: 30px;
			background-color: #FFF;
		}
		
		h2 {
			color: #666666;
			font-size: 16px;
			font-family: Arial, Helvetica, sans-serif;
			background-color: #FFF;
		}
		
		.page_title {
			font-family: Arial, Helvetica, sans-serif;
			font-weight: bold;
			font-size: 20px;
			color: #666666;
			margin-bottom: 30px;
			background-color: #FFF;
			text-decoration: underline;
		}
		
		a {
			color:#CC6714;
			text-decoration: none;
		}

		a:hover {
			color:#CC6714;
			background-color: #F5F5F5;
		}

		
		/*form {
			float:right;
			margin-top: -45px;
			font-size: 9px;
		}*/
		
		input, select {
			background-color: #fff;
			/*color: #fff;*/
			border: 1px solid #CCC;
			font-size: 11px;
			/*padding: 3px;*/
		}
		
		
		.button {
			padding: 2px;
		}
		
/* HEADER ELEMENTS */

		#header {
			border-bottom: 4px solid #948979;
			padding-top: 10px;
			clear: both;
			margin-bottom: 10px;
		}
		

		/* the slogan */
		#header p { 
			margin-top: -20px;
			margin-left: 30px;
			color: #999999;
		}

/* NAVIGATION ELEMENTS */
	
		 #navigation ul {
			margin-left: 0;
			padding-left: 0;
			list-style-type: none;			
			float: left;
			width: 140px;
		}

		#navigation a {
			display: block;
			padding: 5px;
			width: 140px;
			border-bottom: 1px solid #CCC;
		}

		#navigation a:link, #navlist a:visited {
			color:#CC6714;
			text-decoration: none;
		}
		
		#navigation a:hover {
			background: #000000 url(/mousepat/img/arrow.gif) 96% 50% no-repeat;
			background-color: #F5F5F5;
			color:#CC6714;
		}

/* THE SMALL BOX BELOW NAV */

		#navigation p {
			margin-top: 40px;
			padding: 5px;
			border-bottom: 1px dotted #CCC;
			border-top: 1px dotted #CCC;
		}
		
/* CONTENT ELEMENTS */

		#content {
			/*width: 600px;*/
			margin-left: 180px;
			/*margin-right: 50px;*/
			
		}
		
		#welcome {
            background-image:url(/mousepat/img/bg2.gif);
            background-repeat:no-repeat;
            height: 600px;
        }
		
/*
                    #content p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}
*/

/* SIDEBAR ELEMENTS */

		#sidebar {
			float: right;
			width: 175px;
		}
		
		#sidebar p {
			padding-bottom: 10px;
			border-bottom: 1px solid #DDDDDD;
		}

/* FOOTER ELEMENTS */

		#footer {
			margin-top: 20px;
			clear: both;
			background-color:#575352;
			padding: 0px 5px 0px 5px;
		}
		
		#footer p {
			color:#89817f;
			padding: 5px;
		}
		
		#footer p a {
			color: #89817f;
			border-bottom: 1px dotted #89817f;
		}
		
		#footer p a:hover {
			color: #FFFFFF;
			background-color:#575352;
		}
		
		/* And they lived happily ever after. The End. */
		
.square{
    border: 1px dashed #000000;
    padding: 10px 10px 1px 10px;
    text-align: left;
    background : #F7F9D0;
}

.tabscontainer {
	padding: 10px;
	margin: 0 0 0 0;
	background: #fff;
	}
	
#minitabs {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #B22222;
	}

#minitabs li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	}
	
#minitabs a:link, #minitabs a:visited {
	float: left;
	/*font-size: 10px;*/
	line-height: 14px;
	font-weight: bold;
	margin: 0 10px 4px 10px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #CC6633;
	}

#minitabs a.active:link, #minitabs a.active:visited, #minitabs a:hover {
	border-bottom: 4px solid #B22222;
	padding-bottom: 2px;
	background: #fff;
	color: #B22222;
	}


.datatable{
}


.datatable_th {
	color: #B22222;
	/*border-right: 1px solid #B22222;*/
	border-bottom: 1px solid #B22222;
	text-align: center;
	vertical-align:baseline;
	background: #F7F9D0;
	/*font-size:0.8em;*/
	padding:1px;
	line-height: 1.0em;
}

.datatable_td {
	border-right: 1px solid #FAF0E6;
	border-bottom: 1px solid #FAF0E6;
	background: #fff;
	color: #4f6b72;
	/*font-size:0.8em;*/
	padding:1px;
	line-height: 1.0em;
	vertical-align:top;
	text-align:center;
	white-space:nowrap;
}

	#ishtable
	{
		border-collapse: collapse;
		margin: 10px;
		line-height: 1.1;
		color: #000;
	}
	
	#ishtable tr:hover, td.start:hover, td.end:hover { background: #FF9; }
	th, td { padding: .3em .5em; border: none; }
	
	#ishtable th
	{
	
		font-weight: normal;
		text-align: left;
		padding-left: 15px;
	}
	
	#ishtable th.name { width: 12em; }
	#ishtable th.location { width: 12em; }
	#ishtable th.color { width: 10em; }
	
	#ishtable thead th
	{
		color: #B22222;
		border-bottom: 1px solid #B22222;
		text-align: left;
		padding: 2px;
		background: #ffffff;
		/*background: url(/img/app/arrow.gif) no-repeat 2px 50%;*/
	}
	
	#ishtable tbody th.top
	{
		background: url(/mousepat/img/arrow.gif) 5px 54% no-repeat;
		padding-left: 18px;
	}
	
	#ishtable tbody th.start
	{
		background: url(/mousepat/img/dots.gif) 18px 54% no-repeat;
		padding-left: 26px;
	}
    
	#ishtable tbody th.end
	{
		background: url(/mousepat/img/dots2.gif) 18px 54% no-repeat;
		padding-left: 26px;
	}

