/* Pre defined tags*/
* { margin: 0; padding: 0; }
body, textarea { font-family: Arial, sans-serif; }
body {
	font-size: 90%;
	background-color: #F0F0F0;
	color: #272727;
}
a { text-decoration:none; color: #606060; }
img { border: none; }
a:hover { color: #848484; }
img { border: none; vertical-align: middle; }
li { list-style: none; }

/*confirmation window*/
.confirmation {
    font-size: 80%;
	padding: 1em;
	background-color: #D5EFFE;
	border-bottom: 1px solid #B5E7FC;
	margin-bottom: 1em;
	text-align: center;
	position: relative;
	font-weight: bold;
	color: #33373A;
}
.confirmation a:hover { text-decoration: underline; }
.confirmation p {
    font-size: 1em;
    margin-left: 20%;
    margin-right: 20%;
}
#glorious_url{
    font-size: 150%;
    margin: 1em auto;
}
#glorious_url #copy_button {
    display: inline-block;
    position: relative;
    top: -3px;
    background-color: transparent;
    background-image: url(/linklist/img/sprite_button.png);
    background-position: 100% -129px;
    border: 0;
    height: 25px;
    padding-right: 3px;
    font-size: 13px;
    outline: 0px;
}
#glorious_url #copy_button span{
    display: block;
    height: 25px;
    padding: 5px 10px 0 10px;
    background-image: url(/linklist/img/sprite_button.png);
    text-align: center;
    background-position: 0 -104px;
}
#glorious_url button:hover { background-position: 100% -179px; }
#glorious_url button:hover span { background-position: 0 -154px; }
button::-moz-focus-inner{border:0;padding:0;}
input::-moz-focus-inner{border:0;padding:0;}

#content, #footer { margin: 0 auto; }
#content {
	width: 766px;
	padding: 7px;
	background-color: #FEFFFE;
	border: 1px solid #E2E2E2;
}

#list_header {
	background: #FBFDCE url(/linklist/img/list_header_bg.png) repeat-x bottom;
	border: 1px solid #E2E2E2;
	border-bottom-width: 2px;
	border-bottom-color: #BABABA;
	padding: 20px;
	font-size: 1.1em;
    color: #375280;
    margin-bottom: 22px;
}
#list_header h3 {font-size: 1em;}
#list_header h3, #list_description  {margin-left: 4px;}
#list_header h2 {
    margin-bottom: 14px;
}
#list_header h3 {
    margin-bottom: 8px;
}

#list_description {
    line-height: 1.5em;
}

/*list*/
#list a, #list span, #list em { display: block; }
#list li {
    display: block;
	border-bottom: 1px dotted #D9D9D9;
	font-weight: bold;
	position: relative;
	color: #DDD;
}
#list a {
	padding: 1.2em .8em 1.2em 6em;
}
#ie #list a {
	padding: 0 .8em 1.2em 6em;
}

#list a:hover { background-color: #F2FCFE; }
#list strong, .confirmation a { color: #2592BC; }
#list strong {
    font-size: 1.4em;
}
#list span { font-weight: normal; }
#list span em {
    font-size: .9em;
    color: #ccc;
    margin-bottom: 6px;
    overflow: hidden;
    white-space: nowrap;
}
.pointer { padding-right: 3em; }
#list a:hover .pointer {
	background-image: url(/linklist/img/bg_hover.png);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
#list .numeral {
	float: left;
	padding-top: .28em;
	width: 1.4em;
	font-size: 3.5em;
	text-align: right;
	font-weight: bold;
}
#list a:visited {
    background-color: #fcfcfc;
}
#list a:visited strong, #list a:visited span {
    color: #666;
}
#list a:visited .numeral {
    color: #ececec;
}

/*footer*/
#footer {
	width: 782px;
	text-align: right;
    margin-top: 8px;
    margin-bottom: 24px;
}
#footer p {
	padding-right: 1em;
	font-size: .9em;
	color: #666;
    line-height: 18px;
}
#footer p a {
    line-height: 30px;
	font-weight: bold;
}

#footer img {
    vertical-align: baseline;
}
#footer a:hover {
    color: #258ebe;
}


/*404*/
#no_link{font-size:90%;}
#shell {
	width: 766px;
	margin: 0 auto;
}
#no_link h1 { margin: 2em 0 .4em; }
#no_link #list_header {
	background: transparent url(/linklist/img/warning.png) no-repeat 4em 50%;
	border-width: 0 0 1px 0;
	border-bottom-color: #DFDFDF;
	padding: 4em 0 4em 13em;
}
#no_link #list_header h2 {
	margin-bottom: .2em;
	font-weight: normal;
	font-size: 1.7em;
	color: #666;
}

