html, body
{
	height: 100%;
	padding: 0px;
	margin: 0px;
}

body
{
	padding: 0px;
	margin: 0px;
	color: #000;
	background: #fefbf0 url( ../image/bg.jpg ) no-repeat right top;
}

body.popup
{
	color: #000;
	background: #fefbf0;
}

body.appbody
{
	height: auto;
	background: transparent;
}

body, input, textarea, select, td
{
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

form
{
	padding: 0px;
	margin: 0px;
}

a
{
	color: #f2b505;
	color: #3d9fbf;
}

p
{
	margin: 10px 0px;
}

#app p
{
	margin: 5px 0px;
}

dt
{
	padding-bottom: 2px;
}

dd
{
	padding-bottom: 5px;
}

/* ----------------------------- HEADER --------------------------- */

#headerWrapper
{
	position: relative;
	background-color: #666;
	padding-bottom: 1px;
}

#header
{
	position: relative;
	height: 194px;
	background: #fff url( ../image/bg.jpg ) no-repeat right top;
}

#logoWrapper
{
	position: relative;
	height: 61px;
	background-color: #666;
	border: none;
	padding: 0px;
	margin: 0px;
}

#logo
{
	position: relative;
	background: #fff url( ../image/bg.jpg ) no-repeat right top;
	height: 60px;
	padding: 0px;
	margin: 0px;
	border: none;
}

#logo img
{
	padding: 0px;
	border: none;
	margin: 3px;
	height: 50px;
}

#copyright
{
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 300px;
	height: 15px;
	text-align: right;
	color: #000;
	font-weight: bold;
	font-size: 11px;
}

/* ------------------------------ MENU ---------------------------- */

#menu
{
	position: absolute;
	bottom: -1px;
	left: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

#menu table
{
	border: none;
	border-collapse: collapse;
	border-spacing: 0px;
}

#menu table td
{
	padding: 0px;
	margin: 0px;
	vertical-align: bottom;
}

#menu ul
{
	padding: 0px;
	margin: 0px 0px 0px 3px;
	clear: left;
	float: left;
}

#menu li
{
	font-weight: bold;
	background-color: #fefbf0;
	background-color: #fff;
}

#menu li
{
	display: block;
	float: left;
	padding: 5px 3px;
	margin: 0px 3px;
	border: 1px solid #666;
}

#menu li.selected
{
	border-bottom-color: #fefbf0;
	background-color: #fefbf0;
}

#menu a, #copyright a
{
	text-decoration: none;
	font-weight: bold;
	color: #f2b505;
	color: #3d9fbf;
}

#copyright a
{
	font-size: 12px;
}

#menu li.selected a
{
	color: #000;
}

#menu .lForm
{
	margin: 0px;
	margin-left: 3px;
	border-bottom: 1px solid #666;
}

#menu .lForm form
{
	display: none;
	margin-top: 3px;
	padding: 2px;
	background-color: #f2b505;
	border: 1px solid #666;
	border-bottom: none;
}

#menu .lForm input.text
{
	width: 90px;
	font-weight: normal;
}

#menu .lForm input.submit
{
	font-weight: normal;
	padding: 0px;
}

#menu .lForm input.checkbox
{
	vertical-align: bottom;
}

#menu .lForm a, #menu table #signout a
{
	color: #f2b505;
	color: #3d9fbf;
	background-color: transparent;
	font-weight: normal;
	text-decoration: underline;
}

div#loginWarning, div#renewWarning
{
	text-align: right;
	color: #d00;
	font-weight: bold;
	padding-bottom: 3px;
}

div#signupWarning
{
	padding-bottom: 3px;
}

#menu table #signout
{
	padding: 5px;
}



/* ---------------------------- CONTENT --------------------------- */

#content
{
	position: relative;
	padding: 0px 10px;
	width: 560px;
}

#content #app
{
	margin: 0px;
	padding: 0px;
	position: relative;
}

#content a
{
	white-space: nowrap;
}

#content .list a, #content #modeTable a
{
	background-color: transparent;
}

body.popup #content
{
	width: 350px;
}

body.appbody div#content
{
	width: 95%;
}

.title
{
	font-weight: bold;
}

.warning
{
	color: #d00;
	font-weight: bold;
}

.list, .list td
{
	border: none;
}

.list
{
	width: 90%;
	border-collapse: collapse;
	border-spacing: 0px;
	border: 1px solid #f2b505;
	border-bottom: none;
}

.list td
{
	padding: 4px 5px;
	vertical-align: top;
	border-bottom: 1px solid #f2b505;
	text-align: right;
	width: 10%;
	background: #fff url( ../image/list_bg.gif ) repeat-x left top;
}

.list td.main
{
	text-align: left;
	width: 70%;
}

.list input.submit
{
	padding: 0px;
}

.list tr.hiddenRow td
{
	visibility: hidden;
	border: none;
}

.list tr.odd td
{
	background-color: #fff;
}

.list tr.even td
{
	background-color: #fff;
}

div.block
{
	padding: 6px;
	background-color: #fff;
	border: 1px solid #f2b505;
	margin: 10px 5px;
}

div.block div.title
{
	text-align: center;
}

#f_email, #f_password
{
	padding: 5px;
}



#bar
{
	padding: 2px 5px;
	background: #fefbf0 url( ../image/bar_bg.gif ) repeat-x left top;
	border-bottom: 1px solid #666;
}

#bar a
{
	color: #f2b505;
	color: #3d9fbf;
	font-size: 17px;
	font-weight: bold;
	text-decoration: none;
}

#bar #tellafriend, #bar #delicious
{
	border-right: 1px solid #bbb;
	border-left: 2px solid #fff;
	/*border-right: 1px solid #f9dd8b;*/
}

#bar #sizeSelector
{
	border-left: 2px solid #fff;
}

#bar #delicious, #bar #digg, #bar #tellafriend, #bar #sizeSelector
{
	float: right;
	font-size: 12px;
	padding: 0px 10px;
}

#bar #digg
{
	border-right: 1px solid #bbb;
	padding-top: 2px;
}


#bar #sizeSelector a.sel
{
	color: #000;
}

#bar #sizeSelector a#sSize
{
	font-size: 12px;
}

#bar #sizeSelector a#mSize
{
	font-size: 14px;
}

#bar #sizeSelector a#lSize
{
	font-size: 17px;
}

/* ---------------------------------------------------------------- */

#secrefyForm textarea
{
	width: 100%;
	height: 100px;
}

#app #secrefyForm textarea
{
	height: 60px;
}

#app #secrefyForm input
{
	width: 100px;
}

table#modeTable
{
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0px;
}

table#modeTable td
{
	border: 1px solid #f2b505;
	width: 50%;
	padding: 5px;
	background: #fff url( ../image/list_bg.gif ) repeat-x left top;
}

#app table#modeTable td
{
	padding: 0px 5px;
}

table#modeTable th
{
	border: none;
}

.initPub
{
	color: #999;
}
