/* CSS Document */

a:link { color: #FF6633; text-decoration: none;}
a:visited{ color: #FF6633; text-decoration: none;}
a:hover{color: #333333; text-decoration: none;}
a:active { color: #333333; text-decoration: none;}

/* Main Page CSS */
body 
	{
	margin: 10px 25px 10px 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #FF6633 url(Images/Background.gif) repeat fixed; 
	color: #333333;
	}

#container 
	{
	height: auto;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	border-bottom: 5px solid black;
	padding: 0px;
	background: white;
	}
	
#content 
	{
	width: 740px;
	border-right: 5px solid black;
	border-left: 5px solid black;
	padding: 0px;
	}
	
#tombstone-top
	{
	width: auto;
	border-top: 5px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

#corbanTekBottomLogo
	{
	float: left;
	}

#corbanTekNet-Links
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 10px 0px 0px;
	padding: 0px;
	height: 21px;
	width: 288px;
	text-align: right;
	}

#corbanTekPageDescription
	{
	padding-top: 40px;
	padding-right: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	}

.tableLinks2
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	background: white;
	}

.tableLinks2 a:hover
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background: #FF6633;
	}

.tableLinks2 table:hover /* For Firefox */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: white;
	background: #FF6633;
	}

.tableLinksGo
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: black;
	}

.tableLinksGo a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	color: black;
	}

.tableLinksGo a:visited
	{
	color: black;
	}

/* Sub Menu */

#subMenu
	{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}
	
#subMenu a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	}

#subMenu a:hover
	{
	color: black;
	}

.subMenuBackground
	{
	background: url(Images/SubMenu/SubMenuBackground.gif) repeat;
	}


/* Pages Blocks */
#mainBlock
	{
	width: 500px;
	padding: 10px;
	}

#textMenu
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	clear: both;
	text-align: center;
	padding-top: 10px;
	}

#subTextMenu
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	clear: both;
	text-align: center;
	padding: 0px;
	}
	
#copyrightBlock
	{
	clear: both;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	text-align: center;
	padding-top: 20px;
	padding-bottom: 10px;
	}

/* Blocked Text Styles */

.title
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	}

.normalText
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: justify;
	}	
.subtitle
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 8px;
	text-align: left;
	}
	
.linkDescription
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: justify;
	}
	
.linkDescription a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

.linkDescription b a
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}	

/* Free Text Styles */
.size10Text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	}
	
.size12Text
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	}

.size12TextBold
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	}

.size14TextBold
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	}

/* Thumbnailer Properties */

.thumbNailCell
	{
	width: 100px;
	padding: 2px;
	background: #333333;
	}
.thumbNailCell a:hover img
	{
	filter: Gray;
	}

.photoCell
	{
	padding: 2px;
	background: #333333;
	}

.photoOptions 
	{
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}

.photoOptions a
	{
	font-weight: bold;
	color: white;
	}
	
.photoOptions a:hover
	{
	color: black;
	}
	
/* Table Styles */

.tableWhiteBorder
	{
	padding: 1px;
	border: 1px solid white;
	}

.tableWhiteBorderBlackText
	{
	padding: 1px;
	color: black;
	border: 1px solid white;
	}
.tableWhiteBorderBlackText a:hover
	{
	color: white;
	}

/* Window Styles */
.windowBackground
	{
	background: #FF6633;
	}
	
.windowTop 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: black;
	background: url(Images/Window/TopBar.gif) repeat;
	}

.windowBottom
	{
	background: url(Images/Window/BottomBar.gif) repeat;
	}
	
.windowLeft
	{
	background: url(Images/Window/LeftBar.gif) repeat;
	}

.windowRight
	{
	background: url(Images/Window/RightBar.gif) repeat;
	}
	
.windowTextWhite 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: white;
	}
	
.windowTextBlack 
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: black;
	}
	
.windowTextBlue
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF6633;
	}
	
