/*
// eTecc Communications Framework
// Version 1.0
// Copyright 2007 eTecc Communications All Rights Reserved
// Last Updated: January 23, 2007
// Created On: January 23, 2007 
*/

html {
	height:100%;
}

body {
	margin:0;
	border:0;
	height:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
}
	td,th,body,input,select,textarea {
	
		FONT-FAMILY:verdana,sans-serif; font-size:10pt; color:#333333;
	}

	a {
		font-size:12px;
		COLOR: #990000;
		text-decoration:none;
	}
	a:hover {

		text-decoration:underline;
	}

/* Menu CSS Code */

.menuul{
	list-style-type:none;
	margin:0px;
	padding:0px;
}

.menuli{
	list-style-type:none;
	float:left;
	line-height:25px;
	vertical-align:middle;
}

.menuli a {
	display:block;
	padding-left:.5em;
	padding-right:.5em;
	
	color:#333333;
	text-decoration:none;
}

.menuli a:hover {
	background-color:#FFFFFF;
	height:25px;
}


/* Form Style Information */

.form {
	border:#333333 1px dotted;
	padding:5px;
}

.form h3 {
	margin-top:0px;
	background-color:#eeeeee;
}

.form tr td {
	vertical-align:top;
}

.form tr td label {
	margin-top:2px;
}

.form tr .row {
	border-bottom:#666666 1px solid;
}

/* Admin Panel Login Panel */

.loginTitle {
	margin:10px auto;
	width:300px;
}

.login {
	border:#999999 1px solid;
	margin:0px auto;
	padding:10px;
	width:300px;
}

.login .button {
	margin-right:12px;
}


/* Admin Panel Footer Text */

.createdby {
	font-family:verdana, sans-serif;
	text-align:center;
	font-size:10px;
	color:#d7d7d7;
}

.createdby a {
	color:#d7d7d7;
	font-size:10px;
	text-decoration:none;
}
.createdby a:hover {
	text-decoration:underline;
}
a.new_link {
		
	font-size:15px;
	FONT-WEIGHT:bold;
	font-family:sans-serif;
	text-decoration:none;
	color:#000000;
}
	/*
		Large Top Nav
	*/
	.nav,.nav:active,.nav:link,.nav:visited
	{
		FONT-FAMILY:sans-serif; font-size:11pt; 
		color:#989898; text-decoration:none; FONT-WEIGHT:bold;
	}
	.nav:hover
	{
		COLOR: #ccc;
	}
	
	li {
		padding:4px;
	}
	li a {
		font-size:14px;
		text-decoration:none;
		color:#990000;
	}
	li a:hover {
		text-decoration:underline;
	}
	a.bullet_link:visited,a.bullet_link:active, a.bullet_link:link   {
		font-size:12px;
		FONT-WEIGHT:bold;
		text-decoration:none;
		color:#990000;
	}
	a.bullet_link:hover {
		text-decoration:underline;
	}
	fieldset 
	{  
		-moz-border-radius-bottomleft:8px;   
		-moz-border-radius-bottomright:8px;   
		-moz-border-radius-topleft:8px;   
		-moz-border-radius-topright:8px;   
		border-radius: 8px;   

		clear: both;  
		width: 98%;  
		padding: 10px;
		*padding-top: 0; /*to lose the added whitespace line in IEs*/ 
		border: 1px solid #BFBAB0;  
	
		background-color: #F2EFE9;  
		background-image: url('../images/fieldsetBg.gif'); 
		background-repeat: repeat-x;
	}
	legend {  
		margin-left: 1em;  
		padding: 0;  
		
		font-size:11pt;
		font-weight:bold;
		color:#865d4a;
	}
	#Content
	{
		width:680px;
	}
	.smallLinks
	{
		font-size:7pt;
	}
	.leatherBg
	{
		background-image:url('../../images/LeatherTile.jpg');
	}
