﻿/*===================================================
Global
===================================================*/

html
{
	overflow: auto; 
}

html, body, form
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-weight: normal;
	font-size: 12px;
	color: #000000;
	font-family: Arial, Verdana, Tahoma;
}

.sjErrorBox
{
	font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	background-color: #990000;
}


/*===================================================
Telerik Overrides
===================================================*/

.TelerikModalOverlay   
{   
    background: black !important;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=75) !important;
    opacity: .75 !important;
    -moz-opacity: .75 !important;         
}   

/*===================================================
Site.master
===================================================*/

.sjBackground
{
	background-image: url('../../Resources/Images/Background-Landscape.png');
	background-repeat: repeat-x;
	background-position: center bottom;
	background-color: #BADBEC;
	background-attachment: fixed;
}

/*===================================================
UserSidebarContainerControl.ascx
===================================================*/

div.sjUSCUserTab
{
	color: #FFFFFF;
}

div.sjUSCUserTab a
{
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
}

div.sjUSCUserTab a:hover
{
	color: #CCFFCC;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
}

/*===================================================
JotArchiveControl.ascx
===================================================*/

div.sjJACJotTitle
{
	text-decoration: none;
	color: #000000;
}

div.sjJACJotTitle a
{
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

div.sjJACJotTitle a:hover
{
	padding: 3px;
	color: #FFFFFF;
	font-weight: bold;
	background-color: #000000;
}