﻿
/*****************************************************************
 HTML elements
*****************************************************************/

body,td,th
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #333333;
}

body
{
	margin-top: 10px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}

form 
{
	margin: 0px;
}

td 
{
	padding: 0px;
}
img 
{
	border: 0px;
}

a:link
{
	text-decoration: underline;
	color: #6666CC;
}
a:visited
{
	text-decoration: underline;
	color: #6666CC;
}
a:hover
{
	text-decoration: none;
	color: #6666CC;
}
a:active
{
	text-decoration: none;
}

/*****************************************************************
 General layout
*****************************************************************/

div#SSG_Layout_Container
{
	text-align: center;
		width: 760px;
		margin: auto;
}
table#SSG_Layout_Container_Table
{
	border-collapse: collapse;
	width: 760px;
}

/*****************************************************************
 Header
*****************************************************************/
td#SSG_Layout_Header 
{
	width: 100%;
	text-align: center;
}
div#SSG_Header_Container 
{
	width: 100%;
	text-align: center;
}
table#SSG_Header_Container_Table 
{
	border-collapse: collapse;
	width: 100px;
}



/*****************************************************************
 HomeLink
*****************************************************************/
td#SSG_Layout_HomeLink 
{
	width: 203px;
	text-align: left;
	background-color: #000000;
}
div#SSG_HomeLink_Container 
{
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	background-color: #000000;
	color: #7B3492;
	font-weight: bold;
}
#SSG_HomeLink_Container a:link,
#SSG_HomeLink_Container a:visited,
#SSG_HomeLink_Container a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
#SSG_HomeLink_Container a:hover
{
	text-decoration: none;
	color: #FF9F00;
}


/*****************************************************************
 TopNavigation 
*****************************************************************/

td#SSG_Layout_TopNavigation 
{
	width: 553px;
	vertical-align: top;
	text-align: left;
}
div#SSG_TopNavigation_Container 
{
	width: 100%;
	height: 100%;
	background-color: #67509e;
}
table#SSG_TopNavigation_Container_Table 
{
	border-collapse: collapse;
	width: 100%;
}
td.SSG_TopNavigation_Cell 
{
	border-left: 1px solid #ffffff;
	padding: 0.3em;
	text-align: center;
	font-size: x-small;
}
td.SSG_TopNavigation_Cell a:link,
td.SSG_TopNavigation_Cell a:visited,
td.SSG_TopNavigation_Cell a:active
{
	text-decoration: none;
	color: #FFFFFF;
}
td.SSG_TopNavigation_Cell a:hover {
	text-decoration: none;
	color: #FF9F00;
}


/*****************************************************************
 SideNavigation 
*****************************************************************/

td#SSG_Layout_SideNavigation 
{	height: 100%;
	vertical-align: top;
	text-align: left;
	background-color: #67509e;
	width: 203px;
}
div#SSG_SideNaviagtion_Container 
{
	margin: 1px;
	vertical-align: top;
	background-color: #67509e;
}
div#SSG_Layout_SideNavigation ul
{
	margin: 0px;
	padding: 0px;
}
div#SSG_Layout_SideNavigation li.SSG_LeftNavigation_Button_Active,
div#SSG_Layout_SideNavigation li.SSG_LeftNavigation_Button_Normal
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 20px;
	background-image: url(/SaferSouthglos/Assets/Images/nav.gif);
	background-position: right;
	background-repeat: no-repeat;
	/*display: block;*/
}

/*****************************************************************
 SideNavigation - active
*****************************************************************/

li.SSG_LeftNavigation_Button_Active 
{
	/* this class is subsequently specified in the active theme CSS file*/
}

.SSG_LeftNavigation_Button_Active a,
li.SSG_LeftNavigation_Button_Active a:link,
li.SSG_LeftNavigation_Button_Active a:visited,
li.SSG_LeftNavigation_Button_Active a:active 
{
	height: 20px;
	margin: 0px;
	padding-right: 15px;
	line-height: 20px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #67509e;
	font-weight: bold;
	font-size: x-small;
	display: block;
	text-decoration: none;
	
}

.SSG_LeftNavigation_Button_Active a:hover
{
	height: 20px;
	line-height: 20px;
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #67509e;
	font-weight: bold;
	font-size: x-small;
	display: block;
	text-decoration: none;
	
}

/*****************************************************************
 SideNavigation - normal
*****************************************************************/

li.SSG_LeftNavigation_Button_Normal
{
	background-color: #ffffff;
	border-bottom: 1px solid #67509e;
}
	
.SSG_LeftNavigation_Button_Normal a,
li.SSG_LeftNavigation_Button_Normal a:link,
li.SSG_LeftNavigation_Button_Normal a:visited
{
	height: 20px;
	line-height: 20px;
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #67509e;
	font-weight: bold;
	font-size: x-small;
	display: block;
	text-decoration: none;
}
.SSG_LeftNavigation_Button_Normal a:hover
{
	height: 20px;
	line-height: 20px;
	padding-right: 15px;
	text-align: right;
	vertical-align: middle;
	border-bottom: 1px solid #67509e;
	font-weight: bold;
	font-size: x-small;
	display: block;
	text-decoration: none;
}

/*****************************************************************
 SideNavigation - button links
*****************************************************************/

/* Grey */
.SSG_LeftNavigation_Button_Active a.SSG_LeftNavigation_Link_Grey,
.SSG_LeftNavigation_Button_Active a:link.SSG_LeftNavigation_Link_Grey,
.SSG_LeftNavigation_Button_Active a:visited.SSG_LeftNavigation_Link_Grey,
.SSG_LeftNavigation_Button_Active a:active.SSG_LeftNavigation_Link_Grey
{
	color: #ffffff; 
}
.SSG_LeftNavigation_Button_Active a:hover.SSG_LeftNavigation_Link_Grey
{
	color: #ffffff;
}
.SSG_LeftNavigation_Button_Normal a.SSG_LeftNavigation_Link_Grey, 
.SSG_LeftNavigation_Button_Normal a:link.SSG_LeftNavigation_Link_Grey, 
.SSG_LeftNavigation_Button_Normal a:visited.SSG_LeftNavigation_Link_Grey, 
.SSG_LeftNavigation_Button_Normal a:active.SSG_LeftNavigation_Link_Grey
{
	color: #67509e;
}
.SSG_LeftNavigation_Button_Normal a:hover.SSG_LeftNavigation_Link_Grey
{
	color: #666666;
}

/* Orange */
.SSG_LeftNavigation_Button_Active a.SSG_LeftNavigation_Link_Orange, 
.SSG_LeftNavigation_Button_Active a:link.SSG_LeftNavigation_Link_Orange, 
.SSG_LeftNavigation_Button_Active a:visited.SSG_LeftNavigation_Link_Orange, 
.SSG_LeftNavigation_Button_Active a:active.SSG_LeftNavigation_Link_Orange
{
	color: #ffffff; 
}
.SSG_LeftNavigation_Button_Active a:hover.SSG_LeftNavigation_Link_Orange
{
	color: #ffffff;
}
.SSG_LeftNavigation_Button_Normal a.SSG_LeftNavigation_Link_Orange, 
.SSG_LeftNavigation_Button_Normal a:link.SSG_LeftNavigation_Link_Orange, 
.SSG_LeftNavigation_Button_Normal a:visited.SSG_LeftNavigation_Link_Orange, 
.SSG_LeftNavigation_Button_Normal a:active.SSG_LeftNavigation_Link_Orange
{
	color: #67509e;
}
.SSG_LeftNavigation_Button_Normal a:hover.SSG_LeftNavigation_Link_Orange
{
	color: #FF9F00;
}

/* Green */
.SSG_LeftNavigation_Button_Active a.SSG_LeftNavigation_Link_Green, 
.SSG_LeftNavigation_Button_Active a:link.SSG_LeftNavigation_Link_Green, 
.SSG_LeftNavigation_Button_Active a:visited.SSG_LeftNavigation_Link_Green, 
.SSG_LeftNavigation_Button_Active a:active.SSG_LeftNavigation_Link_Green
{
	color: #ffffff; 
}
.SSG_LeftNavigation_Button_Active a:hover.SSG_LeftNavigation_Link_Green
{
	color: #ffffff;
}
.SSG_LeftNavigation_Button_Normal a.SSG_LeftNavigation_Link_Green,
.SSG_LeftNavigation_Button_Normal a:link.SSG_LeftNavigation_Link_Green,
.SSG_LeftNavigation_Button_Normal a:visited.SSG_LeftNavigation_Link_Green,
.SSG_LeftNavigation_Button_Normal a:active.SSG_LeftNavigation_Link_Green
{
	color: #67509e;
}

.SSG_LeftNavigation_Button_Normal a:hover.SSG_LeftNavigation_Link_Green
{
	color: #12AD2B;
}

/* Magenta */
.SSG_LeftNavigation_Button_Active a.SSG_LeftNavigation_Link_Magenta, 
.SSG_LeftNavigation_Button_Active a:link.SSG_LeftNavigation_Link_Magenta, 
.SSG_LeftNavigation_Button_Active a:visited.SSG_LeftNavigation_Link_Magenta, 
.SSG_LeftNavigation_Button_Active a:active.SSG_LeftNavigation_Link_Magenta
{
	color: #ffffff; 
}
.SSG_LeftNavigation_Button_Active a:hover.SSG_LeftNavigation_Link_Magenta
{
	color: #ffffff;
}
.SSG_LeftNavigation_Button_Normal a.SSG_LeftNavigation_Link_Magenta, 
.SSG_LeftNavigation_Button_Normal a:link.SSG_LeftNavigation_Link_Magenta, 
.SSG_LeftNavigation_Button_Normal a:visited.SSG_LeftNavigation_Link_Magenta, 
.SSG_LeftNavigation_Button_Normal a:active.SSG_LeftNavigation_Link_Magenta
{
	color: #67509e;
}
.SSG_LeftNavigation_Button_Normal a:hover.SSG_LeftNavigation_Link_Magenta
{
	color: #FF3399;
}

/* Blue */
.SSG_LeftNavigation_Button_Active a.SSG_LeftNavigation_Link_Blue, 
.SSG_LeftNavigation_Button_Active a:link.SSG_LeftNavigation_Link_Blue, 
.SSG_LeftNavigation_Button_Active a:visited.SSG_LeftNavigation_Link_Blue, 
.SSG_LeftNavigation_Button_Active a:active.SSG_LeftNavigation_Link_Blue
{
	color: #ffffff; 
}
.SSG_LeftNavigation_Button_Active a:hover.SSG_LeftNavigation_Link_Blue
{
	color: #ffffff;
}
.SSG_LeftNavigation_Button_Normal a.SSG_LeftNavigation_Link_Blue,
.SSG_LeftNavigation_Button_Normal a:link.SSG_LeftNavigation_Link_Blue, 
.SSG_LeftNavigation_Button_Normal a:visited.SSG_LeftNavigation_Link_Blue, 
.SSG_LeftNavigation_Button_Normal a:active.SSG_LeftNavigation_Link_Blue
{
	color: #67509e;
}
.SSG_LeftNavigation_Button_Normal a:hover.SSG_LeftNavigation_Link_Blue
{
	color: #0067C6;
}

/* Rubine */
.SSG_LeftNavigation_Button_Active a.SSG_LeftNavigation_Link_Rubine,
.SSG_LeftNavigation_Button_Active a:link.SSG_LeftNavigation_Link_Rubine, 
.SSG_LeftNavigation_Button_Active a:visited.SSG_LeftNavigation_Link_Rubine, 
.SSG_LeftNavigation_Button_Active a:active.SSG_LeftNavigation_Link_Rubine
{
	color: #ffffff; 
}
.SSG_LeftNavigation_Button_Active a:hover.SSG_LeftNavigation_Link_Rubine
{
	color: #ffffff;
}
.SSG_LeftNavigation_Button_Normal a.SSG_LeftNavigation_Link_Rubine, 
.SSG_LeftNavigation_Button_Normal a:link.SSG_LeftNavigation_Link_Rubine, 
.SSG_LeftNavigation_Button_Normal a:visited.SSG_LeftNavigation_Link_Rubine, 
.SSG_LeftNavigation_Button_Normal a:active.SSG_LeftNavigation_Link_Rubine
{
	color: #67509e;
}
.SSG_LeftNavigation_Button_Normal a:hover.SSG_LeftNavigation_Link_Rubine
{
	color: #D3005F;
}

/*Navy */
.SSG_LeftNavigation_Button_Active a.SSG_LeftNavigation_Link_Navy, 
.SSG_LeftNavigation_Button_Active a:link.SSG_LeftNavigation_Link_Navy, 
.SSG_LeftNavigation_Button_Active a:visited.SSG_LeftNavigation_Link_Navy, 
.SSG_LeftNavigation_Button_Active a:active.SSG_LeftNavigation_Link_Navy
{
	color: #ffffff; 
}
.SSG_LeftNavigation_Button_Active a:hover.SSG_LeftNavigation_Link_Navy
{
	color: #ffffff;
}
.SSG_LeftNavigation_Button_Normal a.SSG_LeftNavigation_Link_Navy, 
.SSG_LeftNavigation_Button_Normal a:link.SSG_LeftNavigation_Link_Navy, 
.SSG_LeftNavigation_Button_Normal a:visited.SSG_LeftNavigation_Link_Navy, 
.SSG_LeftNavigation_Button_Normal a:active.SSG_LeftNavigation_Link_Navy
{
	color: #67509e;
}
.SSG_LeftNavigation_Button_Normal a:hover.SSG_LeftNavigation_Link_Navy
{
	color: #280092;
}

/* Turquoise */
.SSG_LeftNavigation_Button_Active a.SSG_LeftNavigation_Link_Turquoise, 
.SSG_LeftNavigation_Button_Active a:link.SSG_LeftNavigation_Link_Turquoise, 
.SSG_LeftNavigation_Button_Active a:visited.SSG_LeftNavigation_Link_Turquoise, 
.SSG_LeftNavigation_Button_Active a:active.SSG_LeftNavigation_Link_Turquoise
{
	color: #ffffff; 
}
.SSG_LeftNavigation_Button_Active a:hover.SSG_LeftNavigation_Link_Turquoise
{
	color: #ffffff;
}
.SSG_LeftNavigation_Button_Normal a.SSG_LeftNavigation_Link_Turquoise,
.SSG_LeftNavigation_Button_Normal a:link.SSG_LeftNavigation_Link_Turquoise,
.SSG_LeftNavigation_Button_Normal a:visited.SSG_LeftNavigation_Link_Turquoise,
.SSG_LeftNavigation_Button_Normal a:active.SSG_LeftNavigation_Link_Turquoise
{
	color: #67509e;
}
.SSG_LeftNavigation_Button_Normal a:hover.SSG_LeftNavigation_Link_Turquoise
{ 
	color: #0097AC;
}

/*****************************************************************
 SideNavigation - expansion
*****************************************************************/

div.SSG_LeftNavigation_Expansion 
{
	padding: 5px 5px 10px 5px;
	width: 80%;
	text-align: right;
}
div.SSG_LeftNavigation_ExpansionItem
{
	color: #ffffff;
}
img.SSG_LeftNavigation_ExpansionBullet 
{
	
}
div.SSG_LeftNavigation_ExpansionItem a:link,
div.SSG_LeftNavigation_ExpansionItem a:visited
{
	color: #ffffff;
	text-decoration: none;
}
div.SSG_LeftNavigation_ExpansionItem a:hover,
div.SSG_LeftNavigation_ExpansionItem a:active
{
	text-decoration: underline;
}

/* Search */

div#SSG_Search_Container 
{
	width: 100%;
	margin: 1em;
	text-align: center;
}

.SSG_Search_Input 
{
	width: 100px;
}
.SSG_Search_Button
{
	vertical-align: baseline;
}

/* Content */
td#SSG_Layout_Content 
{
	width: 553px;
	vertical-align: top;
	text-align: left;
	padding-left: 5px;
	padding-top: 5px;
	background-color:#ffffff;
	height: 500px;
}
div#SSG_Content_Container 
{
}

div.SSG_Content_Authoring 
{
	background-color: #eeeeee;
	padding: 1em;
	width: 80%;
	border: 1px solid #cccccc;
	margin: 1em;
}

.SSG_Content_Title 
{
	font-size: medium;
	color: #7B3492;
	font-weight:bold;
}

.SSG_Content_Leader 
{
	font-size:small;
	font-weight:bold;
}
.SSG_Content_Body
{
	font-size: small;
}
.SSG_Content_Body ul
{
	list-style-type:square;
	color: #67509e;
}
.SSG_Content_Body li
{
	list-style-type:square;
	color: #67509e;
}
.SSG_Content_Image 
{
	padding: 2px;
	float: right;
}

/* Console */
div.CMS_Console_Layout 
{
	padding-right: 0px;
	padding-left: 0px;
	z-index: 10;
	padding-bottom: 0px;
	width: 250px;
	padding-top: 0px;
	position: absolute;
	text-align: left;
}
div.CMS_Console_Layout  a:link {
	text-decoration: none;
	color: #333333;
}
div.CMS_Console_Layout  a:visited {
	text-decoration: none;
	color: #333333;
}
div.CMS_Console_Layout  a:hover {
	text-decoration: none;
	color: #FF9F00;
}
div.CMS_Console_Layout  a:active {
	text-decoration: none;
}

div.CMS_Console_Tab 
{
	width: 50%;
	border-collapse: collapse;
	background-color: #cccccc;
	border: 1px solid #cccccc;
	font-weight: bold;
	font-size: x-small;
	color: #333333;
	padding: 0.2em;
	margin: 0px;
	cursor: move;
}

div.CMS_Console_Edit 
{
	border: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	display: block;
	background-color: #ffffff;
	font-size: x-small;
	padding: 0.2em 0.5em 0.2em 1em;
}
div.CMS_Console_Edit hr
{
	border: 1px dashed #cccccc;
}

div.CMS_Console_Error 
{
	border: 1px solid #cccccc;
	border-left: 5px solid #cccccc;
	display: block;
	background-color: #ffffff;
	font-size: x-small;
	padding: 0.2em 0.5em 0.2em 1em;
}
div.CMS_Console_Error hr
{
	border: 1px dashed #cccccc;
}