﻿body
{
    margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background:url(../images/bg.jpg) repeat-x left top;
	font-size:12px;
	background-color:#f7f6f1;
	color:#464748;
}
.main
{
    width:900px;
    margin:0 auto;      
}
.logo
{
    width:inherit;
    background:url(../images/logo.gif) left center no-repeat;
    height:94px;    
}

/* Vertical Spacing */
.spacer { width:inherit; height:10px; line-height:10px; clear:both; }
.spacer1 { width:inherit; height:15px; line-height:15px; clear:both; }
.spacer2 { width:inherit; height:20px; line-height:20px; clear:both; }
/* Vertical Spacing */

/* Top Menu */
.topmenu { height:30px; width:inherit; padding:0px; }
.topmenu a 
{
    line-height:30px;
    margin:0px;
    float:left;
    background-color:#666;    
    padding:0px 10px 0px 10px;
    margin-right:3px;
    color:#fff;
    text-decoration:none;
    display:block;
}
.topmenu a:hover
{
	background-color:#eee;	
	color:#000;	
}
.topmenu .activemenu
{
	background-color:#fff;
	font-weight:bold;
	color:#000;	
}
.topmenu .activemenu:hover { background-color:#fff; }
.submenu 
{ 
    height:30px; 
    width:inherit; 
    padding:0px; 
    background-color:#fff; 
}
.submenu label
{
    width:800px; 
    display:block; 
    float:left;
}
.submenu label a
{
	background:url(../images/arrow.gif) no-repeat left center;
	text-decoration:none;
	color:#666;	
	margin:0px 10px 0px 10px;	
	padding-left:12px;
	line-height:30px; 
	height:30px; 		
}
.submenu label a:hover
{
	color:#000000;
	background:url(../images/activearrow.gif) no-repeat left center;
}
.submenu .logout
{
	background:url(../images/logout.gif) no-repeat left center;
	line-height:30px; 
	height:30px; 		
	float:left;
	text-decoration:none;
	color:#666;	
	padding-left:24px;
}
.submenu .logout:hover
{
	color:#000000;	
}
/* Top Menu */

/* Messages */
.info
{
	width:auto;
	border:solid 1px #e9e9e9; 
	margin-left:10px;
	margin-right:10px;
	padding:0px;
}
.info h2
{
	line-height:25px; 
	background-color:#f7f6f1;
	background-image:url(../images/information.gif);	
	background-repeat:no-repeat;
	background-position:left center;
	margin:0px; 
	padding:0px; 
	border-bottom:solid 1px #e9e9e9; 		
	height:25px;
}
.info p
{
	line-height:25px; 
	margin:0px;
	text-indent:10px;
	color:#464748;
}
.error
{
	width:auto;
	border:solid 1px #e9e9e9; 
	margin-left:10px;
	margin-right:10px;
	padding:0px;
}
.error h2
{
	line-height:25px; 
	background-color:#f7f6f1;
	background-image:url(../images/error.gif);	
	background-repeat:no-repeat;
	background-position:left center;	
	margin:0px; 
	padding:0px; 
	border-bottom:solid 1px #e9e9e9; 		
	height:25px;
}
.error p
{
	line-height:25px; 
	margin:0px;
	text-indent:10px;
	color:#FF0000;
}
.success
{
	width:auto;
	border:solid 1px #e9e9e9; 
	margin-left:10px;
	margin-right:10px;
	padding:0px;
}
.success h2
{
	line-height:25px; 	
	margin:0px; 
	padding:0px; 
	border-bottom:solid 1px #e9e9e9; 
	background-color:#f7f6f1;
	background-image:url(../images/success.gif);	
	background-repeat:no-repeat;
	background-position:left center;		
	height:25px;
}
.success p
{
	line-height:25px; 
	margin:0px;
	text-indent:10px;
	color:#148f68;
}
/* Messages */

/* Login Panel */
.login
{
     width:370px;
     height:200px;
	 border:solid 1px #e9e9e9; 
	 margin:0 auto;
	 padding:0px;  
	 margin-top:50px; 
}
.login h2
{
     line-height:36px;
     height:36px; 
	 background:#f7f6f1 url(../images/loginIcon.gif) 2px center no-repeat; 
	 margin:0px; 
	 padding-left:40px; 
	 border-bottom:solid 1px #e9e9e9;  
	 font-size:13px; 
}
.login p
{
    padding:0px;
    margin:0px;  
    line-height:20px;
}
.login p span
{
    width:130px;
    text-align:right;
    padding-right:15px; 
    display:block;
    float:left;   
}
/* Login Panel */

/* Controls */
.textbox
{
	border:solid 1px #CCC;
	height:16px;
	line-height:16px;
	color:#990000;
}
.combobox
{
	border:solid 1px #CCC;
	height:19px;
	line-height:19px;
	color:#990000;
}
.validation 
{  
    border:solid 1px red;
	height:16px;
	line-height:16px;
	color:#990000;    
}
.button
{
	background-color:#666;
	border:solid 1px #000000;	
	color:#fff;
	font-weight:bold;
	cursor:pointer;
	padding:1px 10px 1px 10px;
}
.button:hover
{
	color:red;	
}
.list
{    
    margin:0 auto; 
    border-top:solid 1px #CCC;     
    border-right:0px;
    border-bottom:0px;
    border-left:solid 1px #CCC; 
    font-size:11px; 
    border-bottom:solid 1px #CCC;
}
.list tr { border-bottom:solid 1px #CCC; }
.list tr td { border-right:solid 1px #CCC; line-height:22px; border-bottom:0px; overflow:hidden; }
.list tr th { border-right:solid 1px #CCC; line-height:22px; background-color:#f7f6f1; border-bottom:0px; }
.indent { text-indent:8px; padding-right:8px; }
.pager 
{
    background-color:#f7f6f1;    
}
.pager td
{
    padding:0px;
    height:16px;  
}
.pager td table { margin:0px; }
.pager td table tr td { line-height:16px; border:0px; }
.pager td table tr td span { font-weight:bold; margin-right:3px; }
.pager td table tr td a { color:#990000; margin-right:3px; }

/* Controls */

.container
{
	width:inherit;
	height:530px; 		
	background-color:#fff;
	overflow:hidden;
}
.content
{
    border:solid 1px #e9e9e9; 
    width:auto; 
    overflow:hidden; 
    height:420px; 
    margin:0px 10px 0px 10px;    
}
.content h2
{
     line-height:25px;
     height:25px; 
	 background-color:#f7f6f1; 
	 margin:0px; 
	 padding-left:10px; 
	 border-bottom:solid 1px #e9e9e9;  
	 font-size:13px; 
}
.content p { margin:0px; margin-top:10px; line-height:20px; }
.content p span { padding-left:30px; display:block; float:left; }
.content p span b { color:Red; }
.webpart
{
   border:solid 1px #e9e9e9; 
   margin-left:10px;
   margin:0px 15px 0px 15px;
}
.webpart h2
{
     line-height:25px;
     height:25px; 
	 background-color:#f7f6f1; 
	 margin:0px; 
	 padding-left:30px; 
	 border-bottom:solid 1px #e9e9e9;  	 
	 background-repeat:no-repeat;
	 background-position:2px center;
}
.webpart p
{
    padding:0px;
    margin:0px;  
    line-height:20px;
    margin-bottom:10px;
}
.webpart p span
{        
    padding-left:30px; 
    display:block;
    float:left;   
}

.copyright
{
    background-color:#fff; 
    height:27px;  
    line-height:27px;
    color:#666;
	text-indent:10px;
	font-size:11px;  
}
.tab
{
	margin:5px 30px 0px 30px;	
}
.tabarea
{
	height:28px; 
	line-height:28px; 
	margin:0px;
	padding:0px;
}
.activetab
{
	text-decoration:none;
	font-weight:bold;
	display:block;
	background-color:#ccc;	
	text-align:center;
	color:#000;
	margin-right:3px;
	float:left;
	width:110px;
}
.defaulttab
{
	text-decoration:none;	
	display:block;
	background-color:#f7f6f1;	
	text-align:center;
	color:#333;
	margin-right:3px;
	float:left;
	width:110px;
	border:solid 1px #ccc;
	height:27px;
	line-height:27px;
	border-bottom:0px;	
}
.defaulttab:hover
{	
	background-color:#eee;
}
.inactivetab
{
	text-decoration:none;	
	display:block;
	background-color:#f7f6f1;	
	text-align:center;
	color:#ccc;
	margin-right:3px;
	float:left;
	width:110px;
	border:solid 1px #ccc;
	height:27px;
	line-height:27px;
	border-bottom:0px;	
}
.tbspec
{
	border:solid 1px #ccc;
	height:280px;	
}
.tbspec p 
{
	line-height:20px;	
	margin:10px 0px 0px 30px;	
	width:inherit;
	clear:both;
}
.tbspec p span
{
	width:150px;
	display:block;	
}
.tbspec p span b { font-weight:bold; }
.tbfech
{
	border:solid 1px #ccc;
	height:280px;		
}
.tbfech p
{
	width:400px;	
	float:left;
	margin-top:10px;
}
.tbfech p span
{
	width:150px;
	margin-left:40px;
	display:block;	
}
.tbgallery
{
	border:solid 1px #ccc;
	height:280px;	
}
.tbgallery .spacer
{
	width:inherit; 
	height:30px; 
	clear:both;	
}
.tbgallery .container
{
	width:740px; 
	margin:0 auto; 
	height:122px;	
}
.tbgallery .container .listitem
{
	width:130px; 
	height:120px; 	
	float:left;	
}
.tbgallery .container .devider
{
	width:20px; 
	height:120px; 
	float:left;	
}
.tbgallery .pagination a
{
	color:#990000;
	text-decoration:none;
	margin:0px 1px 0px 1px; 	
}

