@charset "UTF-8";
/* CSS Document */

/* GENERAL ELEMENTS */
body {
	background: #f3f3f3;
	background-color: #f4f4f4;
	color: #333;
	font-family: "Lucida Grande", Trebuchet, "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
	font-size: 0.85em;
	height: 100%;
	margin: 0;
	padding: 15px;
	letter-spacing: 0.05em;
}

body.SSTwoColumns {
	background-image: url('http://static.socialsyllabus.com/images/template_bkgrnd_rightcolumn.png');
	background-repeat: repeat-y;
	background-position: right;
}

h1 {
	font-size: 2em;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #ccc;
	margin: 0 0 20px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	font-family: Georgia, Lucida Grande, Trebutchet, San-serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #036;
	padding: 0;
	margin: 0 0 15px 0;
}

p {
	line-height: 1.5em;
}

/* COLORS */
.red { color: #900; }
.green { color: #690; }
.grey { color: #666; }
.blue { color: #036; }
.bluebold { color: #036; font-weight: bold; }

/* HYPERLINKS */
a {
	outline: none;
}

a:link, a:visited {
	color: #036;
	text-decoration: underline;
}

a:hover {
	color: #39f;
	text-decoration: none;
}

/* HEADER */
#SSHeader {
	background-image: url('http://static.socialsyllabus.com/images/template_header.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #003;
	height: 50px;
}

#SSTopNavigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#SSTopNavigation li {
	float: left;
	margin: 0;
	padding: 0;
}

.SSIndex, .SSIndexCurrent {
	background-image: url('http://static.socialsyllabus.com/images/ss.png');
	background-repeat: no-repeat;
	width: 27px;
	height: 30px;
}

.SSIndex:link {
	background-position: 0 14px;
}

.SSIndex:hover {
	background-position: -45px 14px;
}

.SSIndexCurrent:link, .SSIndexCurrent:visited, .SSIndexCurrent:hover {
	background-position: -45px 14px;
}

#SSTopNavigation a {
  	display: block;
	padding: 14px 20px 6px 20px;
	text-decoration: none;
	font-size: 1.25em;
	height: 30px;
}

#SSTopNavigation .SSShadow, #SSSigninNavigation .SSShadow
{
	-moz-text-shadow: 1px 1px 1px #036;
	-webkit-text-shadow: 1px 1px 1px #036;
	text-shadow: 1px 1px 1px #036;	
}

#SSTopNavigation a:link, #SSTopNavigation a:visited {
	color: #caeeff;
}

#SSTopNavigation a:hover {
	color: #fff;
	background-color: #036;
}

#SSTopNavigation a.current {
	color: #fff;
}

#SSSigninNavigation {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#SSSigninNavigation li {
	margin: 0;
	padding: 0;
	float: right;
}

#SSSigninNavigation a {
  	display: block;
	padding: 14px 25px 6px 25px;
	text-decoration: none;
	font-size: 1.2em;
	height: 30px;
}

#SSSigninNavigation a:link, #SSSigninNavigation a:visited {
	color: #caeeff;
}

#SSSigninNavigation a:hover {
	color: #fff;
	background-color: #036;	
}

#SSTopNavigation li ul
{	
	border: 1px solid #036;
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	z-index: 25;
}

#SSTopNavigation li ul li
{	
	float: none;
	display: inline;
	background-color: #fff;
}

#SSTopNavigation li ul li a
{	
	background-color: #fff;
	border-top: none;
	border-right: none;
	border-bottom: 1px dotted #CAD0D5;
	border-left: none;
	color: #036;
	display: block;
	margin: 0;	
	padding: 15px 15px 7px 15px;
	text-align: left;
	width: 400px;
	font-size: 1em;
}

#SSTopNavigation li ul li a:link, #SSTopNavigation li ul li a:visited
{	
	color: #036;
	background-color: #fff;
}

#SSTopNavigation li ul li a:hover
{	
	background-color: #caeeff;
	color: #036;
}

#SSTopNavigation li ul {
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

#SSTopNavigation .last {
	-moz-border-radius-bottomright: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* Minitabs */
.SSMinitabs {
	margin-bottom: 30px;
	background-color: #E0E6E8;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
}

.SSMinitabs ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.SSMinitabs ul li {
	margin: 0;
	padding: 0;
	float: left;
}

.SSMinitabs ul li a { 
	padding: 12px 15px 12px 15px; 
	background-color: #E0E6E8;
	color: #036; 
	text-decoration: none;
	
	font-size: 1em;
	border-right: 1px solid #ccc;
	display: block;
}

.SSMinitabs .SSShadow
{
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;	
}

.SSMinitabs .first
{
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;	
}

.SSMinitabs ul li.current {  
	background-color: #caeeff;
}

.SSMinitabs ul li.current a {
	background-color: #f4f4f4; 	
}

.SSMinitabs ul li a:hover {
	background-color: #caeeff;
	color: #036;
}

/* CONTENT */
#SSContent {
	position: relative;	
}

#SSContentOneColumn {
	position: relative;
	padding: 25px;
}

/* LEFT COLUMN */
#SSLeftColumn {
	margin-right: 300px;
	padding: 25px;
	position: relative;
}

#SSLeftColumn h1, #SSContentOneColumn h1 {
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
	color: #333;
	font-size: 1.7em;
	margin: 0 0 25px 0;
	text-decoration: none;
	font-weight: normal;
}


#SSLeftColumn h1 {
	padding: 0 0 25px 0;
}


h1.SSRemoveBorder, #SSLeftColumn h1.SSRemoveBorder {
	border-bottom: none;
	margin: 0 0 25px 0;
	padding: 0;
}

/* RIGHT COLUMN */
#SSRightColumn {
	position: absolute;
	top: 0;
	right: 0;
	width: 298px;
}

#SSRightColumn .SSBox {
	padding: 25px;
	border-bottom: 1px solid #ccc;
}

#SSRightColumn .SSBox h3 {
	margin-top: 0;
}

#SSRightColumn .SSBox h4 {
	color: #036;
	font-family: Georgia, Lucida Grande, Trebutchet, San-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding: 0;
	margin: 0 0 10px 0;
}

.SSBox ul {
	color: #036;
	list-style-type: square;
	margin: 0 0 0 15px;
	padding: 0;
}

.SSBox ul li {
	padding: 0 0 7px 0;
}

/* FOOTER */
#SSFooter {
	background-color: #036;
	padding: 25px;
	border-top: 1px solid #003;
}

#SSFooter ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#SSFooter li {
	padding-right: 15px;
	display: inline;
}

#SSFooter a:link, #SSFooter a:visited {
	color: #fff;
	text-decoration: none;
}

#SSFooter a:hover {
	color: #39f;
	text-decoration: none;
}

/* POSITION RIGHT */
.SSPositionRight {
	position: absolute;
	top: 20px;
	right: 20px;
}

/* FORMS */
form {
	margin: 0;
	padding: 0;
}

label, .label {
	color: #036;
	display: block;
	margin-bottom: 5px;
}

fieldset {
	padding: 20px;
	border: 1px solid #ccc;
	margin-bottom: 20px;
}

legend {
	font-family: Georgia;
	font-size: 1.2em;
	color: #666;
}

form .SSFormElement {
	margin-bottom: 20px;
}

form .SSFormError {
	color: #900;
}

form input[type="text"], form input[type="password"], form select, form textarea
{
	border: solid 1px #ccc;
	color: #666;
    font-size: 100%;
	padding: 10px;
	margin-right: 5px;
    width: 250px;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

form input[type="text"]:focus, form input[type="password"]:focus, form select:focus, form textarea:focus
{
	border: solid 1px #69f;
	color: #666;
	font-size: 100%;
    padding: 10px;
	margin-right: 5px;
    width: 250px;
}

form textarea {
	font-family: "Lucida Grande", Trebuchet, "Trebuchet MS", Tahoma, Arial, Verdana, sans-serif;
}

form select {
	width: 270px;
}

form select:focus {
	width: 270px;
}

form select option {
	background-color: #fff;
	border-bottom: 1px dotted #eaeeee;
	color: #666;
}

form input[type="text"].SSBoxError, form input[type="password"].SSBoxError, form input[type="select"].SSBoxError
{
	background-color: #fbe3e4;
	font-size: 100%;
	margin-right: 5px;
}

.SSGeneralError {
	background-color: #fbe3e4;
	color: #900;
	padding: 10px;
	margin-bottom: 15px;
}

.SSGeneralError img {
	vertical-align: middle;
	margin-right: 5px;
}

.SSRequiredField {
	color: #690;
}

.SSNoteLabel {
	color: #666;
	font-size: 0.9em;
}

/* MODAL BOX WINDOW */
.SSMBWrapper {
	border: 1px solid #666;
	display: none;
	padding: 5px;
	background-color: #fff;
	position: fixed;  
	width: 502px;
	z-index: 110;
}

.SSMBSubWrapper {
	border: 1px solid #666;
	width: 500px; 
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.SSMBHeader {
	background-image: url('http://static.socialsyllabus.com/images/template_midnav_bkgrnd.png');
	background-repeat: repeat-x;
	border-bottom: 1px solid #fff;
	color: #fff;
	padding: 15px 20px 15px 20px;
	position: relative;
	-moz-text-shadow: 1px 1px 1px #036;
	-webkit-text-shadow: 1px 1px 1px #036;
	text-shadow: 1px 1px 1px #036;
}

.SSMBClose {
	position: absolute;
	right: 20px;
	top: 10px;
}

.SSMBContent {
	background-color: #f5f5f5;
	padding: 20px;
}

/* Overlay */
#SSMBOverlay {
	z-index: 100;
}

/* TABLES VERTICAL */
table.SSTable {
	border: 1px solid #ccc;
	border-collapse: collapse;
	color: #333333;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}

table.SSTable thead tr {
	/*background-image: url('http://static.socialsyllabus.com/images/template_table_bkgrnd.png');
	background-repeat: repeat-x;*/
	background-color: #E0E6E8;
	/*background-position: bottom;*/
	border: 1px solid #ccc;
}

table.SSTable thead th {
	text-align: left;
	padding: 12px 15px 12px 15px;
	border-collapse: collapse;
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
	border-bottom: 1px solid #ccc;
}

table.SSTable thead th.headerSortUp, table.SSTable thead th.headerSortUp, table.SSTable thead th.header {
	cursor: pointer;
	cursor: hand;
}

table.SSTable thead th a:link, table.SSTable thead th a:visited {
	color: #036;
	text-decoration: none;
} 

table.SSTable thead th a:hover {
	color: #39f;
	text-decoration: none;
}

table.SSTable tbody tr {
	background-color: #fff;
}

table.SSTable tbody tr:hover {
	background-color: #F7F9FF;
}

table.SSTable td {
	border-bottom: 1px dotted #ccc;
	padding: 12px 15px 12px 15px;
	border-collapse: collapse;
}

table.SSTable thead th.headerSortUp { 
    background-image: url('http://static.socialsyllabus.com/images/template_table_arrowup.png'); 
    background-repeat: no-repeat;
    background-position: right center;
} 
table.SSTable thead th.headerSortDown { 
    background-image: url('http://static.socialsyllabus.com/images/template_table_arrowdown.png'); 
    background-repeat: no-repeat;
    background-position: right center;
} 

/* TABLES HORIZONTAL*/
table.SSTableHorizontal {
	border: 1px solid #ccc;
	border-collapse: collapse;
	color: #333333;
	margin-bottom: 20px;
	text-align: left;
	width: 100%;
}

table.SSTableHorizontal th {
	background-color: #E0E6E8;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: top;
	text-align: left;
}

table.SSTableHorizontal th a:link, table.SSTableHorizontal th a:visited {
	color: #036;
	text-decoration: none;
} 

table.SSTableHorizontal th a:hover {
	color: #39f;
	text-decoration: none;
}

table.SSTableHorizontal td {
	background-color: #fff;
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	border-collapse: collapse;
	vertical-align: top;
}

/* TABLES FOR SIDEBAR */
table.SSTableSideBar {
	border-collapse: collapse;
	color: #333333;
	text-align: left;
	margin: 5px 0 5px 0;
}

table.SSTableSideBar td {
	padding: 0 10px 20px 0;
	vertical-align: top;
}

table.SSTableSideBar h3 {
	margin-bottom: 4px;
}


/* BUTTONS */
.SSButtons {
	margin-bottom: 45px;
}

.SSButtons:focus { outline: none; }
.SSButtons:active { outline: none; }

.SSButtons a, .SSButtons button {
	background-color: #E0E6E8;
    border: 1px solid #ccc;
	color: #036;
	cursor: pointer;
    display: block;
    float: left;
    margin: 0 7px 0 0;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size: 100%;
    line-height: 130%;
    font-weight: bold;
    text-decoration: none;
	outline: none;
    padding: 7px 10px 7px 7px; /* Links */
    white-space: nowrap;
    -moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}

.SSButtons button {
    overflow: visible;
    padding: 6px 10px 7px 7px; /* IE6 */
    width: auto;
}

.SSButtons button[type] {
    padding: 6px 10px 7px 7px; /* Firefox */
    line-height: 19px; /* Safari */
}

*:first-child+html button[type] {
    padding: 5px 10px 4px 7px; /* IE7 */
}

.SSButtons button img, .SSButtons a img {
	border: none;
    margin: 0 4px -3px 0 !important;
    padding: 0;
    height: 16px;
    width: 16px;
}

/* BUTTONS: STANDARD */
button:hover, .SSButtons a:hover {
    background-color: #dff4ff;
    border: 1px solid #c2e1ef;
    color: #336699;
}

.SSButtons a:active {
    background-color: #6299c5;
    border: 1px solid #6299c5;
    color: #fff;
}

/* BUTTONS: POSITIVE */
button.positive, .SSButtons a.positive {
    color: #529214;
}

.SSButtons a.positive:hover, button.positive:hover {
    background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}

.SSButtons a.positive:active{
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}

/* BUTTONS: NEGATIVE */
.SSButtons a.negative, button.negative{
    color: #d12f19;
}

.SSButtons a.negative:hover, button.negative:hover{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}

.SSButtons a.negative:active{
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}

/* BUTTONS: OPTION */
.SSOption a {
	background-color: #f3f3f3;
	border: 1px solid #f3f3f3;
}

.SSOption a:hover {
	background-color: #f3f3f3;
	border: 1px solid #eaeeee;
}

/* ICONS */
.SSIcon {
	margin-right: 5px;
}

/* COURSE ENTRIES */
.SSEntryWrapper {
	border: 1px solid #ccc;
	background-color: #E0E6E8;
	margin-bottom: 25px;
	clear: both;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.SSEntryDate {
	font-family: Georgia, Lucida Grande, Trebutchet, San-serif;
	width: 100px;
	text-align: center;
	float: left;
}

.SSEntryMonth {
	color: #333;
	font-size: 2em;
	margin-top: 20px;
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}

.SSEntryDay {
	color: #333;
	font-size: 2.5em;
	margin-top: 3px;
	-moz-text-shadow: 1px 1px 1px #fff;
	-webkit-text-shadow: 1px 1px 1px #fff;
	text-shadow: 1px 1px 1px #fff;
}

.SSEntry {
	padding: 20px;
	background-color: #fff;
	min-height: 100px;
	margin-left: 100px;
	border-left: 1px solid #ccc;
	position: relative;
}

.SSEntry p {
	line-height: 1.75em;
}

.SSEntry h2 {
	font-family: Georgia, Lucida Grande, Trebutchet, San-serif;
	font-size: 1.5em;
	font-weight: normal;
	border-bottom: 1px dotted #ccc;
	padding: 0 50px 15px 0;
	margin: 0 0 15px 0;
}

.SSEntry h2 a {
	text-decoration: none;
}

.SSNumEntryComments {
	position: absolute;
	top: 15px;
	right: 20px;
}

.SSNumEntryComments a {
	font-family: Georgia, Lucida Grande, Trebutchet, San-serif;
	font-size: 1.5em;
	font-weight: normal;
	text-decoration: none;
}

.SSNumEntryComments a:link, .SSNumEntryComments a:visited {
	color: #666;
}

.SSNumEntryComments a:hover {
	color: #39f;
}

/* FULL ENTRY */
.SSFullEntry {
	padding: 20px;
	background-color: #fff;
	min-height: 100px;
	border: 1px solid #ccc;
	line-height: 2em;
	margin-bottom: 25px;
	clear: both;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.SSFullEntryDate {
	font-family: Georgia, Lucida Grande, Trebutchet, San-serif;
	font-size: 1.2em;
	color: #666;
	letter-spacing: 0.05em;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 15px 0;
	margin: 0 0 15px 0;
}

.SSFullEntry h2 {
	font-family: Georgia, Lucida Grande, Trebutchet, San-serif;
	font-size: 2em;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 5px 0;
}

.SSFullEntryTags {
	color: #666;
}

/* ENTRY COMMENTS */
.SSCommentWrapper {
	border: 1px solid #ccc;
	background-color: #eaeeee;
	margin-bottom: 25px;
	clear: both;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.SSCommentLeftColumn {
	font-family: Georgia, Lucida Grande, Trebutchet, San-serif;
	width: 120px;
	float: left;
	padding: 20px 0 20px 20px;
}

.SSCommentLeftColumn img {
	border: 1px solid #ccc;
}

.SSCommentName {
	color: #333;
	font-size: 1.2em;
}

.SSCommentDate {
	color: #666;
	font-size: 1em;
	margin: 3px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.SSCommentRightColumn {
	padding: 20px;
	background-color: #fff;
	min-height: 75px;
	margin-left: 120px;
	line-height: 1.5em;
	position: relative;
	border-left: 1px solid #ccc;
}

.SSCommentRightColumn p {
	margin: 0 0 10px 0;
}

/* BLOG ENTRIES */
.SSBlogEntryWrapper {
	border: 1px solid #ccc;
	background-color: #eaeeee;
	margin-bottom: 25px;
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
	clear: both;
}

.SSBlogEntryLeftColumn {
	font-family: Georgia, Lucida Grande, Trebutchet, San-serif;
	width: 120px;
	float: left;
	padding: 20px 0 20px 20px;
}

.SSBlogEntryLeftColumn img {
	border: 1px solid #ccc;
}

.SSBlogEntryName {
	color: #333;
	font-size: 1.2em;
}

.SSBlogEntryDate {
	color: #666;
	font-size: 1em;
	margin: 3px 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #ccc;
}

.SSBlogEntryRightColumn {
	padding: 20px;
	background-color: #fff;
	border-left: 1px solid #ccc;
	min-height: 75px;
	margin-left: 120px;
	line-height: 1.5em;
	position: relative;
}

.SSBlogEntryRightColumn p {
	margin: 0 0 10px 0;
}

.SSBlogEntryTags {
	background: #ffc; 
	padding: 10px 20px 10px 15px; 
	margin-left: 120px; 
	border-top: 1px dotted #ccc;
}

/* UPLOAD PROGESS BAR */
#SSUploadBar, #SSUploadImageBar {
	position: absolute;
	background-image: url("http://static.socialsyllabus.com/images/progressbar.gif");
	background-repeat: no-repeat;
	background-position: right;
}

#SSFileName, #SSUploadFilename {
	background-color: #fff;
	margin: 0 5px 0 0;
	float: left;
}

#SSFilePercentage, #SSUploadPercentage, #SSUploadImagePercentage {
	color: #999;
	padding: 4px 0 0 5px;
}

/* INSTRUCTIONS */
.SSInstructions {
	background-color: #ffffcc;
	background-image: url(http://static.socialsyllabus.com/icons/16/info.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border: 1px solid #ccc;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	padding: 15px 15px 15px 45px;
	margin-bottom: 20px;
}

/* WARNING */
.SSWarning {
	background-color: #ffffcc;
	background-image: url(http://static.socialsyllabus.com/icons/16/warning.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border: 1px solid #900;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	padding: 15px 15px 15px 45px;
	margin-bottom: 20px;
	color: #900;
}

/* Confirmation */
.SSConfirmation {
	background-color: #E6EFC2;
	background-image: url(http://static.socialsyllabus.com/icons/16/check.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	border: 1px solid #360;
	-moz-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border-radius: 3px;
	color: #360;
	padding: 15px 15px 15px 45px;
	margin-bottom: 20px;
}

/* CODE SAMPLES */
.SSCode {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 15px;
	font-family: "Courier New", Courier, monospace;
}

.SSIndent {
	padding-left: 25px;
}









/* Sidetabs */
.SSSideTabs {
	margin: 0 0 20px 0;
	padding: 0;
}

.SSSideTabs ul {
	text-align: left;
	border-bottom: 1px solid #ccc;
	list-style-type: none;
	padding: 0 0 6px 2px;
	margin: 0;
}

.SSSideTabs ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

.SSSideTabs ul li a { 
	padding: 6px 12px 6px 12px; 
	border: 1px solid #ccc; 
	background-color: #E0E6E8;
	color: #036; 
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
	outline: none;
	
	-moz-border-radius: 3px 3px 0 0;
	-webkit-border-radius: 3px 3px 0 0;
}

.SSSideTabs ul li.current {  
	background-color: #caeeff;
}

.SSSideTabs ul li.current a {
	background-color: #E0E6E8; 
	border-bottom: 1px solid #E0E6E8;
	color: #036;
	position: relative;
	padding-top: 6px; 
}

.SSSideTabs ul li a:hover {
	background-color: #dff4ff;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #369;
}

.SSSideTabs ul li.current a:hover {
	border-bottom: 1px solid #E0E6E8;
}

.SSSideTabs ul li.current a:hover {
	background-color: #E0E6E8;
	color: #036;
}

/* PLUPLOAD */
.plupload {
	z-index: 1000;
	cursor: hand, pointer;
}

/* LIST OPTIONS */
ul.SSListOptions {
	margin: 0 0 15px 0;
	padding: 0;
	list-style-type: none;
}

ul.SSListOptions li {
	padding-bottom: 5px;
}

/* PROFILE SPECIFIC */
.SSProfileTitle {
	color: #666; 
	font-size: 0.9em;
	line-height: 1.5em; 
	margin-bottom: 20px; 
}