@import url("reset.css");

@font-face {
	font-family: Frontin;
	src: url('Fontin_Sans_R_45b.otf');
}

body {
	margin:50px 0px; padding:0px;
	text-align:center;
	background-color:#B3ECFF;
   font-family: Frontin, "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
   font-weight: 350;
font-size: 13px/1.4;
	}
p{
margin: 10px 0;
}
h3 {margin: 10px 0;}
h2
{
font-size:24px; 
margin: .5em 0;
}
.message{
width: 80%;
 border-color: black; 
 border-width: 1px; 
 padding: 1em; 
 margin: 0 auto; 
 color: white; 
 border-radius: 10px; 
 -moz-border-radius: 10px; 
 -webkit-border-radius: 10px;
}
.sucess{
background-color: green; 
}
.failure{
background-color: red; 
}

#content {
	width:800px;
	margin:0px auto;
	text-align:left;
	padding:15px;
	border:0px;
	background-color:#ffffff;
	-moz-border-radius: 19px; 
	-webkit-border-radius: 19px;
	border-radius: 19px;
	overflow: auto;
	box-shadow:inset 0 0 10px #000000;
   -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;
	}
	 
#content a:link, #content a:visited{
        color: #1B5A9E;
}

#content a:hover{
        color: #77B0ED;
}
#logo
{
padding:10px;
}
#logo img, #logo a
{border:0;}
#sidebar
{
border:1px solid #F0F0F0;
float:right;
padding:4px;
width:24%;
overflow: auto;
margin-bottom:20px;
}
#sidebar ul{
padding: 0;
margin: 0;
list-style-type: none;
display: block;
}

#sidebar li {
font-size: small;
padding: 0 .3em;

}

table {
border-width: 0px;
border-style: solid;
border-color: #000000;
border-collapse: collapse;
}

}
th, td {
border-width: 1px;
border-style: solid;
border-color: #000000;
padding: 1em;
}
tr.line{
padding: 1em;
margin: 1em;
}

.tweetthis{
text-align: right; 
margin-right: 15px;
}


.newwindow{
background: url("/images/external.png") no-repeat scroll right center transparent;
padding-right: 13px;
}

a:active {
position:relative;
top:1px;
outline: none;

}

#main
{
float: left;
display: block;
width: 72%;
}
.footer{
font-size:80%;
margin-bottom:0.2em;
position:relative;
text-align:right;
}

.displaynone { display:none; }

#feedbackform{
	display: none; 
	background-color: #fff; 
	border-radius: 30px; 
	padding: 2em; 
	position: absolute; 
	bottom:0; 
	right: 0; 
	width: 300px; 
	height: 330px;  
	border-width: 1px;
		box-shadow:inset 0 0 10px #000000;
   -moz-box-shadow:inset 0 0 10px #000000;
   -webkit-box-shadow:inset 0 0 10px #000000;

}
label{
display: block;
margin: .3em 0;
}
#closebutton{
	position: absolute; 
	bottom:20px; 
	right:20px;
}
 
#closebutton a:visited, #closebutton a:link{
	color: blue;
	font-weight: bold;
	font-variant: small-caps;
	padding: .5em 1em;
	text-decoration:none;
	
}
#redalert{
	color: #D61E34;
}

#closebutton a:active, #ycfeedback:active {
	position: relative;
	top: 1px;
	
}
#ycfeedback{
	font-size: 120%;
	font-weight: bold;
	padding: 0.3em 0.4em;
	text-decoration: none;
}

#ycfeedback a:link, a:visited{
	color:blue;
}
 
#closebutton a:hover, #ycfeedback:hover {
	background-color: #AED8F5 ;
	border-radius: 10px;
	
}
.tabcol{
	text-align:center; 
	padding:2px 5px;
}
#newlistarea{width:40%; float:right; padding-right:10%;}
#newlistarea td {padding:2px 5px;}
#recent-additions td {padding:2px 13px; margin: 2px 13px;}
#recent-additions th {padding:2px 13px; text-align:center;}
#listoflists {padding-bottom:; 2em;}
#listoflists td {text-align:center; padding:2px 5px}
#listsoflists td:first {text-align:left;}
small{font-size:60%;}

#addbutton{
box-shadow: #F0F0F0 0px 0px 10px;
background-color: #F0F0F0;
border-bottom-left-radius: 20px 20px;
border-bottom-right-radius: 20px 20px;
border-top-left-radius: 20px 20px;
border-top-right-radius: 20px 20px;
font-size: 1.3em;
padding: 0.4em;}



#mask {
  position:absolute;
  z-index:9000;
  display:none;
}
  
#boxes .window {
  position:absolute;
  width:440px;
  height:200px;
  display:none;
  z-index:9999;
  padding:20px;
}

#boxes #dialog {
  width:375px; 
  height:203px;
background-color: #f0f0f0;
border-radius: 10px;

}

