@import "modules/issuesContent.css";
@import "modules/formFillAndEditor.css";

.file_row {
 	background-color : #FFFFFF;
  	border-bottom: ridge 1px #000000;	
}

.link{
	text-decoration : none;
	cursor : pointer;
	text-color : #444444;
}

.link:hover{
	text-decoration : none;
	cursor : pointer;
	text-color : #FF0000;
}

input.filetext {	
	margin-top:10px;
	margin-right:5px;
	border: solid 1px #999;
	font-family: Verdana;
	font-size: 8pt;
	width : 200px;
	color: #115588;
}

#filesDiv {
	margin-top:10px;
}

.fileLink {
	margin-left:2px;
	text-decoration : none;
	cursor : pointer;
	text-color : #444444
}

.fileLink:hover{
	margin-left:2px;
	text-decoration : bold;
}

.selectWrapper {
	position : relative;
	z-index : 5000;
	cursor : pointer;
}

.selectOpened {
	z-index : 10000;
}

.selectLeft {
	background: transparent url(../img/dropDown/leftBelt.png) no-repeat top right;
	width: 3px;
	height : 22px;
	float : left;
	clear : left;
}

.selectRight {
	background: transparent url(../img/dropDown/rightBelt.png) no-repeat top right;
	width: 22px;
	height : 22px;
	float : left;
	clear : right;
}

div.selectContent {
	float: left;
	overflow : hidden;
	background : transparent url(../img/dropDown/content.png) repeat-x top left;
	height : 22px;
	padding-top : 2px;
}

div.selectContentLabel {
	width : 1000px;
	font-size: 12px;
	color: #939598;
}

ul.selectContent {
	list-style-type: none;
	list-style-image : none;
	padding : 0px;
	margin : 0px;
}

li.selectPosition {
	padding : 1px 4px;
	font-size: 12px;
	color: #939598;
}

li.positionHover {
	color : #ffffff;
	background : #939598;
}

.selectDropdown {
	clear : both;
	position : absolute;
	z-index : 6000;
	border : 1px solid #939598;
	background : #ffffff;
	top : 23px;
	left : 0px;
	width : 100%;
}

.selectOpened .selectDropdown {
	max-height:300px;
	overflow:auto;
}

#formBody {	
	border-style: solid;
	border-width: 0px;
	border-color: #AACCEE;
	margin: 0px;
	padding: 0px;	
	background-color: #fff;
}

.formText {
	font-family: Trebuchet MS;
	font-size: 18px;
	font-weight: bold;	
	cursor: default;
	color: #173768;
	vertical-align: middle;	
	padding-bottom: 5px;
}

.B {	
	font-weight: bold;
}

.messageToUser {
	padding: 50px;
	text-align:center;
}
