/* STYLE.CSS

   SNAPTEXT.COM

   Copyright MARTIN LEWIS 2006

*/

body 		{
			margin: 0px 0px 0px 0px;
			padding: 0px 0px 0px 0px;	
			background-color: #FFF;
		}


#page 		{
			width: 100%;
			height: 100%;
			margin-right: auto;
			margin-left: auto;
			text-align:center;
		}	


#header 	{
			position: relative;
			height: 60px;
			width: 840px;
			margin: 17px auto 10px auto;
			
		}


#headerimg 	{
			margin: 0;
			height: 40px;
			padding-top: 10px;
		}


#headleft	{
			position: absolute;
			width: 410px;
			left: 14px;
			top: 17px;
			height:30px;
			text-align: left;
			background-color: #FFF;
			
		}
								
		
#headmid	{
			position: absolute;
			width: 300px;
			left: 450px;
			top: 20px;
			text-align: right;
			font-family: Verdana, Tahoma, Arial, sans-serif;
			font-weight:bold;
			color:black;
			font-size:10pt;
		}
			
	
#headright	{
			position: absolute;
			width:270px;
			left: 558px;
			text-align:left;
			top: 0px;
		}


#content 	{
			width: 840px;
			margin: 10px auto 0px auto;
			text-align: justify;
			padding-bottom:20px;
		}


#leftcol	{

			padding: 0px 44px 40px 14px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			width:335px;
		}


.midcol 	{
			/*border-left: 1px solid #CCC;*/
			padding: 0px 20px 40px 14px;
			margin: 0px 0px 0px 0px;
			text-align: left;
			float: left;
			width:181px;
		}
		

#banner 	{
			position: relative;
			width: 840px;
			padding:0;
			margin: 0px auto 0px auto;
			border-top: 2px solid #0099cc;
			background-color:#0099cc;

		}


#navblock 	{
			font-family: verdana;
			font-size: 11px;
			height:22px;
			margin: 0px auto 0px auto;
			padding: 4px 0px 0px 0px;	
			text-align:center;
		}
		

* html body #navblock
		{	
		


		}
		

#navlist 	{
			padding:2px 0px 0px 0px;
			border: 0;
			margin:0px auto 0px 0px;
			text-align:center;

		}


#navlist li 	{
			display: inline;
			letter-spacing: 2px;
			list-style-type:none;
			margin:4px;

		}
		
* html body #navlist li
		{
			position:relative;
			top:-1px;
		}


#navlist a:link, #navlist a, #navlist a:visited 
		{
			font-family: verdana;
			font-size:11px;
			line-height:16px;
			padding: 4px 7px 5px 7px;
			text-decoration: none;
			margin: 0px 0px 0px 0px;
			color:#666666;
			background-color:#bbbbbb;
			border-top: 2px solid #0099cc;
			border-right: 2px solid #0099cc;
			border-left: 2px solid #0099cc;
			border-bottom: 1px solid #bbbbbb;
		}


#navlist a:hover
		{
			color: #666666;
			text-decoration: none;
			/*background:url('images/layout/navarrow.gif') no-repeat left top;*/
			background-color:#ffffff;
			border-top: 2px solid #0099cc;
			border-right: 2px solid #0099cc;
			border-left: 2px solid #0099cc;
			border-bottom: 1px solid #cccccc;
		}


#navlist a:link.active, #navlist a:visited.active
		{
			color: #0099cc;
			text-decoration: none;
			/*background:url('images/layout/navarrowactive.gif') no-repeat left top;*/
			background-color:#ffffff;
			border-top: 2px solid #ffffff;
			border-right: 2px solid #ffffff;
			border-left: 2px solid #ffffff;
			border-bottom: 1px solid #ffffff;
		}


#footer 	{
			position: relative;
			width: 840px;
			height: 22px;
			border-top: 1px solid #CCC;
			padding-top: 9px;
			margin: 0px auto 0px auto;
			text-align: center;
			clear: both;		
		}


p.ucam 		{
			font-family: Verdana, Tahoma, Arial, sans-serif;
			color: #5a7bef;
			margin: 0;
			padding: 11px 0px 5px 0px;
			font-size: 11px;
			line-height: 14px;
			text-transform: uppercase;
			letter-spacing: 2px;
			font-weight: bold;
			text-align:right;
		}


p.name 		{
			font-family: Verdana, Tahoma, Arial, sans-serif;
			color: #000052;
			margin: 0;
			padding: 11px 0px 5px 0px;
			font-size: 16pt;
			text-transform: uppercase;
			letter-spacing: 2px;
			font-weight: bold;
			line-height:1em;
			text-align:left;

		}


p.motto 	{
			font-family: Verdana, Tahoma, Arial, sans-serif;
			color: #f72918;
			margin: 0;
			padding: 0px 0px 5px 0px;
			font-size: 11px;
			line-height: 14px;
			letter-spacing: 2px;
			font-weight: bold;
			text-align:left;

		}


p.footer 	{
			font-family: Verdana, Tahoma, Arial, sans-serif;
			color: #5a7bef;
			margin: 0;
			padding: 0px 0px 5px 0px;
			font-size: 11px;
			line-height: 14px;
			letter-spacing: 2px;
			/*font-weight: bold;*/
			text-align:center;
		}		


img.footer 	{

			position: relative;
			top:1px;

		}

img#loginbutton {

			border:0px;
			vertical-align:middle;

		}
		
img.blogicon
		{
			padding:0px 4px 0px 2px;
			position:relative;
		
		}


a, a:link, a:visited 
		{
			font-family: verdana;
			margin: 0px 0px 0px 0px;
			font-size: 11px;
			line-height: 14px;
			font-weight:normal;
			color: #666666; 
		
		}


a:hover		{ 
			color: #000052;
		} 


h2		{	
			font-family: Verdana, Tahoma, Arial, sans-serif;
			color: #0099cc;	
			margin: 0;
			padding: 10px 0px 10px 0px;
			font-size: 13px;
		}


h1,span#cptitle
		{
			font-family: Verdana, Tahoma, Arial, sans-serif;
			color: #000052;
			margin: 0;
			padding: 5px 0px 5px 0px;
			font-size: 14px;
			letter-spacing: 2px;
			font-weight: bold;
		}


h3		{
			font-family: Verdana, Tahoma, Arial, sans-serif;
			color: #cccccc;
			margin: 0;
			padding: 10px 0px 5px 0px;
			font-size: 14px;
			text-transform: uppercase;
			letter-spacing: 2px;
			font-weight: bold;
		}


p,ul,li,td,th,span	{
			font-family: Verdana, Tahoma, Arial, sans-serif;
			color: #000000;
			font-size:8pt;
			line-height:1.5em;
			text-align:justify;
			
		}
		

p 		{
			margin: 0;
			padding: 0px 0px 7px 0px;
		}	


img.email	{

			position:relative;
			top:2px;
			
		}
		
	

span.st_snap

		{
			color:#175185;

		}
		

span.st_text

		{
			color:#33a3ff;
			font-weight:bold;

		}
		

span.st_dotcom

		{
			color:#c0c0c0;

		}
		
ol#tcs li   {

			margin-bottom:10px;

		}
		
input.submit, span.button, a.buttonlink

		{
		
			border: 3px double #999999;
			border-top-color: #CCCCCC;
			border-left-color: #CCCCCC;
			padding: 4px 6px 4px 6px;
			background-color: #FFFFFF;
			background-repeat: repeat-x;
			color: #333333;
			font-size: 11px;
			font-weight: bold;
			font-family: Verdana, Tahoma, Arial, sans-serif;
   			width:auto;
  		 	overflow:visible;
  		 	text-decoration:none;

			
		}				

input.submit:active, a.buttonlink:active

		{
		
			border: 3px double #CCCCCC;
			border-top-color: #999999;
			border-left-color: #999999;
			
		}
		
h2.title

		{
		
			text-align:center;
			margin:0px auto 0px auto;
			color: #444444;
			

		}
		
		
p.benefitsmid

		{
		
			text-align:center;
			font-size:12pt;
			font-weight:bold;
			color:#175185;
			
			
		}
		

p.errormsg, li.errormsg  {

			color:#D02222;
			text-align:justify;

		}
		

td.formfield div.passwords
		{
		
			width:450px;
			color:#444444;
			padding:5px;
			line-height:2.1em;
			display:block;


		}
		
		
td.formfield div.uneditable
		{
		
			width:400px;
			height:95px;
			color:#444444;
			background:#eeeeee;
			padding:5px;
			line-height:1.6em;
			display:block;
			
		}
		
		
td.formfield div.uneditable div.titles, td.formfield div.passwords div.titles, td.formfield div.passwords div.titles2, td.formfield div.passwords div.titles3 
		{
		
			font-weight:bold;
			margin-right:10px;
			float:left;
			width:150px;
					
		}
		

td.formfield div.passwords div.titles2
		{
			
			width:120px;		

		}
		

td.formfield div.passwords div.titles3
		{
			
			line-height:2.37em;		

		}

* html body td.formfield div.passwords div.titles3
		{
			
			line-height:2.6em;		

		}

td.formfield div.uneditable div.info, td.formfield div.passwords div.info
		{
			font-weight:normal;
			float:left;
			
		}
		

td.formfield div.passwords .std
		{
			
			margin-bottom:3px;

		}
		

td.formfield div.passwords div.titles span.optional,td.formfield div.passwords div.titles3 span.optional
		{
		
			font-weight: normal;
			font-style: italic;
			line-height:2.15em;
			

		}