/* ELEMENTS */
*
{
	margin: 0px;
	padding: 0px;
}
body, input, textarea
{
	font: 12px Arial,Helveticas,Sans-Serif;
}
body
{
	background-color: #e6e6e6;
	color: #2a2a2a;
}
ul
{
	margin-left: 28px;
}
ul, p, form
{
	margin-bottom: 14px;
}
a
{
	text-decoration: none;
	color: #225E9C;
	-moz-outline-style: none;
	outline: none;
}
a:hover
{
	text-decoration:underline;
}
img
{
	border: none;
}
/* MAIN GRID */
.wrapper
{
	margin: 0px auto;
	position: relative;
}
#header
{
	background-color: #ffffff;
}
#header .wrapper,
#title .wrapper
{
	width: 908px;
	padding: 27px 14px;
	height: 23px;
	background-color: #ffffff;
}
#subfooter .wrapper,
#footer .wrapper
{
	width: 908px;
	color: #999999;
	padding: 14px;
}
#footer a
{
	padding: 0px 3px;
}
#subheader
{
	background-color: #cc0000;
	color: #ffffff;
	height: 31px;
}
#subheader .wrapper, #main .wrapper
{
	width: 936px;
}
#main .wrapper
{
	background-color: #e6e6e6;
}
#subfooter
{
	margin-top: 4px;
	clear: both;
}
#subfooter .wrapper
{
	height: 23px;
}
#footer
{
	border-top: 4px solid #cccccc;
    background-color: #ffffff;
    height: 77px;
}
#footer .copyright
{
	float: right;
}
#logo
{
	width: 300px;
	height: 37px;
	margin: -4px -15px;
	display: block;
	text-indent: -1000px;
	overflow: hidden;
    background-image: url(/imgs/layout/logo.gif);
    background-repeat: no-repeat;
}
#miniMenu
{
	position: absolute;
	right: 11px;
	top: 22px;
	padding: 7px 0px;
}
#miniMenu a
{
	margin: 0px 3px;
}
#title h1
{
	font-family: Georgia,"Nimbus Roman No9 L",serif;
	font-size: 18px;
	font-weight: normal;
}
#menu
{
	margin: 0px;
	display: block;
}
#menu li
{
	margin: 4px 4px 0px 0px;
	float: left;
	display: block;
	text-align: center;
	width: auto !important;
	width: 90px;
}
#menu li a
{
	height: 15px;
	display: block;
	color: #ffffff;
	font-weight: bold;
	background-color: #f6a2a2;
	padding: 4px 14px;
	text-decoration: none;
	text-transform:uppercase;
	-moz-border-radius:1px;
}
#menu li a:hover
{
	background-color: #ffffff;
	color: #2a2a2a;
}
#menu li.selected a
{
	background-color: #ffffff;
	color: #CA0002;
	border-bottom: 2px solid #ffffff;
	padding-top: 6px;
	-moz-border-radius-bottomleft:0px;
	-moz-border-radius-bottomright:0px;
}
#rightMenu
{
	float: right;
	margin-top: 4px;
}
#rightMenu *
{
	margin: 0px;
}
#rightMenu input.text
{
	background: #ffffff url(/imgs/layout/icons/search.png) no-repeat scroll 163px center;
	font-size: 12px;
	font-style: italic;
	padding-left: 8px;
	padding-right: 20px;
	width: 154px;
	border: 1px solid #F6A2A2;
}
#rightMenu p
{
	float: left;
}
#rightMenu a
{
	color: #ffffff;
}
#rightMenu p a
{
	display: block;
	height: 25px;
	width: 140px;
	margin-top: -1px;
	background-image: url(/imgs/phone.gif);
	background-position: center right;
	background-repeat: none;
	text-indent: -1000px;
	overflow: hidden;
}
#actionMenu
{
	position: absolute;
	top: 27px;
	right: 14px;
}
#actionMenu ul
{
	float: left;
	margin: 0px;
}
#actionMenu ul li
{
	float: left;
	display: block;
}
#right, #left
{
	overflow: hidden;
	float: right;
	background-color: #ffffff;
}
#left
{
	float: left;
	margin-right: 4px !important;
	margin-right: 0px;
}
#content
{
	overflow: hidden;
	background-color: #ffffff;
}
.box1, .size1
{
	width: 184px;
}
.box2, .size2
{
	width: 372px;
}
.box3, .size3
{
	width: 560px;
}
.box4, .size4
{
	width: 748px;
}
.box5, .size5
{
	width: 936px;
}
.boxWrap1
{
	width: 190px;
}
.boxWrap2
{
	width: 378px;
}
.boxWrap3
{
	width: 566px;
}
.boxWrap4
{
	width: 754px;
}
.boxWrap5
{
	width: 944px;
}
.box1,
.box2,
.box3,
.box4,
.box5
{
	float: left;
	border-top: 4px solid #e6e6e6;
	border-right: 4px solid #e6e6e6;
}
.box1 .title,
.box2 .title,
.box3 .title,
.box4 .title,
.box5 .title
{
	color: #355e7a;
	font-size: 12px;
	border-bottom: 1px solid #dddddd;
	padding: 7px 14px;
	margin: 0px;
	text-transform: uppercase;
    background-color: #f6f4ee;
}   
.box1 .title a,
.box2 .title a,
.box3 .title a,
.box4 .title a,
.box5 .title a
{
    float:right;
    text-transform: none;   
    font-weight: normal;
    
}
.box1 .top,
.box2 .top,
.box3 .top,
.box4 .top,
.box5 .top
{
	font-size: 11px;
	color: #cccccc;
	border-bottom: 1px solid #eeeeee;
	padding: 7px 14px;
	height: 15px;
	position: relative;
}
.top .position
{
	position: absolute;
	top: 7px;
	right: 14px;
}
.top .filter ul
{
	margin: 0px;
}
.top .filter ul li
{
	background-image: url(/imgs/border.gif);
	background-repeat: no-repeat;
	background-position: right 3px;
	padding-right: 8px;
	margin-right: 7px;
	display: block;
	float: left;
}
.top .filter ul li.last
{
	background: none;
}
.box1 .content,
.box2 .content,
.box3 .content,
.box4 .content,
.box5 .content
{
	padding: 14px;
}
.paginator
{
	border-top: 1px solid #dddddd;
	color: #999999;
	position: relative;
	padding: 7px;
}
.paginator .pages
{
	text-align: center;
}
.paginator .previous
{
	position: absolute;
	left: 14px;
	top: 7px;
}
.paginator .next
{
	position: absolute;
	right: 14px;
	top: 7px;
}
.itemlist .item
{
	border-bottom: 1px solid #dddddd;
	padding-bottom: 7px;
	margin-bottom: 7px;
}
.itemlist .selected;
{
    font-weight: bold;
}
.itemlist .item.last
{
	border-bottom: none;
	padding: 0px;
	margin: 0px;
}
.minilist .item
{
	height: 40px;
}
.hugelist .item
{
	margin-bottom: 14px;
	padding-bottom: 14px;
}
.icon
{
	float: right;
	border: 1px solid #ffffff;
	border-left: 1px solid #dddddd;
	padding: 1px;
	height: 36px;
	width: 36px;
	background-image: url(/imgs/layout/icons_small.gif);
}
.icon.tika
{
	background-position: 0px 0px;
}
.icon.tika_review
{
	background-position: 0px -38px;
}
.icon.message
{
	background-position: 0px -76px;
}
.icon.tika_comment,
.icon.studio_comment,
.icon.talk_comment
{
	background-position: 0px -114px;
}
.icon.studio
{
	background-position: 0px -190px;
}
.icon.talk
{
	background-position: 0px -152px;
}
.icon.unrated
{
	 background-position: 0px -228px;	
}
.icon.image
{
	border: 1px solid #eeeeee;
	background-image: none;
}
.icon.rated
{
	 background-position: 0px -266px;
}
.itemlist .item h2
{
	font-size: 12px;
}
.hugelist .item h2
{
	font-size: 14px;
}
.itemlist .item .info
{
	margin: 0px 0px 14px 0px;
}
.itemlist .item .info li
{
	display: block;
	float: left;
	padding-right: 7px;
	margin: 2px 7px 16px 0px;
    background-image: url(/imgs/border.gif);
    background-repeat: no-repeat;
	background-position: right 4px;
    font-size: 12px;
}
.itemlist .item .info li.last
{
	background: none;
}
.empty
{
	background-color: #eeeeee;
	width: 100%;
    background:url(/imgs/layout/emptybg.png);   
	height: 100%;
}
.clear
{
	clear: both;
}
.clearLeft
{
	clear: left;
}
form dt
{
	margin-bottom: 7px;       
}
form dd
{
	margin-bottom: 14px;
    
}
fieldset
{
	border: none;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 13px;
}
fieldset.last
{
	border: none;
}
fieldset p
{
	float: right;
	width: 358px;
	margin-top: 21px;
	margin-right: 184px;
}
label
{
	font-weight: bold;
}
input.text, textarea, select
{
	width: 336px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}
.multipleselect 
{
    background-color:#FFFFFF;
    border:1px solid #999999;
    height:100px;
    margin-bottom:16px;
    overflow-y:scroll;
    padding:5px;
    width:332px;
}
input.submit
{
	border: none;
	background-image: url(/imgs/layout/button.gif);
	width: 86px;
	height: 23px;
	color: #71530c;
	cursor: pointer;
}
input.submit:hover
{
	background-image: url(/imgs/layout/button_hover.gif);
}
input.check
{
	border: none;
	padding: 0px;
}
.error
{
	color: #CC0000;
}
.rating
{
	width: 80px;
	height: 16px;
	background-image: url(/imgs/star-gray.gif);
	float: left;
	margin-right: 10px;
	position: relative;
}
.rating div
{
	height: 16px;
	background-image: url(/imgs/star-yellow.gif);
	text-indent: -1000px;
	overflow: hidden;
	z-index: 5;
}
.rating a
{
	position: absolute;
	top: 0px;
	height: 16px;
	text-indent: -1000px;
	overflow: hidden;
}
.rating a:hover
{
	background-image: url(/imgs/star-black.gif);
}
.rating .vote1
{
	width: 16px;
	z-index: 10;
}
.rating .vote2
{
	width: 32px;
	z-index: 9;
}
.rating .vote3
{
	width: 48px;
	z-index: 8;
}
.rating .vote4
{
	width: 64px;
	z-index: 7;
}
.rating .vote5
{
	width: 80px;
	z-index: 6;
}
.actionMessage
{
    background-color:#E6F3E1;
    border:1px solid #D4E8CE;
    color:#247725;
    font-weight:bold;
    height:22px;
    margin:4px 0 0px 0;
    padding:7px 0px 0 14px;
}
.overviewtable
{
    width:100%;
    margin-bottom:15px;
}
.overviewtable th
{
    text-align: left;  
    border-bottom:1px solid #EEEEEE;
    color:#355E7A;
    font-size:12px;
    margin:0;
    padding:7px 0px;
    text-transform:uppercase;
}
.overviewtable td
{
    border-bottom:1px solid #ededed; 
    height:23px;
}
.overviewtable .disabled,.overviewtable .disabled a
{
    color:#CCC;
}
.imagemini
{
	display: block;
	border: 1px solid #dddddd;
	width: 36px;
	height: 36px;
	padding: 1px;
}
.imagesmall
{
    border: 1px solid #DDDDDD;
	margin: 0px 14px 14px 0px;
    float: left;
    height: 78px;
    padding: 1px;
    width: 104px;
}
a.edit 
{
    background-color:#B96009;
    color:#FFFFFF;
    font-size:11px;
    font-weight:bold;
    margin-top:3px;
    padding:1px 4px;
    text-transform:uppercase;
}
.tabs 
{
    border-color:#CCCCCC -moz-use-text-color;
    border-style:solid none;
    border-width:0px medium;
    height:20px;
    padding-left:6px;
}
.tabs .selected 
{
    font-weight:bold;
}
.tabs a, .tabs span 
{
    background-image: url(/imgs/layout/form_pointer.png);
    background-position: right center;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 14px;
    padding: 3px 19px 3px 8px;
    text-align: center;
}
.tabs .selected 
{
    font-weight: bold;
}
.tabs .disabled 
{
    color: #CCCCCC;
}
a.button
{
	display: block;
	background-image: url(/imgs/layout/button.gif);
	background-repeat: no-repeat;
	width: 80px;
	height: 17px;
	padding: 3px;
	text-align: center;
	color: #71530C;
	text-decoration: none;
}
a.button:hover
{
	background-image: url(/imgs/layout/button_hover.gif);
}
#actions li
{
    background-image: url(/imgs/layout/button.gif);
    background-position: top left;
    background-repeat: no-repeat;
    width: 86px;
    height: 23px;
    margin: 0;
    text-align: center;
    color: #71530C;
}
#actions li:hover
{
	background-image: url(/imgs/layout/button_hover.gif);
}
#actions li a
{
	display: block;
	width: 78px;
	height: 15px;
	padding: 4px;
    color: #71530C;
    text-decoration: none;
}
#options
{
	padding-top: 4px;
}
#options li
{
    background-image: url(/imgs/border.gif);
    background-repeat: no-repeat;
    background-position: right 4px;
	padding-right: 7px;
	margin-right: 7px;
}
#options li.last
{
	background: none;
}
#options .back a
{
	display: block;
    background-image: url(/imgs/layout/back.gif);
    background-position: 0px 2px;
    padding-left:15px;
    background-repeat: no-repeat;
}

#options .cancel a
{
	display: block;
    background-image: url(/imgs/layout/cancel.gif);
    background-position: 0px 3px;
    padding-left:15px;
    background-repeat: no-repeat;
}
.leaderboard
{
    width:910px;
    border:0px solid #ccc;
    text-align:center;
    height:90px;
}