#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 800px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 5px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index:99;
	/* border-radius: 5px; */
}

.marLeft {
    padding-left: 5px;
}

#status_container {
    font-family: Arial, sans-serif;
    font-size: 12px;
    width: 70vw;
    min-width: 400px; /* Dialog will be no smaller than this */
    max-width: 100%; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* border-radius: 5px; */ statusTable
}


#statusTableDiv
{
	max-height:350px;
	overflow:auto;
}

#statusTable
{
	border-collapse: collapse;
	border: solid 1px #ddd;	
}

#statusTable th {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#statusTable tr {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	background: #CCC url(../images/title.gif) top repeat-x;
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../images/info.png);
	padding: .75em 1.75em;
	margin: 0em;
}

#popup_content.alert {
	background-image: url(../images/info.png);
}

#popup_content.confirm {
	background-image: url(../images/important.gif);
}

#popup_content.prompt {
	background-image: url(../images/help.gif);
}

#popup_message {
    padding-left: 30px;
    padding-top: 10px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_toggle_span {
    position: absolute;
    left: 8px;
}
#popup_toggle_span > label {
    position: relative;
    top: -2px;
    left: 2px;
}

        .alertBox:link { color:#0000FF; text-decoration: none; }
        .alertBox:visited { color:#0000FF; text-decoration: none; }
        .alertBox:hover { color:#0000FF; text-decoration: none; }
        .alertBox:active { color:#0000FF; text-decoration: underline; }
        .hiddenValue {display: none;}
        
/* Used on the preferences.aspx page */  
#chooseBox
{
	padding:20px;
	background-color:White;
}

.CapsLockMessage
{
	text-align:center; 
	margin-top:5px; 
	margin-bottom:5px;
	color:Blue;
}

.grayRow
{
	background-color:#dddddd;
}

.whiteRow
{
	background-color:White;
}

.grayColumnHeaders
{
	background-color:#B1B1B1;
	color:White;
	font-weight:bold;
}

.classTableDiv
{
	width:94%;
	margin:0px auto;
	background-color:#D0D0D0;
	border:rgba(0, 0, 0, .06) 3px solid;
	border-radius:10px;
	padding:10px;
}

.fRight
{
	float:right;
}

.center
{
	text-align:center;
}

.nowrap
{
	white-space: nowrap;
}

#questionTable tr th
{
	white-space: nowrap;
}

.w25{
    width:25px;
}

.w100 {
    width: 100px;
}

.w200
{
	width:200px;
}

.w300
{
	width:300px;
}

.w500
{
	width:500px;
}
.w550
{
	width:550px;
}

.w600
{
	width:600px;
}

.w700
{
	width:700px;
}

.w800
{
	width:800px;
	min-width:800px;
}

.vCenter
{
	height:100%;
	vertical-align:top;
}

.boldFont
{
	font-weight:bold;
}

.red
{
	color:Red;
}

.tableCellSpace{
    padding-left:8px;
    padding-right:8px;
}

textarea {
    font-family: Segoe,"Segoe UI","DejaVu Sans","Trebuchet MS",Verdana,sans-serif;
    font-size: 15px;
}

.buttonCell{
    width:150px;
}

.respondedby {
    width: 250px;
}

.respondedcompany {
    width: 200px;
}

.SubQueResCell {
    white-space: pre-wrap;
    min-width: 200px;
    max-width: 400px;
}

#infoTableDiv{
    max-height:75%;
    width:100%;
    overflow:auto;
}

.advertisedJobsGridView {
    overflow: auto;
    height: 650px;
    border: #b5b5b5 solid 3px;
    text-align: left;
}

@media screen and (max-height: 925px) {
    .advertisedJobsGridView {
        overflow: auto;
        height: 600px;
        border: #b5b5b5 solid 3px;
        text-align: left;
    }
}

@media screen and (max-height: 850px) {
    #infoTableDiv {
        max-height: 70%;
        width: 100%;
        overflow: auto;
    }

    .advertisedJobsGridView {
        overflow: auto;
        height: 550px;
        border: #b5b5b5 solid 3px;
        text-align: left;
    }
}

@media screen and (max-height: 800px) {
    .advertisedJobsGridView {
        overflow: auto;
        height: 500px;
        border: #b5b5b5 solid 3px;
        text-align: left;
    }
}


@media screen and (max-height: 750px) {
    .advertisedJobsGridView {
        overflow: auto;
        height: 475px;
        border: #b5b5b5 solid 3px;
        text-align: left;
    }
}

@media screen and (max-height: 700px) {
    #infoTableDiv {
        max-height: 65%;
        width: 100%;
        overflow: auto;
    }

    .advertisedJobsGridView {
        overflow: auto;
        height: 425px;
        border: #b5b5b5 solid 3px;
        text-align: left;
    }
}

@media screen and (max-height: 650px) {
    .advertisedJobsGridView {
        overflow: auto;
        height: 400px;
        border: #b5b5b5 solid 3px;
        text-align: left;
    }
}

@media screen and (max-height: 600px) {
    #infoTableDiv {
        max-height: 55%;
        width: 100%;
        overflow: auto;
    }

    .advertisedJobsGridView {
        overflow: auto;
        height: 325px;
        border: #b5b5b5 solid 3px;
        text-align: left;
    }
}