/* CSS Document */
body {
	margin:0;
	padding:0;	

} 

#Holder {
	width:1120px;
	height:650px;
	margin-left:auto;
	margin-right:auto;
	margin-top:21px;
	margin-bottom:21px;
	
	-moz-transform:	scale(0.7);
	-moz-transform-origin: 50% 0;
	-ms-transform:	scale(0.7);
	-ms-transform-origin: 50% 0;
	-webkit-transform:	scale(0.7);
	-webkit-transform-origin: 50% 0;
	-o-transform:	scale(0.7);
	-o-transform-origin: 50% 0;
	
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none; 
}

#Header {
	height:40px;
	margin-bottom:5px;
	
} 

#NavBar {
    height:60px;	
	background-color:#000000;
	font-family:Arial;
	font-weight:lighter;
	font-size:17px;
}

#Content {
	height:720px;
	clear:both;
	overflow:auto;
}

#PageHeading {
    height:auto;
	padding-top:11px;
	padding-bottom:18px;
	padding-left:11px;
	padding-right:11px;
	margin-top:10px;
}

#ContentLeft {
	width:390px;
	float:left;
	padding-top:11px;
	padding-left:11px;
	padding-right:11px;
}

#ContentRight {
	width:680px;
	float:right;
}

#Footer {
	height:100px;
}  

h1 {
	margin:0;
	font-family: Arial;
	color:#666;
	font-weight: lighter;
}

h2 {
margin:0;
font-family:Arial;
font-weight:lighter;
color:#999;	
}

h4 {
margin:0;
font-family:Arial;
font-weight:lighter;
font-size:18px;
color:#000000;	
}

#uoblogo {
margin: 50px 10px 0px 0px;	
}

#edentitle {
position:relative;
bottom:7px;
padding: 0px 0px 20px 0px;	
}

h6 {
margin:0;
font-family:Arial;
font-weight:lighter;
font-size:17px;
color:#333;	
}

.StyleTxtField {
 border: 1px solid #666;
 border-radius:6px;
 width:200px;
 height:35px;	
 font-family:Arial;
 font-size:17px;
 padding-left:6px;
}


.userbutton {
    border: 1px solid #666;
    border-radius:6px;
    width:auto;
    height:auto;	
	
	display:inline-block;
	cursor:pointer;
	background:#ffffff;
	color:#000000;
	font-family:arial;
	font-size:17px;
	font-weight:lighter;
	padding:3px 10px;
	text-decoration:none;
	position: relative;
	left: 0px;
	bottom: 1px;
	margin:30px 10px 0px 0px;
}
.userbutton:hover {
	background:#000000;
	color:#ffffff;
}
.userbutton:active {

}


.deletebutton {
    border: 1px solid #666;
    border-radius:6px;
    width:auto;
    height:auto;	
	
	display:inline-block;
	cursor:pointer;
	background:#ffffff;
	color:#000000;
	font-family:arial;
	font-size:17px;
	font-weight:lighter;
	padding:3px 10px;
	text-decoration:none;
	position: relative;
	left: 0px;
	bottom: 1px;
	margin:10px 10px 20px 0px;
}
.deletebutton:hover {
	background:#000000;
	color:#ffffff;
}
.deletebutton:active {

}



#view_ajax {
  display: block;
  overflow: auto;
  width: 637px; 
  height: 200px; 
  border: 1.5px solid #777777;
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  font-family:arial;
  font-size:14px;
  font-weight:lighter;
  
-webkit-user-select: text;  /* Chrome all / Safari all */
-moz-user-select: text;     /* Firefox all */
-ms-user-select: text;      /* IE 10+ */
user-select: text;
}


#view_ajax span {

  font-family:arial;
  font-size:15px;
  font-weight:bold;
  
}

#ajaxForm{
  display: block;
  margin: 30px 0px 0px 0px;
  width: 647px; 
  height: 50px;
}

#chatInput{
  height: 50px;
  width: 647px;
  border: 1.5px solid #777777;
  padding: 10px 10px 10px 20px;
  font-family:arial;
  font-size:14px;
  font-weight:lighter;
  
  -webkit-user-select: text;  /* Chrome all / Safari all */
  -moz-user-select: text;     /* Firefox all */
  -ms-user-select: text;      /* IE 10+ */
  user-select: text;
}


