﻿
/* Share on socialmedia sites */

.social
{
text-align:left;
}
.social ul
{
	margin:0;
	padding:0;
}
.social ul li
{
	display: inline;
	list-style-type: none;
}
.social ul li a
{
	text-align:left;
	color:black;
	display:inline-block;
}
.social ul li a:hover
{
	text-decoration:underline;
}

/* Icons for each link type */

.facebook
{
	background-image: url('images/icons/facebook.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding:5px;
	padding-left:20px;
	width:133px;

}
.nettby
{
	background-image: url('images/icons/nettby.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding:5px;
	padding-left:20px;
	width:115px;

}
.kudos
{
	background-image: url('images/icons/kudos.jpg');
	background-repeat: no-repeat;
	background-position: center left;
	padding:5px;
	padding-left:20px;
	width:115px;

}
.twitter
{
	background-image: url('images/icons/twitter.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding:5px;
	padding-left:20px;
	width:115px;

}

.stumbleupon
{
	background-image: url('images/icons/stumbleupon.png');
	background-repeat: no-repeat;
	background-position: center left;
	padding:5px;
	padding-left:20px;
	width:120px;

}

#rss_link
{
	background-image: url('images/icons/rssicon.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height:16px;	
	padding-left:20px;
}
#rss_link span
{
	display:none;
}



/* SIM ORKDAL CSS*/
div#SimModelPage
{
	padding:20px 0px 20px 0px;
}
div#SimModelPage .EditorPanel
{
	
	width:500px;
}
div#SimModelPage .ModelsPanel
{

	padding:10px 10px 10px 10px;
	background: #adaeb0 url('Images/gray_gradient_bg.jpg') repeat-x;
	border: 1px solid #999999;
}

div#SimModelPage .ModelsPanel table
{
	border:0px;
	padding-bottom:10px;	
}
div#SimModelPage .ModelsPanel td
{
	padding:2px;
}
div#SimModelPage  input.yellowButton
{
	border:solid 1px white;
	background-color:Orange;
	color:White;
	margin-top:10px;
}
div#SimModelPage .ModelsPanel table tbody tr
{
	
}


#simhjelp
{
	margin-top:15px;
	width:133px;
	height:26px;
	border:0;
	background-image:url('images/hjelp.png');
	float:right;
}
#simhjelp span
{
	display:none;
}
#simhjelp:hover
{
		background-image:url('images/hjelp_over.png');
}




.ModelsPanel label
{
	display:block;
	padding-top:4px;
}

.ModelsPanel .model_textbox
{
	width:390px;
	margin:0;
}

.ModelsPanel .model_textarea
{
	width:390px;
	height:60px;
	margin:0;
}

.ModelsPa3nel .leftside
{
	float:left;
	width:60%;
}
.Models3Panel .rightside
{
	float:right;
	width:39%;
}


/* Rating */

div#rating
{
	margin-top:25px;
}

div#rating p
{
	padding:0;
}

div#rating div.subheader {
	background-color:Black;
	padding-left:17px;
}
div#rating div.subheader h2 {
	color:#F9EB12;
	text-transform:uppercase;
}

div#rating div.part1
{
	
	width:20%;
	height:32px;
}
div#rating div.part2
{
	height:29px;
	padding-top:3px;
	width:60%;
}
div#rating div.part3 
{

	height:32px;
	text-align:right;
	
}

div#rating div.part3 div
{
	height:32px;
	float:left;
	display:block;
}
div#rating div.part3 div.statustext
{
	padding-top:6px;
	height:26px;
	padding-left:5px;
	font-style: italic;
	
}

div#rating div.part1, div#rating div.part2, div#rating div.part3 
{
	margin-top:15px;
	display:block;
	float:left;
}

div#rating ul
{
	margin:0;
	padding:0;
	list-style:none;
}
div#rating ul li
{
	display:inline;
	margin:0;
	padding:0;
	list-style:none;
}
div#rating ul li a
{
	margin:0;
	padding:0;
	
	display:block;
	height:25px;
	width:25px;
	padding-left:7px;

	float:left;
	background-image: url('Images/alt_star.gif');
	background-repeat:no-repeat;
	background-position: left top
}

div#rating ul li .marked
{
	background-image: url('Images/alt_star.gif');
	background-repeat:no-repeat;
	background-position: left -25px;
}


div#rating ul li a:hover, div#rating ul li .mousehover, div#rating ul li .marked mouseover
{
	background-image: url('Images/alt_star.gif');
	background-repeat:no-repeat;
	background-position: left -50px;
}

div#rating ul li a span
{
	display:none;
}



/* SCHOOL MODELS */

.SimListView
{
}

.SimListView table
{
	width:100%;
	padding:0;
	margin:0;
	border:0;
	padding-bottom:20px;
}

.SimListView table tr
{
	
}

.SimListView table tr th a
{
	color:#3F3F3F;
	display:inline-block;
	padding-right:10px;
}


.SimListView .asc
{
	background-image: url('Images/arrow_up.gif');
	background-repeat: no-repeat;
	background-position: right 5px;
	
}

.SimListView .desc
{	
	background-image: url('Images/arrow_down.gif');
	background-repeat: no-repeat;
	background-position: right 5px;
	
}


.SimListView table tr th
{
	font-family:Georgia,Arial;
	font-weight:normal;
	font-size: 14px;
	text-align:left;

border-bottom: 1px solid #ebe9e9;

}

.SimListView table tr td
{
}


.SimListView table .error_row td
{

	padding-top:15px;
}


.SimListView table tr th,
.SimListView table tr td
{
	padding: 2px 0px 2px 0px;
	width:20%;
	margin:0;
}


.SimListView table .alt td
{
	background-color: #fbfafa;
}






.latestmodels .SchoolControls select ,
.SimListView .SchoolControls select
{
	font-family:Georgia,Arial;
	padding:3px 3px 3px 3px;
	font-size:14px;
	width:150px;
}


.SimListView .SchoolControls 
{
	margin: 10px 0px 30px;	
}

.latestmodels .SchoolControls .school ,
.SimListView .SchoolControls .school
{
	float:left;
	margin-right:20px;
}

.latestmodels .SchoolControls .class ,
.SimListView .SchoolControls .class
{
	float:left;
	margin-right:20px;
}


.SimListView .SchoolControls .action
{
	clear:left;
}


.latestmodels .SchoolControls .action 
{
	float:left;
	width:405px;
	text-align:right;
	
}
.latestmodels .SchoolControls .action input
{
	margin-top:10px;
	font-family:Georgia,Arial;
	padding:3px 3px 3px 3px;
	font-size:14px;
	
}

.SimListView .paging
{
	margin-bottom:20px;
}

.SimListView .paging p
{
	margin:0;
	
	padding-bottom:3px;
}
.SimListView .paging a
{
	display: inline-block;
	border: 1px solid #cccccc;
	padding:3px;
	text-align: center;
	width:15px;
	margin: 0px 3px 0px 0px;
}
.SimListView .paging a:hover
{
	text-decoration: none;
	background-color: #cccccc;
}

.SimListView .paging .current
{
	background-color: #cccccc;
}

