﻿body {
    margin: 0;
    color: #424c55;
    font-size: .75em;
    font-family: Arial;  
}

div#content-container {
    background: url(/Images/menu/content_clouds.jpg) no-repeat top right;
}

#content {
    padding: 10px 0 0 0;
    margin: 0 auto;
    width: 569px;
}

#left-menu
{
    float: left;
    width: 12em;
    height: 204px;
}

#left-menu ol
{
    list-style-type: none;
    margin-top: 0;
    margin-left: 0;
}

#left-menu li
{
	color:#717781;
	font-family:Arial;
	font-size: 9pt;
	font-style:normal;
	width: 12em;
	height:20px;
	float: left;
	border-bottom:2px dotted #bdc0c4;
}

.first
{
    color:Black;
}

.last 
{
    border-bottom: none;
}

/* end menu styles*/



/* end page heading styles*/

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

select
{
    width: 200px;
    border: 1px solid #CCC;  
    font-size:1em;  
}
  
fieldset
{
    border-style: none;
    font-family: Arial; 
    font-size: .75em; 
    width: 100%;
    color: #000000; 
    font-style: normal;
    float: left;
}
   
h2
{
    text-align:left;
    font-family: Arial;
    font-weight:lighter;
	color:#656b6f;
}

/*end main content styles */
/* button styles*/
#submit-buttons
{
	width: 400px;
	padding-top: 1em;
	float: left;
	clear: both;
}

.submit
{
    background-image:url(../Images/English/Submit.jpg);
    background-position: 0px -22px;
	background-repeat:no-repeat;
	margin:0px;
	overflow:hidden;
	float:right;
	width:101px;
	height:22px;
	border:0px;
	padding:0px;
	border-spacing:0px;
	cursor: pointer;
}

.submit-clicked
{
    background-image:url(../Images/English/Submit.jpg);
    background-position: 0px 0px;
	background-repeat:no-repeat;
	margin:0px;
	overflow:hidden;
	float:right;
	width:101px;
	height:22px;
	border:0px;
	padding:0px;
	border-spacing:0px;
	cursor: pointer;
}

.prev
{
	background-image:url(../Images/English/Back.jpg);
	background-repeat:no-repeat;
	margin:0px;
	float:left;
	width:100px;
	height:20px;
	border:0px;	
	cursor: pointer;
}

.searchbutton_master
{
	 margin-left:5px;
	 position:absolute; 
	 top:1px;
	 right:1px;
	 width:70px;
	 height:18px;
	 background-image:url(../../Images/search.jpg);
	 background-repeat:no-repeat;
	 margin:0px;
	 border:0px;	
	 cursor: pointer;
	 
}
.searchtext_master
{
	width:200px; 
	height:14px; 
	position:absolute; 
	top:1px;
}


.attendee
{
	background-image:url(../Images/English/attendees.jpg);
	background-repeat:no-repeat;
	margin:0px;
	float:left;
	width:100px;
	height:20px;
	border:0px;	
}

.register
{
	background-image:url(../Images/English/register.jpg);
	background-repeat:no-repeat;
	margin:0px;
	float:left;
	width:102px;
	height:22px;
	border:0px;	
}

.print
{
	background-image:url(../Images/English/print.jpg);
	background-repeat:no-repeat;
	margin:0px;
	float:left;
	width:100px;
	height:20px;
	border:0px;	
}
.next
{
	background-image:url(../Images/English/Next.jpg);
	background-repeat:no-repeat;
	margin:0px;
	float:right;
	width:100px;
	height:20px;
	border:0px;
	cursor: pointer;
}

.login
{
    background-image:url(../Images/login/login.jpg);
    background-repeat:no-repeat;
    margin: 0;
    width: 99px;
    height: 36px;
    border: 0;
}
.cancel
{
	
	background-repeat:no-repeat;
	margin:0px;
	float:left;
	width:100px;
	height:20px;
	border:0px;	
	cursor: pointer;
}

/* end button styles */

a { color: #ed1a3b; font-size: 0.9em; } 
a:link { text-decoration: none; color: #ed1a3b; }                             
a:visited { text-decoration: none; color: #ed1a3b; }
a:active { text-decoration: none; color: #ed1a3b; }                                 
a:hover { text-decoration: underline; color: #ed1a3b; }
.link { font-weight: bold; color: #000; }
.link:hover { text-decoration: none; color: #000; }
/* info panel */
.info-panel table thead{
    font-size: 150%;
}

.printpages
{
	background-image:url(../../Images/PrintIcon.jpg);
    background-repeat:no-repeat;
    margin: 0;
    width: 25px;
    background-color:Transparent;
    height: 22px;
    border: 0;
    padding:0px;
    margin-left:4px;
    cursor:pointer;
    position: absolute;
   
    
}

.backtopage
{
	background-image:url(../Images/English/Back.jpg);
	background-repeat:no-repeat;
	margin:0px;
	float:left;
	width:102px;
	height:22px;
	border:0px;	
	margin-left:10px;
    cursor: pointer;
}

 .increaseFont 
    {
    background-image:url(../../Images/English/FontUp.jpg);
    background-color:Transparent;
   	background-repeat:no-repeat;
	overflow:hidden;
	width:25px;
	height:17px;
	border:0px;
	padding:0px;
	border-spacing:0px;
	cursor: pointer;
    font-size:8pt;
    }
    
    
    .hideFonts
    {
    	 background-image:url(../../Images/HideFonts.jpg);
		background-color:Transparent;
   		background-repeat:no-repeat;
		overflow:hidden;
		width:17px;
		height:18px;
		border:0px;
		padding:0px;
		border-spacing:0px;
		cursor: pointer;
		position:absolute;
		left:121px;
    }
.decreaseFont 
    {
    background-image:url(../../Images/English/FontDown.jpg);
    background-color:Transparent;
   	background-repeat:no-repeat;
	overflow:hidden;
	width:25px;
	height:17px;
	border:0px;
	padding:0px;
	border-spacing:0px;
	cursor: pointer;
    font-size:8pt;
    	
    }
    
.resetFont
    {
    background-image:url(../../Images/English/FontReset.jpg);
    background-color:Transparent;
   	background-repeat:no-repeat;
	margin-top:-1px;
	overflow:hidden;
	width:50px;
	height:17px;
	border:0px;
	padding:0px;
	border-spacing:0px;
	cursor: pointer;
    font-size:8pt;
    }
    
    .TfontShow
    {
    	width:18px; 
    	height:20px;
    	background-image:url(../../Images/English/letterT.jpg);
    	border:0px;
		padding:0px;
		border-spacing:0px;
		cursor:pointer;
		position: absolute; 
		top:150px; 
		left:8px;
    	
    }
    
    .fontsdiv1
    {
    	cursor:pointer;position: absolute; top:170px; height:24px; width:140px;
    }
    
    .fontsdiv2
    {
    	float:left; margin-top:3px;height:17px; width:131px; padding-left:5px; border:1px Solid #ccc6c6; background-color: #e6ecef;
    }
 
h1{ font-size:2em;}
h2{ font-size:1.5em;}
h3{font-size:1.125em;}
h4{font-size:1em; }
h5{font-size:0.8em;}
h6{font-size:0.65em;}


