﻿/*----------------------------------------------------------


#####  Color Palette by Color Scheme Designer
#####  Palette URL: http://colorschemedesigner.com/#0011TcquKw0w0


*** Primary Color:

   var. 1 = #F59696 = rgb(245,150,150)
   var. 2 = #B88282 = rgb(184,130,130)
   var. 3 = #9F3131 = rgb(159,49,49)
   var. 4 = #FAB1B1 = rgb(250,177,177)
   var. 5 = #FAC5C5 = rgb(250,197,197)

----------------------------------------------------------*/
body
{
	margin: 0;
	padding: 0;	
    background-color: #ffffff;

	font-family: Helvetica, sans-serif;    

    overflow: -moz-scrollbars-vertical;
	text-align: center;

}

a:link
{
    color: #F59696;
    text-decoration: none;
}

a:visited
{
    color: #F59696;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    color: #9F3131;
}

p, ul
{
    margin-bottom: 20px;
    line-height: 1.45em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-family: 'Lucida Grande', Helvetica, sans-serif;
}

h2
{
    font-size: 1.3em;
}
h3
{
    font-size: 1.2em;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


#header
{
    position: relative;
    color: #000;
    padding: 0;
    width: 100%;
    height: 40px;
}

#header h1
{
    font-weight: bold;
    padding: 15px;
    margin: 0;
    color: #fff;
    border: none;
    line-height: 2em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 32px !important;
}

#menuContainer
{
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 12px;
	text-align: right;
}

div#title
{
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 22px;
	letter-spacing: 0.5px;
	text-decoration: none;
}

div#title a 
{
	padding: 15px;
}

#main
{
    padding: 15px 30px 15px 30px;
    background-color: #fff;
    margin-bottom: 30px;    	
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
    text-align: center;
}

#footer
{
    color: #999;
    padding: 10px 0;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .7em;
}

#footer a
{
	padding-top: 10px;
	color: #bbb;
}

/* LETTER STYLES
----------------------------------------------------------*/

div.letterDate a
{
	text-decoration: none;
	padding: 0px;
	text-align: left;
}

div.letterDate a:hover
{
	text-decoration: underline;
}

div.letterResponses a
{
	text-decoration: none;
	padding: 5px;
}

div.letterResponses a:hover
{
	text-decoration: underline;
	text-align: right;
}

a.voterLink
{
    color: #F59696;
    text-decoration: none;
	padding: 5px;    
}

a.voterLink:hover
{
	color: #B88282;	
	text-decoration: underline;
}

.letterEnvelopeContainer 
{

	width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
}

.letterContainer 
{
	width: 500px;
	margin: 0 auto;
	padding-top: 30px;
	clear: both;
	text-align: left;
}

.letterDate
{
	float: left;
    font-size: 12px;
    color: #FAC5C5;
}

.letterResponses
{
	float: right;
	text-align: right;
	font-size: 12px;		
}

.letterVote
{
	font-size: 12px;
	text-align: right;
}

.letterPostScript
{
	font-size: 10px;
	text-align: left;
}

.letterComments
{
	text-align: left;
}

/* PAGER
----------------------------------------------------------*/

.pager 
{

	padding:0px 0px 10px 0px;
	text-align: center;
	width: 100%;
}

.pager .back .next
{	
	font-size: 30px;
}


.pager .disabled 
{
	border:1px solid #ddd;
	color:#999;

	text-align:center;
	cursor: pointer;

	padding: 5px;


}

.pager .current 
{
	background-color:#F59696;
	border:1px solid #000;
	color:#fff;
	font-weight:bold;

	padding: 5px;

	text-align:center;
}

.pager span, .pager a
{
	margin: 4px 3px;
}

.pager a 
{
	border:1px solid #c0c0c0;
/*	padding:3px 5px; */
	padding: 5px;
	text-align:center;
	text-decoration:none;
}

.pager a:hover
{
	border: 1px solid #000000;
}

/* TAB MENU ... brought to you by jsddm
----------------------------------------------------------*/

#jsddm
{	margin: 0;
 	padding: 0;
	
	}
	
	#jsddm li
	{	float: left;
		list-style: none;
		font: 10px;
		
		}

	#jsddm li a
	{	display: block;
		background: #FFFFFF;
		text-decoration: underline;
		text-align: center;
		margin: 0px 2px 0px 0px;				 
		width: 75px;
		color: #000000;
		white-space: nowrap;
		padding: 5px;
		}

	#jsddm li a:hover
	{	
	     text-decoration: none;	 	
	}
		
		#jsddm li ul
		{	margin: 0;	
		 	padding: 0;
			position: absolute;
			visibility: hidden;
			z-index: 20;
			border: 1px dotted gray;
			background: #FFFFFF;
			}
		
		#jsddm li ul li
		{	
			float: none;
			display: inline;
			text-align: left}
		
		#jsddm li ul li a
		{
			width: auto;
			text-align: left;
		
		}

		#jsddm li ul li span
		{
			width: auto;
			text-align: left;
		
		}

		
		#jsddm li ul li a:hover
		{	text-decoration: none;}


/* GLOBE/FLAG STRIP!
----------------------------------------------------------*/

.flagContainer 
{

	width: 500px;
	margin: 0 auto;
	padding-top: 5px;
	padding-bottom: 25px;
	text-align: center;
}

#jsddmFrom
{	margin-left: auto;
 	margin-right: 0;
 	margin-top: 0;
	
	}
	
	#jsddmFrom li
	{	float: left;
		list-style: none;
		font: 10px;
		
		}

	#jsddmFrom li a
	{	display: block;
		background: #FFFFFF;
		text-decoration: underline;
		text-align: center;
		margin: 0px 2px 0px 0px;				 
		width: 25px;
		color: #000000;
		white-space: nowrap;
		padding: 5px;
		border: dotted 1px white;
		}

	#jsddmFrom li a:hover
	{	
	     text-decoration: none;
	     border: dotted 1px #F59696;	 	
	}
		
	


/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #CCC;
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}

fieldset label.inline 
{
    display: inline;
}

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input[type="text"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

input[type="password"] 
{
    width: 200px;
    border: 1px solid #CCC;
}

/* TABLE
----------------------------------------------------------*/

table 
{
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td 
{
  padding: 5px;   
  border: solid 1px #e8eef4;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border: solid 1px #e8eef4;   
}