﻿/* MIRO SCREEN STYLE SHEET */

/* GENERAL HMTL STYLES */
html { overflow-y: scroll;}

body {
	background-color:#FFFFFF;
	background-image:none;
	margin:0;
	padding:0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif; 
	}

img {
	border:none;
	}

form {
	margin:0;
	padding:0;
	}
textarea{
    font-family: inherit;
}				
		
		
/* HEADER STYLES */
#Header {	
	font-size: 24px;
	width:80%;
	min-width: 900px;
	padding:40px 0 15px 0;
	margin:0 auto 40px auto;
	overflow: hidden;
	}
	
	#Header .PageTitle { 
		float:left;
		width:650px;
		}
	
		#Header .Logo { 
			margin-right: 5px;
			padding-right: 15px; 
			border-right:2px solid #aaa;
			vertical-align: middle;
			}
			
		#Header .LoggedInAs {	
			font-size: 16px;
			padding:15px ;
			margin-top: 30px;
			background: #e8e8e8;
			}
			
	#Header .Buttons {
		float:right;
		height:46px;
		margin:0px;
		padding-top: 3px;
		padding-right: 5px;
		}

		#Header .Buttons .Button {
			height:46px;
			margin-right: 2px;
			display: inline;
			width:44px;
			}
				

#CustomHeader { display: none; }	
		
		
/* LAYOUT STYLES */
#MainTable {
	width: 80%;
	min-width: 900px;
	margin:0 auto;
	overflow:hidden;
	}

	#MainTable .LeftCell {
		width: 25%;
		text-align:left;
		padding:0;
		float:left;
		}
	
	#MainTable .RightCell {
		width: 75%; 
		text-align:left;
		padding: 0px;
		float:right;
		}
		
		
		
/* MAIN MENU STYLES */
#MainMenu { 
	width: 90%
	}

	#MainMenu .Title{		
		background: #333;		
		font-size: 16px;
		color:#FFFFFF;
		font-weight: bold;
		text-align:left;
		padding: 12px;
		}
		
		#MainMenu .Section .Title {
			font-weight:bold;
			font-size: 14px;
			color: #333;
			background: #e8e8e8;
			border-radius: 0;
			}
						
			#MainMenu .Section .Contents .Selected {
				color: #007cc4;
				font-weight:bold;
				}
				
			#MainMenu .Section .Contents a {
				font-size: 13px;
				text-decoration: none;
				color: #333;
				padding:8px 12px;
				display: block;
				border-bottom: 2px solid #e8e8e8;			
				}
			
			#MainMenu .Section .Contents a:hover {
				background-color:  #c6e5f7;
				cursor: pointer;
				cursor: hand;
				}
				
				#MainMenu .Section .Contents a span {
					display: inline-block;
					width: 80%;
					}
				
			#MainMenu .Section .Contents .Icon, #MainMenu .Section .Contents .Text {vertical-align: middle;}
					
		
	
		
/* WORK PANEL STYLES */
#WorkPanel {width: 100%;}

	#WorkPanel #WorkArea {text-align:left;}
		
		#WorkPanel #WorkArea .Title {		
			font-size: 30px;
			padding-bottom: 10px;
			}

		#WorkPanel #WorkArea .Contents {			
			font-size: 15px;
			line-height:1.7;
			}
			
		#WorkPanel #WorkArea .Contents a { color: #007cc4; }
			#WorkPanel #WorkArea .Contents a.Active { color: #0ad1ae; }
			#WorkPanel #WorkArea .Contents a.Inactive { color: #d80b1f; }

			#WorkPanel #WorkArea .Contents .InfoPanel a { color: #fff; }
			
			#WorkPanel #WorkArea .Contents a:hover { text-decoration:none; }			
			
		#WorkPanel #WorkArea .Contents h2 {
			font-size: 24px;
			padding-bottom: 0;
			margin:0;
			font-weight: normal;
			}
			
		#WorkPanel #WorkArea .Contents h3 {
			font-size: 20px;
			margin:0;
			padding: 10px 0;
			font-weight: normal;
			}
			
		/*
			#WorkPanel #WorkArea .Contents ul { list-style:url(../../Images/WorkArea_ListBullet.gif); }
				#WorkPanel #WorkArea .Contents li { padding: 5px 0; }

		*/
			
				
		
/* FOOTER STYLES */
#Footer {
	font-size: 12px;
	color: #515151;
	margin:70px auto 50px auto;
	padding-top: 15px;
	border-top: 1px solid #CCCCCC;
	overflow:hidden;
	width: 80%;
	min-width: 900px;
	}
		
	#Footer .TextLeft {float:left;}
		
	#Footer .TextRight {float:right;}
		
		#Footer .TextRight a {
		float:right;
		color: #515151;
		text-decoration: none;
		display: block;
		width: 82px;
		height: 20px;
		
		background:url(../../Images/rkd-logo-footer.png) no-repeat top right;
		}
		
#CustomFooter {
	display: none;
	}
	
	
		
/* PAGE MANAGER STYLES */

/*#page-listing { list-style-type: none; padding:0; margin: 0;}

#page-listing ul { padding:0 0 0 20px;}

.page-item { padding-bottom: 10px; margin-bottom: 5px; border-bottom: 1px solid #ddd; }
.page-item span { padding: 0 5px; }
.page-item span:hover { color: #007cc4 }
*/

.Error { color: #f00; }

	
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.6;
  z-index: 2000;
}

i.icon-move {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	background: url("../../Images/Icons/move.png") no-repeat;
	cursor:pointer;
	}
	i.icon-move:hover { background: url("../../Images/Icons/move-hover.png") no-repeat; }

		#WorkPanel #WorkArea .EditPanel .Title i.icon-move {
			background: url("../../Images/Icons/move.png") no-repeat;
			}

i.icon-delete {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	cursor:pointer;
	}
	i.icon-delete a { }
	
.Delete {width: 20px; display: inline-block; text-align: right; padding-left:10px; vertical-align: middle; }
.Sort {width: 20px; display: inline-block; text-align: right; padding-left:10px; }

.PageOptions  {  width: 120px;}
	
#WorkPanel #WorkArea .Contents .actions { width: 222px; float: right; font-size:13px; text-align: right; }
	#WorkPanel #WorkArea .Contents .actions a { padding-right: 10px; }


ol.page-listing { margin: 0; padding: 0; }

	ol.page-listing ul { margin: 0; padding: 0; }
	ol.page-listing ul ul { margin: 0; padding: 0; border-bottom: 2px solid #bbb; border-top: 2px solid #bbb;}
  
  
  ol.page-listing li {
    display: block;
    margin: 0;
    padding: 0;
    color: #333;
	font-size: 13px;
	background: #e8e8e8;
	border-bottom:1px solid #fff;
   }
     ol.page-listing .HomeLink { 
	 background: #ddd; 
	 border-bottom:1px solid #fff;
	 }
   
	
	ol.page-listing li:nth-child(even) { background: #fff; }
	
	ol.page-listing li:hover {
		background: #c6e5f7; 
		cursor:pointer;
	}
	
   	ol.page-listing .page-item { padding: 10px;}	  
	   ol.page-listing li li li .page-item  { padding-left: 25px; }
		 ol.page-listing li li li li .page-item  { padding-left: 40px; }
			 ol.page-listing li li li li li .page-item  { padding-left: 55px; }
				ol.page-listing li li li li li li .page-item  { padding-left: 70px; }
   
   ol.page-listing li.placeholder, ol.image-listing li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; 
	}
	
    ol.page-listing li.placeholder:before, ol.image-listing li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: #007cc4;
      border-right: none; 
	  }
   
   
.MoveSuccess { 
	padding: 8px 15px 5px 45px;
	margin: 15px 0 20px 5px;
	background: #0AD1AE url(../../Images/Icons/movesuccess.png) no-repeat 15px 13px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;	
	display:block;
	}

.MoveNoSuccess { 
	padding: 8px 15px 5px 45px;
	margin: 15px 0 20px 5px;
	background: #d80b1f url(../../Images/Icons/movenosuccess.png) no-repeat 15px 13px;
	font-size: 20px;	
	color: #fff;
	font-weight: bold;
	display:block;
	}

/*.imageBlock	{ float: left; padding: 10px; background-color: #ccc; margin-right: 10px; list-style-type: none; }
.imageActions { display: inline-block; background-color: #007cc4; padding: 2px 7px 0 7px; font-size:14px; width: 186px;}
	#WorkPanel #WorkArea .Contents .imageActions a { font-weight: bold; color: #fff; text-decoration: none; padding:0 3px 0 20px; margin:0 5px; }
		#WorkPanel #WorkArea .Contents .imageActions a:hover { text-decoration: underline; }*/
	
	
/*body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.6;
  z-index: 2000;
}

	body.dragging ol.page-listing .page-item:hover .actions { display:none; }
	ol.page-listing .page-item:hover .actions, body.dragging ol.page-listing li.dragged .actions { display:block; }
	
.actions { float: right; display: none; background-color: #007cc4; padding: 2px 7px 0 7px; font-size:14px}
	#WorkPanel #WorkArea .Contents .actions a { font-weight: bold; color: #fff; text-decoration: none; padding:0 3px 0 20px; margin:0 5px; }
		#WorkPanel #WorkArea .Contents .actions a:hover { text-decoration: underline; }
		
		.actions .Add { background: #007cc4 url(../../Images/Icons/add.png) no-repeat;}
		.actions .Edit {background: #007cc4 url(../../Images/Icons/edit.png) no-repeat; }
		.actions .Active { background: #007cc4 url(../../Images/Icons/active.png) no-repeat;}
		.actions .Inactive {background: #007cc4 url(../../Images/Icons/inactive.png) no-repeat; }
		.actions .Delete {background: #007cc4 url(../../Images/Icons/delete.png) no-repeat; }
  



ol.page-listing { margin: 10px 0; padding: 0; }

	ol.page-listing ul { margin: 0; padding: 0; }
  
  
  ol.page-listing li {
    display: block;
    margin: 5px;
    padding: 0;
    color: #333;
	 border: 1px solid #cccccc;
    background: #e8e8e8;
   }
   
   ol.page-listing .page-item { padding: 5px;}
     
		 ol.page-listing .page-item:hover, body.dragging ol.page-listing li.dragged,
         ol.image-listing .imageBlock:hover, body.dragging ol.image-listing li.dragged  {
			 cursor: pointer; 
			 color: #007cc4; 
			 font-weight: bold; 
			 }	 
			 
			 body.dragging ol.page-listing .page-item:hover, body.dragging ol.image-listing .imageBlock:hover  {
			 cursor: default; 
			 color: #333; 	
			 font-weight:normal; 
			 }
			 
			 
		  
		 
   ol.page-listing li li, ol.page-listing li li li li, ol.page-listing li li li li li li {background: #fff; }
   
    ol.page-listing li li li, ol.page-listing li li li li li, ol.page-listing li li li li li li li { background: #e8e8e8;}
	
  ol.page-listing li.placeholder, ol.image-listing li.placeholder {
    position: relative;
    margin: 0;
    padding: 0;
    border: none; }
	
    ol.page-listing li.placeholder:before, ol.image-listing li.placeholder:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      margin-top: -5px;
      left: -5px;
      top: -4px;
      border: 5px solid transparent;
      border-left-color: #007cc4;
      border-right: none; 
	  }

	
.MoveSuccess { 
	padding: 8px 15px 5px 45px;
	margin: 15px 0 20px 5px;
	background: #d0f3e9 url(../../Images/Icons/movesuccess.png) no-repeat 15px 13px;
	border: solid 1px #888;
	font-size: 20px;	
	width: 680px;
	display:block;
	}

.MoveNoSuccess { 
	padding: 8px 15px 5px 45px;
	margin: 15px 0 20px 5px;
	background: #ffe4e9 url(../../Images/Icons/movenosuccess.png) no-repeat 15px 13px;
	border: solid 1px #888;
	font-size: 20px;	
	width: 680px;
	display:block;
	}

.imageBlock	{ float: left; padding: 10px; background-color: #ccc; margin-right: 10px; list-style-type: none; }
.imageActions { display: inline-block; background-color: #007cc4; padding: 2px 7px 0 7px; font-size:14px; width: 186px;}
	#WorkPanel #WorkArea .Contents .imageActions a { font-weight: bold; color: #fff; text-decoration: none; padding:0 3px 0 20px; margin:0 5px; }
		#WorkPanel #WorkArea .Contents .imageActions a:hover { text-decoration: underline; }*/


/* DATA GRID STYLES */
.DataGrid { font-size: 13px;  width: 100%; margin-top: 5px; position: relative;}
	
	.DataGrid .DataGridHeader td, .DataGrid .DataGridHeader th {
		font-weight: bold;
		color: #fff;
		background: #333;
		padding: 10px;
		border-bottom: 1px solid #fff;
		}
		.DataGrid .DataGridHeader td.Move, .DataGrid .DataGridItem td.Move, .DataGrid .DataGridAlternatingItem td.Move, .DataGrid .DataListItem td.Move {width:30px; text-align:center; }
		
		
		#WorkPanel #WorkArea .Contents .DataGrid .DataGridHeader a {
			color: #c6e5f7;
			text-decoration: none;
			}
			
		#WorkPanel #WorkArea .Contents .DataGrid .DataGridHeader a:hover {text-decoration: underline;}
			
	
	
	.DataGrid .DataGridItem td, .DataGrid .DataListItem td {
		padding: 10px;
		border-bottom: 1px solid #fff;
		}
		
		.DataGrid td.Status, .actions .Status { width: 60px; font-weight: bold;}
			#WorkPanel #WorkArea .Contents .DataGrid td.Status a.Active { color: #0ad1ae;}
			#WorkPanel #WorkArea .Contents .DataGrid td.Status a.Inactive { color: #d80b1f;}
			
		.DataGrid td.Options  {  width: 90px;}
			.DataGrid td.OptionLinks { padding: 10px 0px 10px 10px;}
		
		.DataGrid .DataGridItem td a, .DataGrid .DataListItem td a { text-decoration: none; }
			
			.DataGrid .DataGridItem:nth-child(odd) { background: #fff; }
			.DataGrid .DataGridItem:nth-child(even) { background: #e8e8e8; }
			
		#WorkPanel #WorkArea .Contents .DataGrid .DataGridItem td a:hover {text-decoration: underline;}
		
	.DataGrid .DataGridItem:hover  { background: #c6e5f7; }
		

   .DataList td {
	    background: #e8e8e8;
	    border: 1px solid #e8e8e8;
	    width: 33%;
		}
   
   .DataList td.DataListItem { 
		width: 33%;
		text-align:center;
		border: 1px solid #e8e8e8;
		background: #fff;
		padding:10px;
		 }
		 .DataListItem img { margin-bottom: 10px; }
		 
		#WorkPanel #WorkArea .Contents .DataListItem .Status.Active { color: #0ad1ae;}
			#WorkPanel #WorkArea .Contents .DataListItem .Status.Inactive { color: #d80b1f;}
			

		 
/*	.DataGrid .DataGridAlternatingItem td {
		padding: 10px;
		background-color: #ffffff;
		border-bottom: 1px solid #fff;
		}
		
		.DataGrid .DataGridAlternatingItem td a {
			text-decoration: none;
			}
			
		#WorkPanel #WorkArea .Contents .DataGrid .DataGridAlternatingItem td a:hover {
			text-decoration: underline;
			}*/
			
	.DataGrid .DataGridSelectedItem td {
		padding: 1px;
		padding-left: 2px;
		padding-right: 2px;
		background-color: #F4FA8E;
		}


	 .DataGrid tr.placeholder, .DataGrid td.placeholder {
		  display:block;
		  /*background: #007cc4;*/
		  height: 0;
		  position: relative;
		  margin: 0;
		  padding: 0;
		  border: none; 
		  }
		  .DataGrid tr.placeholder:before, .DataGrid td.placeholder:before {
			content: "";
			position: absolute;
			width: 0;
			height: 0;
			border: 5px solid transparent !important;
			border-left-color: #007cc4 !important;
			margin-top: -5px;
			left: -5px;
			border-right: none;
			}
			
	
	.DataGrid .DataGridPager {font-size: 12px;}
			
		.DataGrid .DataGridPager td {
			font-size: 18px;
			color: #333;
			font-weight: bold;
			height: 20px;
			}
			
			.DataGrid .DataGridPager td a {
				font-size: 12px;
				font-weight: normal;
				color: #333;
				text-decoration: none;
				}
				
			.DataGrid .DataGridPager td a:hover {
				font-weight: normal;
				color: red;
				text-decoration: underline;
				}
		
/* ---------------------------------------------------- aToolTip */

/* 
	Required Styles
*/
#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
}

	#aToolTip .aToolTipContent {
		position:relative;
		margin:0;
		padding:0;
	}
/* 
	END: Required Styles
*/
/**
	Default Theme
*/
.defaultThemeActive {
	background:#0ad1ae;
	color:#fff;
	margin:0;
	padding:6px 12px;	
	font-size: 13px;
	width:115px;
	
	-moz-border-radius: 6px 6px 6px 0;
	-webkit-border-radius: 6px 6px 6px 0;
	-khtml-border-radius: 6px 6px 6px 0;
	border-radius: 6px 6px 6px 0;

}

.defaultThemeInactive {
	background:#d80b1f;
	color:#fff;
	margin:0;
	padding:6px 12px;	
	font-size: 13px;
	width:115px;
	
	-moz-border-radius: 6px 6px 6px 0;
	-webkit-border-radius: 6px 6px 6px 0;
	-khtml-border-radius: 6px 6px 6px 0;
	border-radius: 6px 6px 6px 0;

}
.defaultThemeMessage {
	background:#fff;
	margin:0;
	padding:6px 12px;	
	font-size: 13px;
	width:400px;
	
	-moz-border-radius: 6px 6px 0 6px;
	-webkit-border-radius: 6px 6px 0 6px;
	-khtml-border-radius: 6px 6px 0 6px;
	border-radius: 6px 6px 0 6px;

}

		
		
/* DATA GRID STYLES */
.DataTable {
    width: 100%;
    border-collapse: collapse;
    }

    .DataTable TH {
        border: solid 1px #ccc;
        background-color: #e8e8e8;
        font-size: 13px;
        font-weight: bold;
        vertical-align: top;
        padding: 8px 10px;
        }

    .DataTable TD {
        border: solid 1px #ccc;
        padding: 6px 10px;
        font-size: 13px;
        background-color: #fff;
        vertical-align: top;
        }
        
         .DataTable TD input  {
			vertical-align: middle;
			margin: 0 8px 0 0;
         }
		
    .DataTable .SubHeading {
        font-size: 16px;
        font-weight: bold;

        }

		
/* EDIT PANEL STYLES */
#WorkPanel #WorkArea .EditPanel {
	margin-bottom: 35px;
	}
	
	#WorkPanel #WorkArea .EditPanel .Title {
		font-size: 16px;		
		font-weight:600;
		vertical-align: middle;
		padding: 10px 15px;
		background:#333;
		color:#fff;
		}

	#WorkPanel #WorkArea .EditPanel .Body {
		padding: 10px 15px;
		background-color: #e8e8e8;
		}
	
		
		
/* EDIT TABLE STYLES */
.EditTable { 
	font-size: 13px;
	width: 100%; 
	}
	
	.EditTable td {
		padding: 4px;
		vertical-align: top;
		}
	
	.EditTable .Label {
		text-align: right;
		padding-right: 5px;
		width:15%;
		}
    .EditTable .SearchButton {
		background-color: #007cc4;
		color: #fff;
		width: 100px;
		padding:5px 10px;		
		font-size:16px;
		font-weight: bold;
		border:none;
		cursor:pointer;
    	}	
		
		.EditTable .SearchButton:hover {
			background-color: #888;
			}

.VersionTable { 
	font-size: 13px;
    border: 1px solid #000;
    margin-bottom: 5px;
	}
	.VersionTable th { background-color: #007cc4; color: #fff; padding: 5px; }
	.VersionTable td {
		padding: 4px;
		vertical-align: top; border-bottom: 1px solid #ccc;
		}
	
	.VersionTable .Label {
		text-align: right;
		padding-right: 5px;
		width:15%;
		}

.InputControl {
	padding: 10px 10px;
	border: solid 1px #ccc;
	background-color: #FFF;
	}

select.InputControl {width:96%; }	
.SingleWidth { width: 91%; }
.DoubleWidth { width: 96%; }

.InfoPanel .SingleWidth { box-sizing: inherit; width: 94%; }

.InfoPanel .DoubleWidth, 
.InfoPanel select.InputControl { box-sizing: inherit; width:97.5%; }	

	.InfoPanel .InputControl { box-sizing: inherit; padding: 10px 10px; }




.SearchUsers{
	margin-bottom: 25px;
	table-layout: fixed;
	background: #e8e8e8;
	padding: 10px;
	}

.SearchUsers input, .SearchUsers select{
	padding: 7px 10px;
	border: solid 1px #ccc;
	background-color: #FFF;  
	}
	.SearchUsers .SearchButton {
		padding: 0;
		border: none;
		background-color: transparent;
		vertical-align:middle;
		}
		
		
		
/* NOTICE AREA STYLES */
.SummaryArea {
	margin: 5px 0 25px 0;
	}


.ErrorPanel {	
	padding: 12px 15px 15px 45px;
	margin: 5px 0 15px 0;
	background: #d80b1f url(../../Images/Icons/Panels_WarningRed.png) no-repeat 15px 19px;
	font-weight:bold;
	color: #fff;
	}
	
		
.WarningPanel {
	padding: 12px 15px 15px 45px;
	margin: 5px 0 15px 0;
	background: #d80b1f url(../../Images/Icons/Panels_WarningRed.png) no-repeat 15px 19px;
	font-weight:bold;
	color: #fff;
	}
	
.WarningRedPanel {
	padding: 12px 15px 15px 45px;
	margin: 5px 0 15px 0;
	background: #d80b1f url(../../Images/Icons/Panels_WarningRed.png) no-repeat 15px 19px;
	font-weight:bold;
	color: #fff;
	}
	
.InfoPanel {	
	padding: 12px 15px 15px 45px;
	margin: 5px 0 15px 0;
	background: #007dc4 url(../../Images/Icons/Panels_Info.png) no-repeat 15px 19px;
	font-weight:bold;
	color: #fff;
	}
			
.NoContentPanel {	
	padding: 12px 15px 15px 15px;
	margin: 5px 0 15px 0;
	background: #e8e8e8;
	}

.ErrorPanel a, .WarningPanel a, .WarningRedPanel a, .InfoPanel a { color: #fff; }

.Body iframe { padding: 5px 10px; }


/* EDIT BUTTONS STYLES */
.EditButtons .InfoPanelButton { 
	margin-top: 10px;
	background-color: #fff;
	color: #007dc4;
	}
.EditButtons {
	text-align: right;
	margin: 35px 0;
	}
	
	.EditButtons Input {
		background-color: #007cc4;
		color: #fff;
		width: 200px;
		padding:5px 10px;		
		font-size:16px;
		font-weight: bold;
		border:none;
		cursor:pointer;
		}
		
		.EditButtons Input:hover {
			background-color: #888;
			}
/*	
.STDButton {
	border: solid 1px #ccc;
	background-color: #EFF0F1;
	color: #333;
	cursor: pointer;
	cursor: hand;
	}
	
	.STDButton:Hover {
		background-color: #A2AEBA;
		color: #FFF;
		}
*/


/* STYLES ERROR PAGE */

.ErrorTable {padding-top: 15px; }
	.ErrorTable td {padding:7px 10px 7px 0; }


/* STYLES FOR SIGN IN PAGE */
.SignIn {
	background: #e8e8e8;
	color: #333;	
	}
	.SignIn form {
		margin: 0;
		padding: 0;
		}
		
.SignIn .Box { 
	width:450px; 
	padding: 45px 50px 20px 50px;
	display:block;
	background: #fff;
	}
	

.SignIn .Caption {
		font-size: 16px;
		text-align: center;
		padding: 20px 0 30px 0;
		border-bottom: 2px solid #CCCCCC; 
		font-weight: bold;
		}

		.SignIn #SignInArea {
			font-size: 14px;
			padding-top:35px;
			}
			
		.Username, .Password {
			overflow:hidden; 
			padding-bottom: 15px;
			font-weight: bold;
			}
			
			.SignIn label { 
				float:left; 
				width:90px; 
				display:block;
				padding-top:10px; 
				}
			
			.Username input, .Password input {
				padding: 10px 10px;
				border: solid 1px #ccc;
				background-color: #FFF;
				width:350px;
				margin-left:10px;
				font-size: 14px;
				}
				
				
		.SignIn #SignInArea .GoButton {
			text-align: right;
			margin: 5px 0 35px 0;
			}
			.SignIn #SignInArea .GoButton:hover {opacity:.8; }
			
			.SignIn #SignInArea .ErrorMessage {
				padding: 12px 15px 10px 45px;
				margin: 15px 0 30px 5px;
				background: #ffe4e9 url(../../Images/Icons/Panels_Error.png) no-repeat 15px 12px;
				border: solid 1px #888;
				font-size: 20px;
				display:block;
				text-align:left;
				}


	 .SignIn #Footer {
		display: block;
		height: 53px;
		width: 226px;
		border-width: 0px;
		background: url(../../Images/SignIn/SignInPage_09.png) no-repeat center;
		margin-top:25px;
		}
		.SignIn #Footer a { 
			display: block;
			width: 100%;
			height: 100%;
			}



/* TAB STYLES */

/*Manage Users Tabs */

.UsersTabsTable, .TabsTable {
	width:100%;
	margin-bottom: 25px;
	table-layout: fixed;
	background: #e8e8e8;
	padding:10px;
	}	
	.UsersTabsTable {margin-top: 20px;}	
.SubTabsTable{
    width: 35%;
    margin-top: -20px;
	margin-bottom: 25px;
    table-layout: fixed;
    background: #e8e8e8;
    padding: 10px;
    margin-left: 488px;
}

	.ShowUsers { 
		text-align:right;
		padding-right:10px;
		font-size:14px;
		font-weight:bold;
		height:25px;		
		}
	
	.NormalTab { 
		background: #fff;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		width:95%;
		}
		.NormalTab a {display:block; width:100%; padding-top:5px;height:30px;}
	
	.ActiveTab { 
		background: #007cc4;
		text-align:center;
		font-size:14px;
		font-weight:bold;
		width:95%;
		}
		.ActiveTab a {display:block; width:100%; padding-top:5px;height:30px;}
		
		 #WorkPanel #WorkArea .Contents .ActiveTab a {color: #fff; }
		
			#WorkPanel #WorkArea .Contents .ActiveTab a:hover,  #WorkPanel #WorkArea .Contents .NormalTab a:hover {  color: #fff; text-decoration: none; background: #777;}


/*.Tabs {
	padding: 0px;
	margin: 0px;
	border: solid 1px white;
	border-bottom: solid 3px #333;
	font-size: 11px;
	}
	
	.Tabs .TabRow {
		}
	
	.Tabs .Tab {
		float: left;
		}
		
		.Tabs .Tab a {
			display: block;
			text-decoration: none;
			background-color: #A2AEBA;
			border: solid 1px #aaa;
			border-bottom-width: 0px;
			color: #FFF;
			margin-right: 3px;
			padding-top: 2px;
			padding-right: 18px;
			padding-bottom: 6px;
			padding-left: 5px;
			}
			
		.Tabs .Tab a:hover {
			background-color: #EFF0F1;
			border: solid 1px #ccc;
			border-bottom-width: 0px;
			color: #333;
			cursor: pointer;
			cursor: hand;
			}

		.Tabs .Tab .Selected {
			color: White;
			background-color: #333;
			border: solid 1px #333;
			border-bottom-width: 0px;
			}

		.Tabs .Tab .Inactive {
			}*/


.Accordion { list-style: none; margin-left: -15px; width: 98%; float: left; display: inline-block; }
    .Accordion li { margin-left: -15px; margin-bottom: 10px; }
    .Accordion li .Title { background-color: #888!important; padding: 5px; margin-bottom: 10px; }
        .Accordion li .Title a { display: inline-block; width: 91%; color: #fff!important; text-decoration: none }

.Warnings { float: right; display: inline-block;  }
.Collapse { width: 0%; overflow: hidden; float: right; padding-right: 0px; }
    .Collapse .Interior { float: left; }    
.UnCollapse { width: 85%; overflow: hidden; float: right; padding-right: 0px; }
    .UnCollapse .Interior { float: left; }    
.CheckBoxList label { display: inline-block; width: 30%; }
.Note { font-size: smaller; font-style: italic }


/* LANGUAGE CONTROLS */
.languageToggle {
    position: relative;
    left: 72%;
    width: 165px;
    background-color: #007cc4;
    color: #fff;
    text-align: center;
    border: 1px solid #000;
    cursor: pointer;
}

    .languageToggle .Active {
        font-weight: bold;
    }

#englishDiv {
    float: left;
    overflow-x: hidden;
    margin-bottom: 0px;
    border-right: 1px solid #000;
    display: inline-block;
    clear: both;
}

    #englishDiv > div > div.EditPanel:last-child, #frenchDiv > div > div.EditPanel:last-child, #englishContent > div > div.EditPanel:last-child, #frenchContent > div > div.EditPanel:last-child {
        margin-bottom: 0px !important
    }

#frenchDiv {
    float: right;
    overflow-x: hidden;
    margin-bottom: 0px;
    border-left: 1px solid #000;
    display: inline-block;
}

.wideSide {
    width: 79%;
}

.narrowSide {
    width: 20%;
}
