﻿/*Dropdown*/
.itemdrop
{
	width:300px;	
}


/*Textboxes*/
.focusField
{
	background: #EFF5FF;
	border: solid 1px #73A6FF;
}
.idleField
{
	background: #FFFFFF;
	border: solid 1px #AAAAAA;
}
.round
{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	height: 17px;
}
.inValid
{
	background: #FF5544;
}

#ReturnControlFormContainer
{
	font-size: 12px;
}

/*Buttons*/
.Tiles
{
	float: left;
	width: 183px;
	height: 120px;
	border: 1px solid #425968;
	background-color: #eeeeee;
	margin: 1px;
	vertical-align: middle;
	text-align: center;
	background: url('/assets/images/accounts-icon-sml.gif') center no-repeat;
}
.Detail
{
	height: 25px;
	line-height: 25px;
	border: 1px solid transparent;
	padding-left: 25px;
	background: url('/assets/images/accounts-icon-sml.gif') left no-repeat;
}

.Detail:hover
{
	background-color: #EFEFEF;
	border: 1px solid #425968;
}

.Period
{
	cursor: pointer;
}
.Period:hover
{
	background-color: #EFEFEF;
}
/* left menu styling*/
#Sections a
{
	text-decoration: none;
	font-size: 12px;
	display: block;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 2px;
	color: black;
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 4px;
}
#Sections a:hover
{
	background-color: #425968;
	color: #ffffff;
}
.child-section-link
{
	background-image: url("/assets/images/Arrow.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	background: url("/assets/images/Arrow.png") left no-repeat;
	text-align: left;
	padding-left: 20px;
}
.download-link
{
	text-align: left;
	padding-left: 20px;
}
.download-item
{
	background-image: url("/assets/images/download.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left;
	background: url("/assets/images/download.png") left no-repeat;
	border: 1px solid transparent;
	padding: 3px;
	line-height: 24px;
	height: 24px;
}
.download-item:hover
{
	background-color: #EFEFEF;
	border: 1px solid #425968;
}

.list-link
{
	text-align: left;
}
.list-item
{
	border: 1px solid transparent;
	padding: 3px;
	line-height: 24px;
	height: 24px;
}
.list-item:hover
{
	background-color: #EFEFEF;
	border: 1px solid #425968;
}

.list-item .icon
{
	width: 16px;
	height: 16px;
	cursor: pointer;
	border: 1px dashed transparent;
	display: none;
}
.list-item:hover .icon
{
	display: inline-block;
}
.list-item .icon:hover
{
	border: 1px dashed #aaaaaa;
}


/*SpringBoard*/
#SpringBoard
{
	font-size: 12px;
}

.buttonStyle
{
	display: inline;
	margin: 0px;
	margin-left: 2px;
	width: auto;
	min-width: 50px;
	padding: 3px;
	line-height: 22px;
	border: 1px solid transparent;
}
.buttonStyle:hover
{
	background-color: #425968;
	color: #ffffff;
	cursor: pointer;
}

#UpdateFormSourceButton
{
	display: inline;
	margin: 0px;
	margin-left: 2px;
	width: 75px;
	padding: 3px;
	line-height: 24px;
	border: 1px solid transparent;
}
#UpdateFormSourceButton:hover
{
	background-color: #425968;
	color: #ffffff;
	cursor: pointer;
}

#SaveComputationButton
{
	display: inline;
	margin: 0px;
	margin-left: 2px;
	width: 75px;
	padding: 3px;
	line-height: 24px;
	border: 1px solid transparent;
}
#SaveComputationButton:hover
{
	background-color: #425968;
	color: #ffffff;
	cursor: pointer;
}

#moreInfo
{
	float: right;
	width: 75px;
	margin: 0px;
	padding: 2px;
	line-height: 18px;
	border: 1px solid transparent;
}
#moreInfo:hover
{
	background-color: #425968;
	color: #ffffff;
	cursor: pointer;
}
