/**********************************************************************************************************
	RMS IT Application CUSTOM styles -
	
	DATE CREATED: 	9/1/2011
	DATE UPDATED:	9/1/2011
	AUTHOR:			Stefan Walz
	
	PLEASE NOTE*
	Use this sheet to overwrite the default styles or create new styles.     
**********************************************************************************************************/

.underline {
	text-decoration: underline;
}

.centered-column {
	text-align: center;
	width: 75px;
	font-size:1.1em;
}

.active-column-header {
	text-align: center;
}

.archive-column-header {
	text-align: center;
}

.columnhead {
	width:100%;
}

#document-description-column-header {
	 font-size:1.1em;	
}

#document-area-div {
	width:100%;
	align:center;	
}

#attachment-table-div {
	align:center;
	width:70%;
	margin-left:15%;
	margin-right:15%;
}

#home-div {
	float:right;
	border:1px solid #F0F0F0;
	border-radius:25px;
	width:100%;
	height:100%;
}

#home-image-div {
	float:right;	
}

#home-text {
	font-size:1.5em; 
	color:#AAAAAA;
}
#home-layout-table {
	width:100%;
	padding-left:50px;
}

#texas-link {
	text-align:left;
	padding-top:20px;
	font-size:1.35em;	
}

#texas-div {
	 width:100%; 
	 height:100%;
}

#texas-text {
	font-size:1.5em; 
	color:#AAAAAA;	
}

.rms-text {
	color:#AAAAAA;
	text-align:center;	
}

.legacy-col {
	color: #035997;
	display:inline;
	float: left;
	position: relative;
	margin:0 5px;
	padding-top: 3px;
	width:350px;
	font-size: 1.1em;
	font-weight: bold;
}


