@charset "utf-8";
/* CSS Document */

#registration label{
float: left;
width: 120px;
font-weight: normal;
font-size:12px
}

#registration input, #registration textarea{
width: 180px;
margin-bottom: 5px;
}

#registration submitbutton{
margin-left: 120px;
margin-top: 5px;
width: 90px;
}

#registration span{
float: left;
font-weight: bold;
}

#mailDisplay{
margin-top: 55px;
}

#removeBlock{
	padding:6px;
	position: absolute;
	z-index: 99;
	background-color: darkred;
	color:white;
	font-size: 8pt;
	padding:0 8px 0 0;
	font-weight: bold;
}

.removeConf h6 {
	font-size:x-large;
	float:left;
	color: white;
}

.removeBlock a {
	text-decoration: none;
	color:white;
}

#linkTable{
	font-weight: normal;
	font-size:12px;
	line-height: 2em;
	padding-top:15px;
	
}

#linkTable .linkedTo{
	float:left; 
	width: 200px;
}

#linkTable .linkDate{
	float:left; 
	width: 100px;
}


#linkTable .userStatus{
	float:left; 
	width: 193px;
}


#linkTable .DateCreated{
	float:left; 
	width: 148px;
}


#linkTable .linkDateDefault{
	float:left; 
	width: 150px;
}

#linkTable .linkTitleDefault{
	float:left; 	
}

.linkBuilderRow {
	clear: both;
	float:left;
	width:100%;
	padding: 4px 0;
}

#linkTable .delete {
	float:left;
	margin-right: 10px;
	width: 50px;
}

#linkTable .linkIcon{
	float:left;
	margin-right: 10px; 
	width: 62px;
}

#linkTable .requestStatus{
	float:left; 
	width: 150px;
	margin-left:10px;
}

#orderBlock{
	font-size:12px;
}

#orderBlock .orderID{
	float:left; 
	width: 90px;
}

#orderBlock .orderDate{
	float:left; 
	width: 90px;
}

#orderBlock .orderOrg{
	float:left; 
	width: 190px;
}

#orderBlock .orderStatus{
	float:left; 
	width: 190px;
}


#quoteBlock{
	font-size:12px;
}

#quoteBlock .orderID{
	float:left; 
	width: 90px;
}

#quoteBlock .orderDate{
	float:left; 
	width: 90px;
}

#quoteBlock .orderOrg{
	float:left; 
	width: 190px;
}

#quoteBlock .orderStatus{
	float:left; 
	width: 190px;
}



/* Library css */
.template_Search .content_content_cms {
	width:620px;
}

#libraryTable{
	margin-top:20px;
	font-size:12px;
	width:100%;
}


#purchasedDuring_wrapper {
	margin-bottom:16px;
}
#libraryTable .OrderColumnNoSort{
	float:left; 
	font-weight: bold;
}

#libraryTable .OrderColumnNoSortData{
	float:left; 
	width: 150px;
}
#libraryTable .OrderColumn {
	float:left; 
	font-weight: bold;
	cursor:pointer;
}

#libraryTable .OrderColumnData{
	float:left; 
}

#libraryTable .OrderColumn-w{
	float:left; 
	cursor:pointer;
}

#libraryTable .OrderColumnData-w{
	float:left; 
}


#libraryTable .OrderColumn-Free{
	float:left; 
	font-weight: bold;
	
}

#libraryTable .OrderColumn-FreeData{
	float:left; 
	
}
#libraryTable .libraryDateCreated {
	width:90px;
}
#libraryTable .libraryOrderID {
	width:90px;
	margin-left: 10px;
}
#libraryTable .libraryTitle {
	width:600px;
	margin-left: 10px;
}
#libraryTable .libraryExpiryDate {
	width: 80px;
	margin-left: 10px;
}
#libraryTable .libraryDownloadWrapper {
	float:right;
	width: 26px;
	margin:0;
}


/*
.libraryLabel{
	float:left;
	width: 390px;
	height: 25px;
	font-size: 10pt;
	color: black;
	font-weight:bold;
}

.librarySelectLabel{
	float:left;
	width: 200px;
	height: 25px;
	font-size: 10pt;
	color: black;
	font-weight:bold;
}

.libraryText {
	width: 190px;
	border: 2px solid #afb7ba;
	background-color: #FFFFFF;
	color: #333333;
	font-size: 10pt;
}
*/