﻿body, html, form
{
	font-family: 'Lucida Grande', arial;
	font-size: 12px;
	margin: 0px 0px 0px 0px !important;
	padding: 0px;
	background-color: #E5E5E5;
}

.pagePlaceholder 
{
	width: 100%;
	margin: 0px 0px 0px 0px;
}

.placeholder 
{
	padding: 12px 30px 0px 30px;
	position: relative;
}

.dataTable
{
	border-collapse: collapse;
	width: 100%;
}

.dataTable th 
{
	border: 1px solid #CCCCCC;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px 2px 10px 2px;
}

.dataTable td 
{
	border: 1px solid #CCCCCC;
	padding: 5px 2px 5px 2px;
}

.dataTable tr:hover
{
	background-color: #F5F5F5;
}

.dataTable td a 
{
	color: #039;
	padding: 1px 3px;
}

.dataTable td a:hover 
{
	background-color: #039;
	color: #FFFFFF;
	text-decoration: none;
}


.pageHeader
{
	width: 100%;
	height: 75px;
	background-color: Black;
}

.pageHeaderInside 
{
	width: 100%;
	height: 75px;
	display: table;
}

.pageHeaderInside h1 
{
	font-size: 24px;
	font-weight: bold;
	font-family: 'Lucida Grande', arial;
	margin-left: 30px;
	color: #FFFFFF;
	padding-right: 0px;
	display: table;
	margin-top: 0px;
	margin-bottom: 0px;
}

.pageHeaderInside h1 span
{
	font-size: 18px;
	font-weight: bold;
	font-family: 'Lucida Grande', arial;
	margin-left: 20px;
	color: #cccccc;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 5px;
}

.pageHeaderInside .accountOptions 
{
	float: right;
	height: 25px;
	margin-right: 30px;
	text-align: right;
	padding-top: 4px;
	color: #999;
	font-size: 11px;
	font-family: 'Lucida Grande', arial;
}

.pageHeaderInside .seperator 
{
	font-size: 13px;
	padding: 7px 3px;
}

.pageHeaderInside .accountOptions a 
{
	color: #999;
	padding: 7px 3px;
}

.pageHeaderInside .accountOptions a:hover 
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

.pageHeaderInside .backOptions 
{
	margin-left: 30px;
	height: 28px;
	text-align: left;
	padding-top: 8px;
	color: #999;
	font-size: 12px;
	font-family: 'Lucida Grande', arial;
}

.pageHeaderInside .backOptions a
{
	padding: 7px 3px;
	color: #999;
}

.pageHeaderInside .backOptions a:hover 
{
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
}

.topMenu 
{
	width: 100%;
	height: 20px;
	background-color: #000000;
	display: table;
	
}

.topMenu .itemStart 
{
	float: left;
	width: 30px;
	height: 20px;
}

.topMenu .item
{
	padding: 4px 12px;
	background-color: #999;
	color: #FFFFFF;
	float: left;
	margin-right: 2px;
	font-family: 'Lucida Grande', arial;
}

.topMenu .item a 
{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
}

.topMenu .item a:hover
{
	color: #000000;
	text-decoration: none;
}

.topMenu .itemselected 
{
	padding: 4px 12px;
	background-color: #E5E5E5;
	color: #000000;
	float: left;
	margin-right: 2px;
	font-family: 'Lucida Grande', arial;
}

.topMenu .itemselected a 
{
	font-size: 13px;
	color: #000000 !important;
	font-weight: bold;
	text-decoration: none;
}

.topMenu .itemselected a:hover
{
	text-decoration: none;
}

.twoCol_tbl 
{
	width: 100%;
	border-collapse: collapse;
	padding: 0px 0px 0px 0px;
	border: 0px none;
	margin: 0px 0px 0px 0px;
}

.twoCol_tbl td 
{
	vertical-align: top;
}

.twoCol_right 
{
	width: 30%;
	padding: 0px;
	margin: 0px;
	vertical-align: top;
}

.mainContentBox 
{
	width: 99%;
	display: table;
	background-color: #FFFFFF;
}

.mainContentBox .header 
{
	width: 100%;
	height: 40px;
	background-color: #EDF3FE;
	display: table;
}

.mainContentBox .header .inner h1
{
	font-size: 16px;
	font-family: 'Lucida Grande', arial;
}

.mainContentBox .header .inner 
{
	width: 95%;
	margin: auto;
	display: table;
}

.mainContentBox .content 
{
	width: 95%;
	margin: auto;
	display: table;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mainContentBox .header .inner .actions 
{
	float: right;
	margin-top: 15px;
}

.mainContentBox .header .inner .actions a 
{
	font-family: Verdana;
	font-size: 11px;
	color: red;
	padding: 1px 3px;
}

.mainContentBox .header .inner .actions a:hover 
{
	background-color: red;
	color: #FFFFFF;
	text-decoration: none;
}

.sideBox 
{
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

.sideBox .header
{
	width: 100%;
	height: 25px;
	background-color: #EDF3FE;
	display: table;
}

.sideBox .header .inner 
{
	width: 90%;
	margin: auto;
	display: table;
}

.sideBox .header .inner h1
{
	font-size: 14px;
	color: #333;
	font-family: 'Lucida Grande', arial;
}

.sideBox .content 
{
	background-color: #E5E5E5;
}

.sideBox .contentWhite
{
	background-color: #FFFFFF;
}

.sideBox .content .inner, .sideBox .contentWhite .inner 
{
	width: 90%;
	margin: auto;
	display: table;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sideBox .content .inner p, .sideBox .contentWhite .inner p
{
	padding: 0px 0px 5px 0px;
}

.dataTable td .imgLink
{
	padding: 0px 0px 0px 0px !important;
	color: transparent !important;
	border: 0px none;
	margin: 0px 0px 0px 0px !important;
}

.dataTable td .imgLink:hover 
{
	padding: 0px 0px 0px 0px !important;
	color: transparent !important;
	border: 0px none;
	margin: 0px 0px 0px 0px !important;
}

.editTable 
{
	border-collapse: collapse;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.editTable th
{
	padding: 5px;	
	text-align: left;
	font-weight: bold;
}

.editTable td
{
	padding: 5px;	
}

.editTable td input, .editTable td select
{
	padding: 5px;	
	border: 1px solid #CCCCCC;
	font-size: 14px;
}

.warning 
{
	padding: 10px;
	border: 1px solid #FFD700;
	background-color: #FFFFE0;
	margin-top: 5px;
	margin-bottom: 10px;
}

.warning .icon 
{
	width: 20px;
	height: 20px;
	float: left;
	margin-left: 5px;
}

.warning .text 
{
	font-family: Arial; 
	font-weight: normal;
	font-size: 12px;
}

.draggablePage 
{
	width: 140px;
	height: 140px;
	text-align: center; 
	display: table;
	background-position: center center;
	background-repeat: no-repeat;
}

.draggableTitle 
{
	width: 140px;
	text-align: center; 
	display: table;
	font-family: Arial;
	font-size: 11px;
	text-align: center;
	overflow: hidden;
	background-color: Black;
	color: #FFFFFF;
}

.lockedIssue
{
	font-size: 10px !important;
	background-color: #CCCCFF;
	padding: 3px 7px !important;
	color: black !important;
	font-weight: bold;
	text-align: center !important;
	border: 1px solid white !important;
}

lockedIssue img 
{
	margin-top: 5px;
}

.lockedIssue:hover
{
	font-size: 10px !important;
	background-color: black;
	padding: 3px 7px !important;
	color: #CCCCFF !important;
	font-weight: bold;
	text-align: center !important;
	border: 1px solid #CCCCFF !important;
	cursor: not-allowed;
}

.redText
{
	color: Red;
}

.greenText
{
	color: Green;
}

.locked
{
	color: #999999;
	font-style: italic;
	cursor: not-allowed;
}

.locked img
{
	cursor: not-allowed;
}

.localSelector
{
	height: 200px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.localSelector input
{
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}
