/* Boutros AbiChedid;05/08/2008; */
/* Course: Introduction to ColdFusion Web Development - P121.23*/
/* Stylesheet for all medium layout */

/****************** Main structure ******************/

body {
	margin: 10px;
	padding: 10px;
	font: 90% Georgia, "Times New Roman", Times, serif;
	background-image: url(images/tile.jpg);
}

.main  {	
	color: #273927;
	background-color: inherit;
	width: 800px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

table {
    table-layout: auto;
	width:100%;
	text-align:left;
	border-collapse:collapse;
	border: 2px solid #a4cffa;
}

caption {
	padding-top:6px;
	padding-bottom:6px;
	border: 4px solid #F5E1CD;
	font: bold 140% abcCursive, cursive;
}

th {
	color: inherit;
	background-color: #8CA5B6;
	border: 2px solid #a4cffa;
	padding-top:5px;
	padding-bottom:5px;
}

tr {
    border: 2px solid #a4cffa;
}

td {
    border: 2px solid #a4cffa;
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
}

.tHeader {
	font-size: 125%;
	width:100%;
	color: inherit;
	background-color: #CCCCCC;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

table#Add_Search {
    table-layout: auto;
	width:100%;
	border-collapse:collapse;
	margin-top: 20px;
	border: 2px dashed #708EA4;
}

#Add_Search td {
	text-align:center;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	border:2px dashed #708EA4;
}

span#empOfMonth {
	font: bold 130% abcCursive, cursive;
}

span.goBack {
	font: bold 110% abcCursive, cursive;
}			
				
.left  {	
	width: 900px;
	margin-top:50px;
}

span.cf_info {
	font-size: 115%;
	color: #000066;
	background-color: inherit; 
	font-style: italic;
}

span.red {
	color:red;
	background-color:inherit;
	font-size: 120%;
}

span.header {
	font-size: 113%;
}

span.header_info {
	font-size: 85%;
	color: #000066;
	background-color: inherit; 
	font-style: italic;
}
div.error { 
	background-color:inherit; 
	color:#FF1355;
	margin-left:auto; 
	margin-right:auto;
	padding-left:5%;
	padding-right:5%;
	text-align: center;
	font-style: italic;
}

img.arrow {
	padding:0px;
	display:inline;
	border: 0px;
}

table.employee {
    table-layout: auto;
	width:auto;
	text-align:left;
	border-collapse:collapse;
	border: 1px dotted #006;
}

.employee td{
	border: 1px dotted #006;
}

.submit_clear {
	width:140px;
	margin-right:20px; 
	color:#000;
	background-color:#eaeaea; 
	font-weight:bold; 
	padding:3px;
}
/***************** Bottom of Page (Footer) *****************/

#footer {
    width: 800px;
	clear: both;
	padding: 10px 0 20px 0;
	text-align: center;
	border-top: 2px solid #ff6262;	
	color: #808080;
	background-color: inherit;
	font-size: 1em;
	margin-top:50px;
	margin-right: auto;
	margin-left: auto;
}

a {
	color: #333399;
	background-color: inherit;
	text-decoration: none;
}

a:link {
	color: #333399; /*#008080;*/
	background-color: inherit;
}
 
a:visited {
	color: #f00;
	background-color: inherit;
} 

a:hover {
	text-decoration: underline;
	color: #006633; 
	background-color: inherit;
	font-size: 102%;
}

#footer span {
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.0em;
}

a#contact {
	font-size: 0.82em;
}
