/* Style Sheet Document */

.Collaborate-TextBox-Field {
	border-width: 1px;
	border-style: solid;
	border-color: #B2C2E4;
	padding: 1px;
	height: 20px;
}

.Collaborate-DropDown-Field {
	border-width: 1px;
	border-style: solid;
	border-color: #B2C2E4;
	padding: 1px;
	height: 20px;
}
.Collaborate-TextArea-Field {
	border-width: 1px;
	border-style: solid;
	border-color: #B2C2E4;
	padding: 1px;
	width: 100%;
}

.Collaborate-None {
}

.Collaborate-Conflict {
	color: red;
	background-image: url('../Images/Conflict.png');
	background-position: center left;
	margin: -5px;
	padding: 5px;
}

.Collaborate-Status {
	color: green;
}

.Collaborate-Status-Unsubmitted {
	color: silver;
	font-size: 9pt;
}

.Collaborate-Status-Pending {
	color: blue;
	font-size: 9pt;
}

.Collaborate-Status-Approved {
	color: green;
	font-size: 9pt;
}

.Collaborate-Status-Revising {
	color: blue;
	font-size: 9pt;
}

.Collaborate-Label {
	color: #5981D1;
}

.Collaborate-Error {
	color: red;
	padding-bottom: 10px;
}

.Collaborate-Error ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.Collaborate-Error ul li {
	color: red;
	padding-left: 20px;
	padding-bottom: 10px;
}

.Collaborate-Error-Field {
	padding-right: 18px;
	background-image: url("../Images/Error-Field.png");
	background-position: right center;
	background-repeat: no-repeat;
}

.Collaborate-Menu {
	margin-top: -15px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 5px;
	padding-right: 5px;
	height: 64px;
	background-image: url("../Images/Fade.png");
	background-repeat: repeat-x;
	background-position: top;
}

.Collaborate-Menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.Collaborate-Menu li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	float: left;
	height: 64px;
}

.Collaborate-Menu-Normal {
}

.Collaborate-Menu-Current {
	background-color: white;
}

.Collaborate-Menu-Normal a {
	text-decoration: none;
	font-size: 14px;
}

.Collaborate-Menu-Current a {
	text-decoration: none;
	font-size: 14px;
}

.Collaborate-SubMenu {
	margin-top: -20px;
	width: 894px;
	position: absolute;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2C2E4;
}

.Collaborate-Title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B2C2E4;
	margin-bottom: 15px;
}

.Collaborate-Title-Alone-Outter {
	height: 30px;
}

.Collaborate-Title-Alone-Inner {
	margin-top: -30px;
	position: absolute;
	width: 894px;
}

.Collaborate-SubMenu table {
	margin-bottom: -10px;
}

.Collaborate-SubMenu-Normal {
	background-color: #DBE2F2;
	padding-left: 10px;
	padding-right: 10px;
}

.Collaborate-SubMenu-Current {
	background-color: #80ACE3;
	padding-left: 10px;
	padding-right: 10px;
}

.Collaborate-SubMenu-Normal a {
	text-decoration: none;
	font-size: 12px;
}

.Collaborate-SubMenu-Current a {
	text-decoration: none;
	font-size: 12px;
	color: white;
}

.Collaborate-Continue {
	padding: 10px;
	border-color: #0066CC;
	border-style: solid;
	border-width: 1px;
	background-image: url("../Images/Continue.png");
	background-position: right center;
	background-repeat: repeat-x;
	font-weight: bold;
	font-size: 14px;
	color: navy;
	cursor: pointer;
}

.Collaborate-List-Row {
	background-image: url("../Images/Fade.png");
	background-repeat: repeat-x;
	background-position: top;
	margin-bottom: 7px;
	border-width: 1px;
	border-style: solid;
	border-color: #B2C2E4;
}

.Collaborate-List-Row a {
	text-decoration: none;
	font-weight: bold;
	color: #1E65B5;
}

.Collaborate-List-SubRow {
	background-image: url("../Images/Fade.png");
	background-repeat: repeat-x;
	background-position: bottom;
	margin-bottom: 7px;
	margin-top: -7px;
	border-width: 1px;
	border-style: solid;
	border-color: #B2C2E4;
	border-top-width: 0px;
}

.Collaborate-List-SubRow a {
	text-decoration: none;
	font-weight: bold;
	color: #1E65B5;
}

.Collaborate-Mute {
	color: #666666;
}

.Collaborate-Proposal-Status-Unsubmitted {
	color: silver;
}

.Collaborate-Proposal-Status-Pending {
	color: blue;
}

.Collaborate-Proposal-Status-Approved {
	color: green;
}

.Collaborate-Proposal-Status-Revising {
	color: blue;
}

.Collaborate-Table-Grid {
	background-color: #DBE2F2;
}

.Collaborate-Table-Grid td {
	background-color: #FFFFFF;
	font-size: 10px;
}

.Collaborate-Table-Grid a {
	text-decoration: none;
}