/*******************************************************************************
**                                                                            **
**    App Name:			UTO Module					                          **
**    Programmer:       Adnan Timothy                                         **
**                                                                            **
**    Description:      The purpose of this file is to create style sheet.    **
*******************************************************************************/
/* ----------- reset ----------- */
p, h1, form, button {
    border: 0;
    margin: 0;
    padding: 0;
}

.spacer {
    clear: both;
    height: 1px;
}

html {
    font-size: medium;
    font-family: Arial,Verdana,sans-serif;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial,Verdana,sans-serif;
	font-size: 9pt;
	background: url(theme/images/background_gradient.png) repeat-x scroll 0 -30px #EEF7FF;
	text-align: center;
}

div.container{
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	z-index: 2000;
        display: block;
}

div.admincontainer {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
        display: none;
}

div#mainContent {
    width: 1000px;
    min-height: 600px;
    margin: 1.5em auto;
    text-align: left;
	z-index: 2000;
	display: block;
	padding: 0px;
    
}

div#topcontent {
    margin: 0;
    width: 1000px;
	height: 305px;
	display: block;
}

div#topleftcontent {
	background-color: #D4E9F9;
	float: left;
	width: 300px;
	height: 300px;
	margin: 0;
	position: relative;
	z-index: 2;
	display: inline-block;
}

.login_form_label {
    display: block;
    float: left;
    padding: 3px 0;
    width: 75px;
	font-weight: bold;
	color: #04244A;
}

#loginform {
    clear: left;
    margin: auto;
    padding: 15px 0;
    text-align: left;
    width: 280px;
}

#getstartedform {
    clear: left;
    margin: 0px auto;
    text-align: center;
	padding: 10px;
}

div#toprightcontent {
	background-color: #FFFFFF;
	border: 2px solid #D4E9F9;
	float: right;
	width: 670px;
	height: 300px;
	margin: 0px;
	/*display: block;*/
	position: relative;
	z-index: 2;
	display: inline-block;
}

div#toprightinnercontent {
	height: 92%;
	margin: 0.5em;
	background-color: #D4E9F9;
    padding: 0.5em;
}

.login_form_button {
    display: block;
    width: 100%;
	margin: 10px auto;
}

div#bottomcontent {
    margin: 0;
    width: 1000px;
	height: 300px;
	border: 2px solid #D4E9F9;
	padding: 1px;
}

.tab_header_active {
	text-align: center;
	background-color: #0C64A3;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	height: 20px;
	font-size: 12pt;
	width: 24%;
	float: left;
	cursor: pointer;
	border: 1px solid;
}
/* Arrow under active tab*/
.tab_header_active:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
	margin: 23px -70px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 0px solid transparent;
	border-top: 12px solid #0C64A3;
    z-index: 10;
}
.tab_header_inactive {
	text-align: center;
	background-color: #444444;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	height: 20px;
	font-size: 12pt;
	width: 24%;
	float: left;
	cursor: pointer;
	border: 1px solid;
}

.utotitle_header_cl {
	background-color: #0C64A3;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	height: 20px;
	font-size: 12pt;
	width: 290px;
	float: left;
}

.signin_header_cl {
    padding: 5px;
    width:290px;
    overflow: hidden;
    background-color: lightblue;
    color: #0C3B72;
    font-weight: bold;
    font-size: 10pt;
    float: left;
    text-align:left;
    margin-top:5px;
    /*height: 20px;*/

}

.subscriber_header_cl {
	background-color: #0C3A72;
	color: #FFFFFF;
	font-weight: bold;
	/*padding: 5px 5px 5px 5px;  */
	height: 20px;
	font-size: 12pt;
	width: 290px;
	/*float: left;  */
    /*margin-left:-10px;*/
    /*padding-top: 5px;  */
}

.smallCaps {
	font-variant: small-caps !important;
	font-family: Arial, Helvetica, sans-serif;
}

div#force-space-1 {
    height: 8px;
}

.clear {
	clear: both;
	background-color: #FFFFFF;
}

#skipto {
	position: absolute; top: 0; left: 0;
	width: 100%; padding: 10px;
	color: #FFF; background: #1d4579;
	font-size: 1.2em; text-align: center;
	overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px);
}
#skipto:focus { overflow: visible; clip: auto; }

.image-thumb {float: left;}

.image-thumb ul {
	margin: 0;
	padding: 0;
	width: 200px;
	height: 245px;
}

.image-thumb ul li {
	line-height: 3em;
    border-bottom: 1px solid #fff;
	list-style: none;
	white-space: normal;
	color: #0C3B72;
}

.image-thumb ul li:first-child { border-top: 0px solid #fff;}
.image-thumb ul li:last-child { border-bottom: 0px solid #fff;}
.image-thumb ul li:hover { cursor: pointer; }
.image-thumb ul li span{ font-weight: normal; text-decoration: none; margin-left: .7em;}
.image-thumb ul li span:hover, .image-thumb ul li span:focus, .image-thumb ul li span.focus { text-decoration: underline; }

.image-thumb ul li.active { /*--Active State--*/
    background-color: #0C64A3;
}
.image-thumb ul li.active span {
	color: #fff;
}
/* Arrow on active slide*/
.image-thumb ul li.active span:after {
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    right: 458px;
    border-style: solid;
	border-top: 17px solid transparent;
	border-bottom: 20px solid transparent;
	border-left: 0px solid transparent;
	border-right: 15px solid #fff;
    z-index: 10;
}

.image-thumb ul li p {display: none;}/*--Hide the description on the list items--*/
.image-thumb img.full { display: none; }

/*
 * jquery css modifications
 */
#sortableslider { list-style-type: none; margin: 0; padding: 0; width: 100%; }
#sortableslider li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; height: 40px; }
#sortableslider li span { position: absolute; margin-left: -1.3em; }

.ui-widget-overlay { background: #000000/*{bgColorOverlay}*//* url(theme/images/ui-bg_flat_0_aaaaaa_40x100.png)/*{bgImgUrlOverlay}*/ /*65%/*{bgOverlayXPos}*/ /*65%/*{bgOverlayYPos}*/ /*repeat-x/*{bgOverlayRepeat}*/; opacity: .65;filter:Alpha(Opacity=65)/*{opacityOverlay}*/; }

/* add style for Payment Refund */
.field{
    font-weight: bold;
    width: 160px;
    text-align: left;
    color: #445276;
    font-size: 12px;
    margin-left: 10px;
    float:left;
}

.fieldvalue{
    font-size: 12px;
    margin-left: 10px;
    float:left;
    text-align: left;
}


/*HOVER POPUP LINKS*/


#popup { color: #000; /*background-color: #cccc;*/ }
#popup a span {
    display: none;
}

#popup a, #popup a:visited {
    position: relative;
    display: block;
    width: 60px;
    line-height: 15px;
    text-align: right;
    padding: 0 10px;
    margin: 0;
    border: 1px solid #aacfe4;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: gray;
}

/*#popup a span {*/
#costexplain{
    display: none;
}

#popup a:hover {
    background-color: #e9e9e2;
}

/* the IE correction rule */
#popup a:hover	{
    color: black;
    background-color: #e9e9e2;
    text-indent: 0; /* added the default value */
}

#popup a:hover span {
    display: block;
    position: absolute;
    top: 0px;
    /*left: 170px;*/
    left: 85px;
    width: 330px;
    margin: 0px;
    padding: 0px;
    color: #335500;
    font-weight: normal;
    background: #e5e5e5;
    text-align: left;
    border: 1px solid #666;
}

/*move the dialog button to top*/
.ui-dialog.custom-button {
    /*change the style of the dialog */
    /*font-family: Verdana,Arial,sans-serif;  */
   /* font-size: .8em; */
   /*position: absolute; */
   /*left: 150px;  *//*will center the receipt dialog*/
}

/*csp unsafe fix*/
.displaynone {
    display: none;
}

.cursorstyle {
    cursor: pointer;
}

.logoutbutton {
    display:block; 
    float:right; 
    font-size: small; 
    cursor: pointer;
}

.adminportal {
    color: #f78d1d; 
    text-decoration: underline; 
    font-weight: bold; 
    cursor: pointer;
}

.govdelivery {
    margin-top: 20px;
}

.othercredentials {
    color: #0C3B72; 
    text-decoration: underline; 
    font-size: 12px; 
    font-weight: bold; 
    margin: 10px; 
    padding: 4px; 
    cursor: pointer;
}

.forgetacct {
    color: #f78d1d; 
    text-decoration: underline; 
    font-weight: bold;
    cursor: pointer;
}

.logout {
    float: left;
}

.warninglink {
    text-decoration: underline;
    color: #23527c;
    outline: 0
}

.reqflddiv { height: 20px;}
.reqfldspan {margin-left: 50px;}
.formbottompadding {padding-bottom: 60px;}

.submitbutton {padding:5px;width:180px;background-color: #0c64a3; color:white;font-weight: bold;font-size: 120%;text-transform: uppercase;}
.othercrendentialdiv {width: 45%; float: left;}
.ipdiv {width: 45%; float: right;}
.forgetpwdspan {color: #f78d1d; text-decoration: underline; font-weight: bold; cursor: pointer;}
.forgetpwddiv {width: 45%; float: left;}

.privacystatement {color: #0C3B72;font-size: 8pt;font-weight: bold;}

.floatleft {float: left;}
.floatright {float: right;}
.editimage {float: left; cursor: pointer;}

.acctmaintuser {color: #0C64A3; font-weight: bold;}
.editacct {text-decoration: underline; cursor: pointer; float: left; font-weight: bold;}

.addimage {text-decoration: underline; cursor: pointer;}
.imagepic {width: 40px; float: left;}
.delimage {float: right; width: 40px; cursor: pointer;}
.modimage {float: right; width: 40px; cursor: pointer;}
.imagedesc {width: 400px; height: 40px; float: left; margin-left: 5px;}
.imagetitle {border: 1px solid #808080; padding: 1px;}
.addimagemesg {border: 1px solid #808080; padding: 1px;}

.utoformheight {height: 20px;}
.utoformcolor {color: #0C64A3;}
.reqfldheading {height: 20px; display: none;}

.pduseriddiv {height: 30px;}
.labelandfield {margin-right: 10px;}
.showfieldcheckbox {display:block;text-indent: 5px;text-align:left;font-weight: normal}

.newsubscriptionreceipt {max-width: 98%; min-width: 40%; text-align: left;}
.forgetpwreceipt {max-width: 98%; min-width: 40%; text-align: left;}
.newcountryreceipt {max-width: 98%; min-width: 40%; text-align: left;}
.newcountrytable {width: 100%; text-align: left;}
.createpwdreceipt {max-width: 98%; min-width: 40%; text-align: left;}
.newadminreceipt {max-width: 98%; min-width: 40%; text-align: left;}
.acctmaint {max-width: 98%; min-width: 40%; text-align: left; margin-left: 20%;}
.modsitereceipt {max-width: 98%; min-width: 40%; text-align: left;}
.modsiteprint {width: 100%; text-align: left;}
.modsduacctreceipt {max-width: 98%; min-width: 40%; text-align: left;}
.printreceipt {width: 100%; text-align: left;}
.failmsg {max-width: 98%; min-width: 40%; text-align: left;}
.changeparamreceipt {max-width: 98%; min-width: 40%; text-align: left;}
.displayreceipttable {width: 100%; text-align: left;}

.viewreport {margin-top: 20px;}

.showreporttable {max-width: 98%; min-width: 40%;}

.accorddionlist {list-style: none; cursor: pointer; text-decoration: underline;}

.advancedfilter_anchor {display:none;}
.basicfilteronly_anchor {display:none;}
.advancedfilter {display: none;}
.basicfilteronly {display: none;}
.textfilteronly_anchor {display: none;}

.panelcontentid {width: 600px;
	height: 500px;
	border: 3px solid #cccccc;
	padding: 5px;
	/*font-family: Tahoma, sans-serif;
	background-image: url(bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;*/}


.aboututodiv {padding-top: 10px;}
.aboututotable {height:64px; width:233px}
.aboututotd {vertical-align:text-top; width:65%}

.traderesourcediv {overflow: hidden; padding-top: 10px;}
.traderesourcedivleft {width: 700px; padding-right: 20px; border-right-color: gray; border-right-width: 1px; border-right-style: solid; float: left;}
.traderesourcetitle {color:rgb(51, 122, 183)}
.traderesourcedivright {width: 200px; padding-left: 30px; float: left;}

.releaseschedulecurrent {color:rgb(255, 0, 0)}

.ipinfoiddiv{min-height: 100px; width: 740px;}
.ipinfoidlabel{float: left; min-height: 100px; width: 27%;}
.ipinfoid{float: left; min-height: 100px; width: 70%;}

.confirmmessage{max-width: 98%; min-width: 40%; text-align: left;}
.datatable{width: 100%; text-align: left;}

.multiselect{height:140px}
.roletag{margin-left: 10px;height: 100%}

.errmsg{font-weight: bold;font-size: 300%}

.bottomcontent{margin-top: 40px; margin-left: 20px; margin-right: 0px; height: 250px; overflow: auto;}




