@charset "utf-8";

.ui-dialog-titlebar{
	background:orange;
}
.ui-dialog .ui-dialog-buttonpane { 
    text-align: center;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset { 
    float: none;
}
.ui-datepicker .ui-widget-content {
    background: #000000; !important;
}

.ui-datepicker th {
	color:#F36A27; !important;
}


.ui-widget.ui-widget-content{
	border:3px solid #805500;
}
.meetinglist table { 
	background-color:white;
	border-collapse:collapse;
	border-width:2px;
	font-family:"Trebuchet MS", Verdana, Helvetica, Sans-Serif
}

input[type=text], select {
    width: 100%;
    padding: 5px 5px;
    margin: 3px 3px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
}
input[type=submit], [type=reset] {
    width: 6em;
	height: 2em;
	text-align:center;	
	align:right;
    background-color: #555555;
    font-size: 1em;
    color: white;
    padding: 3px 3px;
    margin: 2px 0;
    border: none;
    border-radius: 1px;
    cursor: pointer;
}
input[type=submit]:hover, [type=reset]:hover{
    background-color: #999999;
}

.meetinglist table tr td {
	text-align:left;
	border-bottom:4px solid #ccccff;
	font-size:18px;
	padding: 0.2em;
}
.archiveVideo table{ 
	width:100%;
	max-width:850px;
	background-color:white;
	border-collapse:collapse;
	border-width:2px;
	font-family:"Trebuchet MS", Verdana, Helvetica, Sans-Serif
}
.archiveVideo table tr td {
	text-align:left;
	border-bottom:1px solid #ccccff;
	font-size:18px;
}

.liveVideo table{ 
	width:100%;
	max-width:850px;
	background-color:white;
	border-collapse:collapse;
	border-width:2px;
	font-family:"Trebuchet MS", Verdana, Helvetica, Sans-Serif
}
.liveVideo table tr td {
	text-align:left;
	border-bottom:1px solid #ccccff;
	font-size:18px;
}


#details_content{
	font-size:18px;
	font-weight:bold;
	text-align:left;
}

#details table td{
	border-bottom:none;
}	
#searchpanel td{
	padding:2px 10px;
	font-size:15px;
	text-align:left;
}
.column-right {
	min-height: 970px; 
}

