/*******************************************************************************
**                                                                            **
**    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;
}

div.admincontainer {
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}

div#mainContent {
    width: 1000px;
    min-height: 600px;
    margin: 1em 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 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*/
}




