/* Minification failed. Returning unminified contents.
(407,29): run-time error CSS1062: Expected semicolon or closing curly-brace, found ':'
(1135,16): run-time error CSS1038: Expected hex color, found '#15px'
(1243,16): run-time error CSS1038: Expected hex color, found '#15px'
(3808,5): run-time error CSS1019: Unexpected token, found '}'
 */
html
{
    padding: 0;
    margin: 0 auto;
    background: #FFFFFF;
    width: 100%;
}

body
{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #4d4948;
    padding: 0;
    margin: 0 auto;
    
    width: 100%;
}

/* LOGO CSS */
.logo
{
    margin: 36px 0 36px 0;
    background: url("images/logo.png") no-repeat;
    width: 197px;
    height: 33px;
    text-indent: 9999px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

.ncodelogo
{
    margin: 0px 0 0px 10px;
    background: url("images/ncodelogo.jpg") no-repeat;
    width: 130px;
    height: 75px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}

/*=====================
	COMMON CSS
=======================*/
.mt20
{
    margin-top: 20px;
}

a
{
    color: #333;
    outline: none;
    text-decoration: none;
}

a:link, a:visited, a:active, a:hover
{
    color: #FF0000;
}

header, footer, hgroup, nav, section
{
    display: block;
}
.mark
{
    background-color: #FF0000;
    padding-left: 5px;
    padding-right: 5px;
}
.float-left
{
    float: left;
}

.float-right
{
    float: right;
}

/* H TAGS */

h1, h2, h3, h4, h5, h6
{
    color: #4d4948;
    margin-bottom: 0;
    padding-bottom: 0;
}

h1
{
    font-size: 2em;
}

h2
{
    font-size: 1.75em;
}

h3
{
    font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#60a4e0;
	
	border-bottom:1px solid #e5e3e3;
	padding-bottom:5px;
	margin-bottom:5px;
	text-transform: uppercase;
}

h4
{
    font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#60a4e0;
	
	text-transform: uppercase;
}

h5, h6
{
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active
{
    padding: 0;
    text-decoration: none;
}


input[type="checkbox"], input[type="radio"]
{
    background: transparent;
    border: inherit;
    width: auto;
   -ms-transform: scale(1.2); /* IE */
}

/*================
	defalut buttons
===================*/

input[type="submit"], input[type="button"], button {
    background-color: #44555d;
    display: inline-block;
    color: #ffffff;
    font-family: Segoe UI Semibold,arial,helvetica,sans-serif;
    font-size: 15px;
    font-weight: 700;
    padding: 4px 12px;
    text-decoration: none;
    height: auto;
    width: auto;
    cursor: pointer;
    
	}
input[type="submit"]:hover, input[type="button"]:hover, button:hover
{
    background-color:#b58b4e;
	color:#ffffff;

}
input[type="submit"]:active , input[type="button"]:active , button:active 
{
	position:relative;
	top:1px;
	
}
input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled
{ background-color: #DCDCDC;
	position:relative;
	top:1px;
}




/*input[type="submit"], input[type="button"], button
{
    font-family: Quicksand,arial,helvetica,sans-serif;
    background-color: #60a4e0;
    border: 1px solid #787878;
    cursor: pointer;
    font-size: 15px;
    font-weight: 700;
    width: auto;
    height: 30px;
    color: #FFFFFF;
    border-radius:4px;
    text-align: center;
    vertical-align:middle;
}

input[type="submit"]:hover:enabled, input[type="button"]:hover:enabled, button:hover:enabled
{
     color: #60a4e0;
     background-color: #FFFFFF;
}

input[type="submit"]:disabled, input[type="button"]:disabled, button:disabled
{
    background: #DCDCDC;
    cursor:auto;
}
/*

/*================
	main layout
===================*/

#body
{
    background-color: #ffffff;
    clear: both;
    margin: 0 auto;
}

.content-wrapper
{
    margin: 0 auto;
    max-width: 1000px;
}

.main-content
{
    padding-top: 3px;
}

.clear-fix:after
{
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

header .content-wrapper
{
    padding-top: 20px;
}

/*===============
	site title
================*/
.site-title
{
    color: #3a79b8;
    font-family: 'Raleway' , Arial;
    font-size: 17px;
    margin: 0;
    padding: 0;
}

.site-title a, .site-title a:hover, .site-title a:active
{
    background: none;
    color: #0d5cab;
    outline: none;
    text-decoration: none;
}

/*==========================
	REGISTER & SIGNIN BTN
===========================*/
.rhtbarBTN {
	position:relative;
	float:right;
	height:30px;
	margin: 66px 10px 0 0;
	}
.siginBtn {
	background:url(images/sgin-btn.png) no-repeat;
	background-position:0 0;
	width:88px;
	height:39px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin-right:10px;
	}
.siginBtn:active {
	position:relative;
	top:1px;
	}	
.siginBtn:hover {
	background-position: 0 -45px
	}
.registerBtn {
	background:url(images/rgs-btn.png) no-repeat;
	background-position:0 0;
	width:107px;
	height:39px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	}
.registerBtn:active {
	position:relative;
	top:1px;
	}	
.registerBtn:hover {
	background-position: 0 -45px
	}	
/*=======[REGISTER & SIGNIN BTN END]========*/	

/*==============
	LOGIN
===============*/
#login
{
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}
#login a
{
    background-color: #45403f;
    margin-left: 10px;
    margin-right: 3px;
    padding: 2px 3px;
    text-decoration: none;
}
#login a.username
{
    background: none;
    margin: 0;
    padding: 0 0 0 5px;
    text-decoration: underline;
    background: #dfdede;
    color: #919191;
    font-size: 12px;
    border: 0;
}
#login ul
{
    margin: 0;
}
#login li
{
    display: inline;
    list-style: none;
}

#loginForm {
  /*  border-right: solid 2px #c8c8c8; */
    float: right;
    width: 30%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 10px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

/*===============
	menu
================*/

ul#menu
{
    font-family: font-family: 'Raleway' , Arial;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}
ul#menu li
{
    display: inline;
    list-style: none;
    padding-left: 15px;
}
ul#menu li a
{
    background: none;
    color: #FFFFFF;
    text-decoration: none;
}
ul#menu li a:hover
{
    color: #000000;
    text-decoration: none;
}

/*label
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}*/


/* forms */
fieldset
{
    border: none;
    margin: 0;
    padding: 0;
}

fieldset legend
{
    display: none;
}
fieldset ol
{
    padding: 0;
    list-style: none;
}

fieldset ol li
{
    padding-bottom: 5px;
}
/*label
{
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}*/
label.checkbox
{
    display: inline;
}
input, textarea
{
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 0.9em;
    margin: 5px 0 6px 0;
    padding: 5px;
    width: 300px;
    height: 12px;
}

textarea
{
    font-family: inherit;
    width: 500px;
}


/* info and errors */
.message-info
{
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error
{
    clear: both;
    color: #FF0000;
    font-size: 1.1em;
    margin: 20px 0 10px 0;
}

.message-success
{
    color: #05b812;
    font-size: 1.3em;
    margin: 20px 0 10px 0;
}

.error
{
    color: #FF0000;
}
/* styles for validation helpers */
.field-validation-error
{
    color: #c22700;
    font-weight: normal;
}

.field-validation-valid
{
    display: none;
}

input.input-validation-error
{
    border: 1px solid #4294dc;
}

input[type="checkbox"].input-validation-error
{
    border: 0 none;
}

.validation-summary-errors
{
    color: #c22700;
    font-weight: normal;
    font-size: 13px;
}

.validation-summary-valid
{
    display: none;
}

.tableHeader
{
    padding: 0 0px 0px 10px;
    background: #ededed;
    background: url(images/table-th-bg-img.jpg) repeat-x;
    height: 75px;
    font-family: Cambria;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    border: none;
    width: 100%;
}

.redcorner
{
    background-color:#FF0000;
    width:5px;
    height:5px;
}

.greencorner
{
    background-color:#05b812;
    width:5px;
    height:5px;
}

/*======================
	TABLE STYLE
======================*/
#tablegrid
{
    width: 100%;
}

#tablegrid thead
{
    cursor: pointer;
}

#tablegrid th
{
    background: #ededed;
    background: url(images/table-th-bg-img.jpg) repeat-x;
    height: 45px;
    font-family: Cambria;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-align: center;
}

#tablegrid input[type="checkbox"]
{
    background: transparent;
    border: none;
    width: auto;
    padding: 0px;
    margin: 0px;
}

#tablegrid input[type="text"]
{
    width: 50px;
    text-align: right;
}

#tablegrid input[type="submit"], #tablegrid input[type="button"], #tablegrid button
{
    width: auto;
    *width:auto;
}

#tablegrid .thtitle-text
{
    font-family: 'Raleway' , Arial;
    font-size: 14px;
    color: #4d4948;
}


#tablegrid tr
{
    padding:5px 10px 5px 10px;
    border-bottom: 9px solid #FFFFFF;
    /*color: #666666;*/
    color: #000000;
    background: #f5f5f5;
    font-family: Cambria;
    font-size: 14px;
    font-weight: 500;
}

#tablegrid tr:hover
{
    background: #FFFFFF;
}

#tablegrid td
{
    /*     color: #666666;     background: #f5f5f5;     font-family: Cambria;     font-size: 14px;     font-weight: 500;     */
    padding:5px 10px 5px 10px;
    border-bottom: 9px solid #FFFFFF;
}

/* Forest Table Grid */

#forestbiddinggrid
{
    width: 100%;
}

#forestbiddinggrid th
{
    border: 1px solid #8fc9fc;
	font-weight:bold;
	color:#FFFFFF;
	background:#60a5e0;
	font-size: 12px;
	padding: 2px 4px 2px 4px;
}

#forestbiddinggrid input[type="checkbox"]
{
    background: transparent;
    border: none;
    width: auto;
    padding: 0px;
    margin: 0px;
}

#forestbiddinggrid input[type="text"]
{
    height: 20px;
    width: 50px;
    text-align: right;
    font-size: 12px;
    padding: 0px;
    padding-right:1px;
    margin: 0px;
}

#forestbiddinggrid input[type="submit"], #forestbiddinggrid input[type="button"], #forestbiddinggrid button
{
    width: auto;
}

#forestbiddinggrid .thtitle-text
{
    font-family: 'Verdana' , Arial;
    font-size: 13px;
    color: #4d4948;
}


#forestbiddinggrid tr
{
    border: 1px solid #FFFFFF;
    color: Black;
    background: #f5f5f5;
    font-family: Verdana;
    font-size: 12px;
}

#forestbiddinggrid tr:hover
{
    background: #eeeeee;
}

#forestbiddinggrid td
{
    /*     color: #666666;     background: #f5f5f5;     font-family: Cambria;     font-size: 14px;     font-weight: 500;     */
    padding: 0px 4px 0px 4px;
    border: 1px solid #CECECE;
}


.tableroweven
{
    font-family: Cambria;
    color: #666666;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}
.tableroweven:hover
{
    background: #FFFFFF;
}

.tablerowodd
{
    font-family: Cambria;
    color: #666666;
    background: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
}
.tablerowodd:hover
{
    background: #FFFFFF;
}

.table
{
    width: 1000px;
    background: #f5f5f5;
    border: 1px solid #d8d8d8;
}
.tablerowleft
{
    text-align: left;
    padding-right: 5px;
    padding-top: 3px;
    
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d8d8d8;
}

.tablerowleftBold
{
    font-weight: bold;
    text-align: left;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d8d8d8;
}

.tablerowright
{
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d8d8d8;
}

.tablerowrightBold
{
    font-weight: bold;
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d8d8d8;
}

.tablerowcenter
{
	text-align: center;
	padding-right: 5px;
	*padding-right:0; /* for IE7 */
	font-family: Cambria,arial,helvetica,sans-serif;
	font-size: 14px;
}

.rowrightside
{
	text-align: right;
	padding-right: 5px;
	font-family: Cambria,arial,helvetica,sans-serif;
	font-size: 14px;
	vertical-align:bottom;
}

.displaymsgright
{
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
}

.displaymsgleft
{
    text-align: left;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
}

.refresh-Btn
{
    background: url(images/refresh-btn.png) no-repeat;
    width: 99px;
    height: 36px;
    display: block;
    text-indent: 99999px;
    overflow: hidden;
    cursor: pointer;
    background-position: 0 0;
}

.refresh-Btn:hover
{
    background-position: 0 -41px;
}

.tablerowLeftRed
{
    text-align: left;
    font-family: Verdana,arial,helvetica,sans-serif;
    font-size: 14px;
    color: Red;
}
.tablerowLeftgreen
{
    text-align: left;
    font-family: Verdana,arial,helvetica,sans-serif;
    font-size: 14px;
    color: Green;
}
.termscondition
{
    width:100%;
    height:300px;
    display:none;
    border: 1px solid #c5c5c5;
    overflow:auto;
}

.divrowleft
{
    float:left;
    text-align: left;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d8d8d8;
}

.divrowleftBold
{
    float:left;
    font-weight: bold;
    text-align: left;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d8d8d8;
}

.refreshPlace 
{
    font-family: Cambria, Arial, sans-serif;
	font-size: 14px;
	width: 540px;
	height: 22px;
	overflow: hidden;
	border: 1px solid #DDD;
	margin: 0;
	padding: 5px 0 0 5px;
	list-style: none;
	border-radius: 10px;
	box-shadow: 0px 0px 9px #DDD;
	text-align:left;
	font-weight:normal;
vertical-align:middle;
	background:#464C4C;
	color:#FEFCFF;
}

.refreshPlace li 
{
    font-family: Cambria, Arial, sans-serif;
	font-size: 14px;
	height: 22px;
	border-bottom: 1px dotted #DDD;

	text-align:left;
vertical-align:middle;
	border-bottom-color:#464C4C;
	
}

.refreshPlaceAuctionCreate 
{
    font-family: Cambria, Arial, sans-serif;
	font-size: 14px;
	width:100%;
	height: 20px;
	*height: 18px; /* for IE7 */
	overflow: hidden;
	border: 1px #f9ed80 solid;

    background-color: #fdfcb9;
	margin: 0;
	padding: 5px 0 0 5px;
	list-style: none;

	box-shadow: 0px 0px 9px #DDD;
	text-align:left;
	font-weight:normal;
vertical-align:middle;
	
color: #1a1a19;

}


.refreshPlaceAuctionCreate ul
{
    
	width:100%;
	height: 20px;
	*height: 18px; /* for IE7 */
	
    background-color: #fdfcb9;
	margin: 0;
	padding: 5px 0 0 5px;
	list-style: none;

	text-align:left;
	font-weight:normal;
vertical-align:middle;
	
color: #1a1a19;

}
.refreshPlaceAuctionCreate li 
{
    font-family: Cambria, Arial, sans-serif;
	font-size: 14px;
	height: 20px;


	text-align:left;
vertical-align:middle;

	
}


/*======================
	PAGINATION START
========================*/
.pagination
{
    position: relative;
    background: url(images/pagination_bg.png) repeat-x;
    width: 1000px;
    height: 52px;
    padding-bottom:10px;
}
.record-txt
{
    font-family: Arial;
    font-size: 14px;
    color: #ff0000;
    padding: 17px 0 0 17px;
    float: left;
}
.auction-dropbox
{
    position: absolute;
    margin: 10px 0 0 0px;
    right: 0px;
}
#auctionlist
{
    width: 160px;
    font-family: 'Raleway' , Arial;
    font-size: 13px;
    font-weight: 500;
    color: #666666;
    padding: 5px;
    margin-right: 17px;
    border: 1px solid #c5c5c5;
}
.pagination-section
{
    position: absolute;
    right: 200px;
    margin-top: 17px;
}

.first
{
    width: 22px;
    height: 22px;
    background: url(images/first.png) no-repeat;
    cursor: pointer;
}
.first:hover
{
    background-image: url(images/first-hover.png);
}

.prev
{
    width: 22px;
    height: 22px;
    background: url(images/prev.png) no-repeat;
    cursor: pointer;
}
.prev:hover
{
    background-image: url(images/prev-hover.png);
}

.next
{
    width: 22px;
    height: 22px;
    background: url(images/next.png) no-repeat;
    cursor: pointer;
}
.next:hover
{
    background-image: url(images/next-hover.png);
}

.last
{
    width: 22px;
    height: 22px;
    background: url(images/last.png) no-repeat;
    cursor: pointer;
}
.last:hover
{
    background-image: url(images/last-hover.png);
}

.pages
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
}
.pages a
{
    text-decoration: none;
    color: #666666;
    margin: 0px 2px 0 2px;
    padding: 1px 0 0 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    text-align: center;
}
.pages a:hover
{
    background: url(images/pagination-digit-ective-img.png) no-repeat;
    color: #FFFFFF;
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
}

.paging_full_numbers a.paginate_button, .paging_full_numbers a.paginate_active
{
    padding: 2px 5px;
    margin: 0 3px;
    cursor: pointer;
}
/*===[ END ]====*/

/*==========================
	bidderlist form start
===========================*/
#bidderlist, .bidderlist-box
{
    position: relative;
    width: 1000px;
}
.bidderlist-box
{
    font-family: 'Raleway' , Arial;
    font-size: #15px;
    color: #f5f5f5;
    background: #45403f;
    float: left;
}
.bidderform-title
{
    font-size: 25px;
    font-weight: bold;
}
#bidderlist-form
{
    width: 938px;
    margin: 0 auto;
}

#col1
{
    width: 449px;
    float: left;
}
#col2
{
    width: 449px;
    float: left;
    margin-left: 38px;
}
.form-txt
{
    font-size: 15px;
    line-height: 44px;
    display: inline-block;
    width: 130px;
    text-align:left;
}
.form-txt-tble
{
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    width: 130px;
}
.form-txt-tble-bold
{
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    width: 130px;
    font-weight: bold;
}
.textbox-tyle
{
    background: #6b6b6b;
    border: 0;
    width: 298px;
    padding: 8px;
    border-radius: 4px;
    color: #dadada;
    font-size: 13px;
    margin-bottom: 10px;
}
.dropbox-style
{
    background: #6b6b6b;
    border: 0;
    width: 314px;
    padding: 8px;
    border-radius: 4px;
    color: #dadada;
    font-size: 13px;
    margin-bottom: 10px;
}

/*
input:hover
{
    background: #828282;
}
*/



input:focus
{
    background: #FFFFFF;
    color: #4d4948;
}
.bidder-loginbtn
{
    clear: both;
    position: absolute;
    right: 30px;
    bottom: 0px;
}
/*===[ END ]====*/


/*=======================
	Manage Account
=======================*/
#profile-form, .profile-box
{
    position: relative;
    width: 1000px;
}
.profile-box
{
    font-family: 'Raleway' , Arial;
    font-size: #15px;
    color: #4d4948;
    background: #ececec;
    float: left;
}
.profile-formbox
{
    margin: 20px 0 40px 0;
    display: inline-block;
}
.profile-title
{
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0 20px 0;
}
.user-name-btn
{
    position: absolute;
    top: 0;
    right: 30px;
}
.username
{
    float: left;
    margin: 12px 10px 0 0;
    font-size: 13px;
    color: #4d4948;
}
.user-chgpassword
{
    background: url(images/change-pswd-btn.png) no-repeat;
    width: 189px;
    height: 36px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
}
.user-chgpassword:hover
{
    background-position: 0 -41px;
}
#profileData-form
{
    width: 938px;
    margin: 0 auto;
}
.form-txt
{
    font-size: 15px;
    line-height: 44px;
    display: inline-block;
    width: 130px;
    text-align:left;
}
.textbox-tyle
{
    background: #6b6b6b;
    border: 0;
    width: 298px;
    padding: 8px;
    border-radius: 4px;
    color: #dadada;
    font-size: 13px;
    margin-bottom: 10px;
}
.dropbox-style
{
    background: #6b6b6b;
    border: 0;
    width: 314px;
    padding: 8px;
    border-radius: 4px;
    color: #dadada;
    font-size: 13px;
    margin-bottom: 10px;
}
/*
input:hover
{
    background: #828282;
}
*/
input:focus
{
    background: #FFFFFF;
    color: #4d4948;
}

.profile-textbox
{
    background: #c2c2c2;
    border: 0;
    width: 298px;
    padding: 8px;
    border-radius: 4px;
    color: #dadada;
    font-size: 13px;
    margin-bottom: 10px;
}
.profile-dropbox
{
    background: #c2c2c2;
    border: 0;
    width: 314px;
    padding: 8px;
    border-radius: 4px;
    color: #dadada;
    font-size: 13px;
    margin-bottom: 10px;
}
/*
input:hover
{
    background: #828282;
}
*/
input:focus
{
    background: #FFFFFF;
    color: #4d4948;
}
.manage-acbtn-section
{
    height: 36px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 175px;
}
.2pxline
{
    background: url(images/2pxline.jpg) repeat-x;
    height: 2px;
    width: 300px;
    border: 1px solid #0000FF;
}

#manage-ac-btn
{
    position: absolute;
    margin: 0 auto;
}
.clear-btn, .done-btn
{
    background: url(images/mamage-ac-btn-img.png) no-repeat;
    display: inline-block;
    width: 83px;
    height: 36px;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
    float: left;
}
.clear-btn
{
    background-position: 0 0;
    margin-right: 7px;
}
.clear-btn:hover
{
    background-position: 0 -41px;
}
.done-btn
{
    background-position: -93px 0px;
}
.done-btn:hover
{
    background-position: -93px -41px;
}

/*================
	NAVIGATION
================*/

.tabNavigation
{
    position: relative;
    margin: auto 0;
    font-family: Cambria;
    font-size: 15px;
    color: #646464;
    font-weight: bold;
}
.tabs
{
    display: block;
}
.tabs ul
{
    clear: left;
    float: left;
    list-style: none;
    margin: 0px 0 0 0;
    padding: 0;
}

.tabs ul li
{
    float: left;
    position: relative;
    white-space: nowrap;
    display: inline-block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.tabs ul li a
{
    background-color: #F0F1F4;
    border-bottom: 3px #d8d9dc solid;
    color: #253340;
    display: block;
    font-family: Cambria;
    font-size: 13px;
    text-transform: uppercase;
    padding: 8px 25px 8px 15px;
    margin-left: 2px;
}
.tabs ul li a:hover
{
    color: #60a4e0;
    border-bottom: 3px solid #60a4e0;
}
a, a:link, a:visited
{
    text-decoration: none;
    color: #2E8BCC;
}
a, a:link, a:visited
{
    text-decoration: none;
    color: #2E8BCC;
}
a
{
    color: #2e8bcc;
    text-decoration: none;
}

.tabs ul li a.active {
    background-color: #b58b4e;
    border-bottom: 3px #b58b4e solid;
    color: #fff;
	}

.tabs ul li a.active + div:after {
    border-color: #b68b4e transparent transparent;
    border-style: solid;
    border-width: 10px;
    content: "";
    height: 0;
    left: 42%;
    position: absolute;
    width: 0;
	}
/*===[ END ]====*/

/*==================================
	SUB Navigation  [05-07-2013]
==================================*/
#subbNavigation {
	position: relative;
	width: 1000px;
	margin: auto 0;
	font-family: 'Cambria', Arial;
	font-size: 14px;
	color: #646464;
	font-weight: bold;
	border-bottom: 1px #c8c7c7 solid;
	padding-bottom: 30px;
	*padding-bottom: 0px;
	}
ul#page_box_links2 {
	position:relative;
	width:auto;
	margin:0px;
	*margin-bottom:-1px;
	padding:0px;
	}
ul#page_box_links2 li {
	float: left;
	position: relative;
	white-space: nowrap;
	display: inline-block;
	margin:0;
	padding:0;
	list-style-type:none;
	}
ul#page_box_links2 li a {
	color: #4d4948;
	display: block;
	font-family:Cambria, Arial, Helvetica, sans-serif;
	font-size:14px;
	/*text-transform:uppercase;*/
	padding:8px 15px 5px 15px;
	*padding-buttom:3px;
	}
ul#page_box_links2 li a:hover {
	color:#60a4e0;
	border-bottom:3px solid #60a4e0;
	padding-bottom:5px;
	*padding-bottom:4px;
	*border-bottom:3px solid #60a4e0;
	}
a, a:link, a:visited {
	text-decoration: none;
	color: #ececec;
	}
a, a:link, a:visited {
	text-decoration: none;
	color: #2E8BCC;
	}
a {
	color: #2e8bcc;
	text-decoration: none;
	}
ul#page_box_links2 li a.active {
	border-left: 1px #c8c7c7 solid;
	border-right: 1px #c8c7c7 solid;
	border-top: 1px #c8c7c7 solid;
	border-bottom: 1px #f0f0f0 solid;
	*border-bottom: 2px #f0f0f0 solid;
	color: #000000;
	background-color:#f0f0f0;
	}
ul#page_box_links2 li a.active + div:after {
	}
ul#page_box_links2 {
	text-align: justify;

	}
/*===[ END ]====*/


.divInSamleLine
{
    display: inline;
}

/*================
	EXPAND CSS
================*/
.table-pro
{
    width: 938px;
    position: relative;
    margin: 0 auto;
    background: url(images/line-img.jpg) top repeat-x;
}
.tbright
{
    border-right: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0 12px 0;
}
.tbleft1
{
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0 12px 0;
}
.tbleft2
{
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0 12px 12px;
}
.tbright3
{
    border-bottom: 1px solid #d8d8d8;
    padding: 12px 0 12px 0;
}
.auc-reminTXT
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #FFFFFF;
    font-weight: bold;
    background: #5b9fdb;
    padding: 10px;
    border-radius: 4px;
}
/*===[ END ]====*/


.tr-Btn, .submitrat, .sta-autobid, .exit
{
    width: auto;
    height: 36px;
    text-indent: -99999px;
    overflow: hidden;
    display: inline-block;
    float: left;
    cursor: pointer;
}
.submitrat
{
    background: url(images/time-remaining-BTN.png) no-repeat;
    margin-right: 9px;
    width: 126px;
    background-position: 0 0;
}
.submitrat-disabledBtn
{
    background: url(images/time-remaining-BTN.png) no-repeat;
    width: 126px;
    height: 36px;
    background-position: 0 -82px;
    text-indent: -99999px;
    overflow: hidden;
    display: block;
    float: left;
    cursor: auto;
    margin-right: 9px;
}
.submitrat:hover
{
    background-position: 0 -41px;
}
.sta-autobid
{
    background: url(images/time-remaining-BTN.png) no-repeat;
    width: 145px;
    margin-right: 9px;
    background-position: -136px 0px;
}
.sta-autobid:hover
{
    background-position: -136px -41px;
}
.exit
{
    background: url(images/time-remaining-BTN.png) no-repeat;
    width: 64px;
    background-position: -291px -0px;
}
.exit:hover
{
    background-position: -291px -41px;
}




/*===================
	FOOTER CSS
====================*/
footer
{
    clear: both;
    background: #202020;
    font-size: .8em;
    height: 30px;
    bottom:0;
    position:absolute;
    width:100%;
}


/*=====================
	LOGIN BOX START
========================*/
.logintitle
{
    font-family: 'Raleway' , Arial;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    padding: 0 0 20px 0;
}
.loginuser
{
    font-family: 'Quicksand' , Arial;
    width: 242px;
    height: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #919191;
    font-size: 12px;
    border: 0;
    padding: 0 0 0 5px;
    border-radius: 4px;
    background: #dfdede;
}
.logintextb
{
    background: #c2c2c2;
    border: 0;
    width: 242px;
    padding: 8px;
    border-radius: 4px;
    color: #4d4948;
    font-size: 13px;
    margin-bottom: 10px;
    border: 1px solid #c2c2c2;
}
.loginuser:hover
{
    background: #FFFFFF;
    border: 0px;
}
.choice
{
    font-family: 'Quicksand' , Arial;
    font-size: 12px;
    color: #ababab;
    font-weight: bold;
}
.loginBtn
{
    background: url(../../images/login-btn.png) no-repeat;
    width: 89px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}
.loginBtn:hover
{
    background-position: 0 -37px;
}
.signupBtn
{
    background: url(images/signup-btn.png) no-repeat;
    width: 103px;
    height: 36px;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
}
.signupBtn:hover
{
    background-position: 0 -37px;
}
.tbar-links1 a
{
    margin: 0 5px 0 0px;
}
/*===[ END ]====*/


.absolutdet-boldtxt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #FF0000;
    padding-top: 7px;
}

.timecontainer
{
    position: relative;
}

.timelefttext
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
     display:inline-block;
    *display:inline;
    vertical-align:bottom;
    background-color:#54C571;
    color:White;
    font-weight:normal;
    
}

.timeremaining
{
    font-family: Arial;
    font-size: 16px;
    color: #3a79b8;
    font-weight: bold;
    padding: 6px 0 0 3px;
 *padding: 0 0 0 0;
    *background-position: 0 bottom;
    background-position: 0 bottom;
    vertical-align:bottom;
 
}

.timeremainingOLD
{
    font-family: Arial;
    font-size: 16px;
    color: #3a79b8;
    font-weight: bold;
    padding: 6px 0 0 35px;
    background: url(images/time-remaining.png) no-repeat;
    background-position: 0 bottom;
    vertical-align:bottom;
}

.leftboldtxtRed
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #FF0000;
    text-align: left;
    display: inline;
    vertical-align:bottom;
}

.buttons
{
    background: url(images/buttons.png) no-repeat;
    text-indent: -99999px;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 10px;
}
.puse
{
    width: 70px;
    height: 36px;
    background-position: 0 0;
    cursor: pointer;
}
.puse:hover
{
    background-position: 0 -41px;
}
.resume
{
    width: 90px;
    height: 36px;
    background-position: -80px 0;
    cursor: pointer;
}
.resume:hover
{
    background-position: -80px -41px;
}
.back
{
    width: 84px;
    height: 36px;
    background-position: -180px 0;
    cursor: pointer;
}
.back:hover
{
    background-position: -180px -41px;
}
.end
{
    width: 84px;
    height: 36px;
    background-position: -274px 0;
    cursor: pointer;
}
.end:hover
{
    background-position: -274px -41px;
}

.pagedisplay
{
    width: 50px;
    margin:0;
    background:#464C4C;
	color:#FEFCFF;
	border:none;
	border-radius: 5px;
}


/*=====================
	ICONS CSS
=======================*/
.enter a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/enter.png);
}

.enter a:hover
{
    background-image: url(images/enter-hover.png);
}

.enter1 a
{
    width: 31px;
    height: 28px;
    display: block;
    background-image: url(images/enter1.png);
}

.enter1 a:hover
{
    background-image: url(images/enter1-hover.png);
}

.delete a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/delete.png);
}

.delete a:hover
{
    background-image: url(images/delete-hover.png);
}

.delete1 a
{
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(images/delete1.png);
}

.delete1 a:hover
{
    background-image: url(images/delete1-hover.png);
}

.detailed a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/detailed.png);
}

.detailed a:hover
{
    background-image: url(images/detailed-hover.png);
}

.graph a
{
    width: 16px;
    height: 17px;
    display: block;
    background-image: url(images/graph.png);
}

.graph a:hover
{
    background-image: url(images/graph-hover.png);
}

.print a
{
    width: 26px;
    height: 27px;
    display: block;
    background-image: url(images/print.png);
}

.print a:hover
{
    background-image: url(images/print-hover.png);
}


.payment a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/offline-payment.png);
}

.payment a:hover
{
    background-image: url(images/offline-payment-hover.png);
}


.receipt a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/payment-receipt.png);
}

.receipt a:hover
{
    background-image: url(images/payment-receipt-hover.png);
}

.edit a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/edit.png);
}

.edit a:hover
{
    background-image: url(images/edit-hover.png);
}

.AddNew a
{
    width: 23px;
    height: 23px;
    display: block;
    background-image: url(images/add.png);
   background-position: center;


    
}

.AddNew a:hover
{
    background-image: url(images/add-hover.png);
 background-position:center;
}
.summary a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/summary.png);
}

.summary a:hover
{
    background-image: url(images/summary-hover.png);
}

.mail a
{
    width: 16px;
    height: 12px;
    display: block;
    background-image: url(images/mail.png);
}

.mail a:hover
{
    background-image: url(images/mail-hover.png);
}

.alert a
{
    width: 28px;
    height: 24px;
    display: block;
    background-image: url(images/alert.png);
}

.alert a:hover
{
    background-image: url(images/alert-hover.png);
}

.screen a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/screen.png);
}

.screen a:hover
{
    background-image: url(images/screen-hover.png);
}

.search a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/search.png);
}

.search a:hover
{
    background-image: url(images/search-hover.png);
}

.setting a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/setting.png);
}

.setting a:hover
{
    background-image: url(images/setting-hover.png);
}

.view a
{
    width: 19px;
    height: 16px;
    display: block;
    background-image: url(images/view.png);
}

.view a:hover
{
    background-image: url(images/view-hover.png);
}

.openbid a
{
    width: 19px;
    height: 19px;
    display: block;
    background-image: url(images/openbid-active.png);
}

.openbid a:hover
{
    background-image: url(images/Openbid-hover.png);
}

.withdrawbid a
{
    width: 19px;
    height: 19px;
    display: block;
    background-image: url(images/WithdrawBid-active.png);
}

.withdrawbid a:hover
{
    background-image: url(images/WithdrawBid-hover.png);
}

.uploaddoc a
{
    width: 15px;
    height: 15px;
    display: block;
    background-image: url(images/uploaddoc-active.png);
}

.uploaddoc a:hover
{
    background-image: url(images/uploaddoc-hover.png);
}

.documents a
{
    width: 17px;
    height: 17px;
    display: block;
    background-image: url(images/documents.png);
}

.documents a:hover
{
    background-image: url(images/documents-hover.png);
}

.reauction a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/reauction.png);
}

.reauction a:hover
{
    background-image: url(images/reauction-hover.png);
}

.OnHold a
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/OnHold.png);
}

.OnHold a:hover
{
    background-image: url(images/OnHold-hover.png);
}


.Annull a
{
    width: 28px;
    height: 16px;
    display: block;
    background-image: url(images/annull.png);
}

.Annull a:hover
{
    background-image: url(images/annull-hover.png);
}

.Registert
{
    width: 190px;
}



/*===============
ICONS for AUCTION CREATION
==================*/
.AddItems a
{
    width: 87px;
    height: 17px;
    display: block;
    background-image: url(images/items.png);
    
}

.AddBidders a
{
    width: 116px;
    height: 17px;
    display: block;
    background-image: url(images/bidders.png);
    
}

.AddTP a
{
    width: 139px;
    height: 17px;
    display: block;
    background-image: url(images/tender-price.png);
    
}

.TechnicalDocuments a
{
    width: 135px;
    height: 16px;
    display: block;
    background-image: url(images/technical-docs.png);
    
}

.MultiMineral a
{
    width: 120px;
    height: 17px;
    display: block;
    background-image: url(images/MultiMinerals.png);
    
}

.uploadDocs a
{
    width: 149px;
    height: 17px;
    display: block;
    background-image: url(images/upload-docs.png);
    
}

.AuctionSettings a
{
    width: 86px;
    height: 17px;
    display: block;
    background-image: url(images/basic.png);
    
}

.AuctionApprove a
{
    width: 106px;
    height: 17px;
    display: block;
    background-image: url(images/review.png);
    
}

.help
{
    width: 17px;
    height: 17px;
    display: block;
    background-image: url(images/help3.png);
    background-position: 0 0;

}

.erroricon
{
    width: 16px;
    height: 16px;
    display: block;
    background-image: url(images/error1.png);
   
}
/*===============
ICONS for AUCTION CREATION ENDS
==================*/
/*=========================
	Register FORM CASE 3
=========================*/
.fromcase3
{
    font-family: 'Raleway' , Arial;
    font-size: 13px;
    color: #4d4948;
    position: relative;
    line-height:20px;
}
#registerData-form
{
    width: 1000px;
    margin: 0 auto;
}
.box-title
{
    font-size: 25px;
    font-weight: bold;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 0 20px 0;
}
.selectcert-Btn
{
    background: url(../images/select-certi-btn.png) no-repeat;
    width: 191px;
    height: 36px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
.selectcert-Btn:hover
{
    background-position: 0 -41px;
}
.register-formbox
{
    margin: 20px 0 20px 0;
    display: inline-block;
}
#regiform-col1
{
    width: 478px;
    float: left;
}
#regiform-col2
{
    width: 478px;
    float: left;
    margin-left: 38px;
}
.txt-note
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #696564;
    line-height: 15px;
    margin-left: 130px;
    width: 243px;
    margin-top: -5px;
}
.register-textbox
{
    background:#FFFFFF;
	    border:0;
	    width:208px;
        height:20px;
	    *width:300px;
	    padding:4px;
	    border:1px solid #dedede;
	    border-radius:4px;
	    color:#6b6b6b;
	    font-size:13px;
	    margin-bottom:0;
}

.register-dropbox
{
    background:#FFFFFF;
	border:0;
	width:218px;
    height:30px;
	*width:300px;
	padding:3px;
	border:1px solid #dedede;
	border-radius:4px;
	color:#6b6b6b;
	font-size:13px;
	margin-bottom:0;
}
.register-btn
{
    background: url(../images/registerbtn.png) no-repeat;
    width: 107px;
    height: 36px;
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    right: 0;
    bottom: -17px;
    margin-right: 40px;
    border-left: 20px solid #f8f8f8;
    border-right: 20px solid #f8f8f8;
}
.register-btn:hover
{
    background-position: 0 -41px;
}
.hrline
{
    border-top: 1px solid #dedede;
    margin-bottom: 15px;
}


/*============================
	HEADER CSS [24/7/2013]
============================*/
#topbar {
	
	width:100%;
	height:111px;
	margin:0 auto;
	}
#topbarBidding {
	background:#4A606C;
	width:100%;
	margin:0 auto;
    height:65px;
	}
#header {
	width:1000px;
	margin:0 auto;
	position:relative;
    background: url(images/header-bg.png) no-repeat;
    height: 111px;
	}
.logo {
	background:url(images/logo.png) no-repeat;
	width:197px;
	height:33px;
	display:block;
	margin: 15px 0 0 0px;
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
	}
.logoBidding {
	background:url(images/logo.png) no-repeat;
	width:197px;
	height:33px;
	display:block;
	margin: 15px 0 0 0px;
	position:absolute;
	text-indent:9999px;
	overflow:hidden;
	}
	
/* topnavigation
=================*/
.homeIcon {
	background:url(images/homeIcon.png) no-repeat;
	background-position: 0 4px;
	width:16px;
	height:16px;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	float:left;
	}
.homeIcon:hover {
	background-position: 0 -20px;
	border-bottom:none;
	}

/*=====================
	TOPNAVIGATION
======================*/		
#topnavigation {
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    /* top: 69px; */
    z-index: 99999;
    /* border: 1px solid; */
    margin: 0 auto;
    background: #4A606C;
    height: 46px;
}


#page-wrap {
	/* margin: 10px auto; */
    /* border: 1px solid; */
    width: 1010px;
    margin: 0 auto;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
/* LEVEL ONE */
ul.dropdown {
	position: relative;
/*	width:1000px;   */
	right:0;
	}
ul.dropdown li {
	font-weight: bold;
	float: left;
	/*background:url(images/navi-sep.png) no-repeat;*/
	background-position: 0 8px;
	padding: 0;
}
ul.dropdown a:hover {
	color: #FFFFFF;
}
ul.dropdown a:active {
	color: #ffa500;
}
ul.dropdown li a {
	display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-transform:uppercase;
    color: #FFFFFF;
    padding: 0px 7px;
    margin: 14px 14px 13px 14px;
}
ul.dropdown li:last-child a {
	border-right: none;
} /* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	background: #AF8C44;
	color: #FFFFFF;
	position: relative;
}
ul.dropdown li.hover a {
	color: #FFFFFF;
}
/* 	LEVEL TWO */
ul.dropdown ul {
    margin:0;
    padding:0;
    width:140px;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left:0;
	}
ul.dropdown ul li {
	font-weight: normal;
	background: #ccc;
	color: #4A606C;
	border-bottom: 1px solid #80bcf1;
	float: none;
	
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
	color:#FFFFFF;
	font-size:13px;
}
/* LEVEL THREE */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
}
*ul.dropdown ul li {
	display: inline;
	width: 100%;
}

/*=========================
	TOPNAVIGATION - END
==========================*/

#rightbtn-section {
	position:relative;
	float:right;
	right:0;
	margin:70px 0 0 0;
	}
	
#rightbtn-section-bidding {
	position:relative;
	float:right;
	right:0;
	margin:15px 0 0 0;
	}
/*Header Links Section LEFT*/
#servertime {
	background:url(images/hdr-servertime-img.png) no-repeat;
	display:inline-block;
	text-decoration:none;
	position:relative;
	height:38px;
	float:left;
	padding:9px 12px 0 12px;
	}
.servertimeTxt {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	right:351px;
	top:80px;
	text-align:right;
    background:#4a606c;
	}

/*Header Links Section RIGHT*/
#leftcrv-img{
	background:url(images/hdr-left-crvimg.png) no-repeat;
	display:inline-block;
	text-decoration:none;
	position:relative;
	height:38px;
	float:left;
	padding:9px 12px 0 0px;
	}
#hdrlink-tab {
	background:url(images/hdr-links-img.png) no-repeat;
	display:inline-block;
	text-decoration:none;
	position:relative;
	height:38px;
	padding:7px 10px 0 5px;
	}
#hdrlink-tab { 
	background-position: right top;
	}
#hdrlink-tab a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:0px;
	}
#hdrlink-tab a:hover {
	color:#ff7a35;
	}
.hdrLinkSetp {
	background:url(images/hdr-links-sept.png) repeat-y;
	/*border: 1px solid red;*/
	display:inline;
	width:2px;
	margin: 0 12px;
	}
	
.client-logo-sec {
	position:absolute;
	right:0;
	width:280px;
	top:10px;
	}
.client-logo {
	position:absolute;
	display:inline;
	right:0px;
	}
.client-logo-txt {
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin: 0 70px 0 0px;
	padding-right:-30px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}
	
	
/*===[ HEADER CSS END ]====*/
/*=========================
	Register FORM PRETTY CHKBOX
=========================*/

           
.checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checklist li {
	float: left;
	margin-right: 10px;
	background: url(images/checkboxbg.gif) no-repeat 0 0;
	width: 200px;
	height: 200px;
	position: relative;
	font:  normal 11px/1.3 "Cambria","Lucida","Arial",Sans-serif;
}

.checklist li.selected {
	background-position: -200px 0;
	font: normal 11px/1.3 "Cambria","Lucida","Arial",Sans-serif;

}

.checklist li.selected .checkbox-select {
	display: none;
	font-family: "Cambria","Lucida","Arial";
	font-size:11;

}

.checkbox-select {
	display: block;
	float: left;
	position: absolute;
	top: 157px;
	left: 10px;
	width: 85px;
	height: 23px;
	background: url(images/select.gif) no-repeat 0 0;
	text-indent: -9999px;
		
}

.checklist li input {
	display: none;	
}

a.checkbox-deselect {
	display: none;
	color: white;
	/*font-weight: bold; */
	text-decoration: none;
	position: absolute;
	top: 157px;
	right: 10px;
	
	font-family: "Cambria","Lucida","Arial";
	font-size:11;
	font-weight:lighter;
}

.checklist li.selected a.checkbox-deselect {
	display: block;
		
}

.checklist li label {
	display: block;
	text-align: left;
	padding: 8px;
	font-family: "Cambria","Lucida","Arial";
	font-size:11;
	font-weight:normal;
	
}

.backDiv
{
border: 1px #cecfcf solid;

background-color: #ffffff;

padding: 10px;
*padding: 10px;

font-size: inherit;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
text-decoration: inherit;
-moz-box-shadow: 0px 0px 8px 0px #dedede;
-webkit-box-shadow: 0px 0px 8px 0px #dedede;
box-shadow: 0px 0px 4px 0px #dedede;
margin : 0 auto;
*margin: 0 auto;
}
.over-header {
font-family: inherit;
	font-size:25px;
	font-weight:bold;
	
	margin: -19px 30px 10px 10px;
	background-color:#ffffff;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	width:auto;
	display:inline-block;
	position:absolute;

	}
	
	.over-header-inner {
font-family: inherit;
	font-size:16px;
	font-weight:bold;
	
	margin: -20px 30px 10px 10px;
	background-color:#ffffff;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	width:auto;
	display:inline-block;
	position:absolute;

	}

.over-header-inner-login {
font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
	font-size:22px;
	font-weight:bold;
	color:#60a4e0;
	margin:  -27px 30px 10px 10px;
	background-color:#ffffff;
	border-left:3px solid transparent;
	border-right:3px solid transparent;
	width:auto;
	display:inline-block;
	position:absolute;

	}
	
#btnSmallPlus {
	background-color:#d6d6d6;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:Black;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	padding:0 3px 0 3px;
	text-decoration:none;
}#btnSmallPlus:hover {
	
	background-color:#666666;
	color:White;
}#btnSmallPlus:active {
	position:relative;
	top:1px;
}

#btnSmallMinus {
	background-color:#d6d6d6;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:Black;
	font-family:Georgia;
	font-size:13px;
	font-weight:bold;
	padding:0 3px 0 3px;
	text-decoration:none;
}#btnSmallMinus:hover {
	
	background-color:#666666;
	color:White;
}#btnSmallMinus:active {
	position:relative;
	top:1px;
}

#btnMinus {
	background-color:#d6d6d6;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:Black;
	font-family:Georgia;
	font-size:15px;
	font-weight:bold;
	padding:0 6px 0 6px;
    *padding:0 0 0 0;
	text-decoration:none;
}#btnMinus:hover {
	
	background-color:#666666;
	color:White;
}#btnMinus:active {
	position:relative;
	top:1px;
}

#btnPlus {
	background-color:#d6d6d6;
	border-radius:4px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:Black;
	font-family:Georgia;
	font-size:12px;
	font-weight:bold;
	padding:0 6px 0 6px;
    *padding:0 0 0 0;
	text-decoration:none;
}#btnPlus:hover {
	
	background-color:#666666;
	color:White;
}#btnPlus:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */


#btnExit, #btnClearSelected, #btnAddNew, #btnDelete {



	background-color:#e6e6e6;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:2px solid #4d4d4d;
	display:inline-block;
	
	color:Black;
	font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
	   font-size: 15px;
    font-weight: 700;
	padding:4px 12px;
	*padding: 0px 0px;
	text-decoration:none;
	width:auto;
	*width:auto;
 height:auto;
}#btnExit:hover,  #btnClearSelected:hover, #btnAddNew:hover, #btnDelete:hover{


	background-color:#4d4d4d;
	
	color:#ffffff;

}#btnExit:active,  #btnClearSelected:active, #btnAddNew:active, #btnDelete:active {
	position:relative;
	top:1px;
}

.tip-darkgray {
	opacity:0.95;
	z-index:1000;
	text-align:left;
	text-shadow:#444 0 1px 1px;
	border:1px solid #888;
	padding:4px;
	min-width:50px;
	max-width:530px;
	color:#fff;
	background-color:#999;
	background-image:url(images/tip-darkgray.png); /* bgImageFrameSize >= 11 should work fine */
	/**
	 * - If you set a background-image, border/padding/background-color will be ingnored.
	 *   You can set any padding to .tip-inner instead if you need.
	 * - If you want a tiled background-image and border/padding for the tip,
	 *   set the background-image to .tip-inner instead.
	 */
}
.tip-darkgray .tip-inner {
	font: 11px/18px Segoe UI Semibold,arial,helvetica,sans-serif;
	margin-top:-1px;
	padding:0 2px 1px 2px;
}

/* Configure an arrow image - the script will automatically position it on the correct side of the tip */
.tip-darkgray .tip-arrow-top {
	margin-top:-7px;
	margin-left:15px;
	top:0;
	left:0;
	width:16px;
	height:10px;
	background:url(images/tip-darkgray_arrows.png) no-repeat;
}
.tip-darkgray .tip-arrow-right {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-7px;
	top:50%;
	left:100%;
	width:11px;
	height:21px;
	background:url(images/tip-darkgray_arrows.png) no-repeat -22px 0;
}
.tip-darkgray .tip-arrow-bottom {
	margin-top:-7px;
	margin-left:15px;
	top:100%;
	left:0;
	width:22px;
	height:13px;
	background:url(images/tip-darkgray_arrows.png) no-repeat -44px 0;
}
.tip-darkgray .tip-arrow-left {
	margin-top:-9px; /* approx. half the height to center it */
	margin-left:-6px;
	top:50%;
	left:0;
	width:11px;
	height:21px;
	background:url(images/tip-darkgray_arrows.png) no-repeat -66px 0;
}

.URLLink
{
   font-family:Segoe UI; 
   font-size:medium
}
/*===============================
	SEARCHBAR DESIGN
===============================*/
.boxtype1 {
	margin:20px 0;
	width:1000px;
	}
.boxtype1-in {
	width:956px;
	border-left:2px solid #e5e3e3;
	border-right:2px solid #e5e3e3;
	background:#FFFFFF;
	padding:0 20px;
	}
.boxtpy1-header {
	font-family: 'Raleway', Arial;
	font-size:25px;
	font-weight:bold;
	color:#60a4e0;
	}
.search-field {
	width:956px;
	font-family: 'Raleway', Arial;
	/*color:888888;*/
	background:#FFFFFF;
	}
.col-1 {
	position:relative;
	width:460px;
	font-size:15px;
	float:left;
	height:150px;
	}
.col-2 {
	position:relative;
	width:460px;
	display:inline-block;
	margin-left:60px;
	}
.boxtyp1-txtfiled, .boxtyp1-selectfiled {
	background:#FFFFFF;
	border:0;
	width:308px;
	padding:8px;
	border:1px solid #dedede;
	border-radius:4px;
	color:#6b6b6b;
	font-size:13px;
	margin-bottom:10px;
	}

.boxtyp1-selectfiled {
	width:325px;
	}
.btn-section {
	position:relative;
	margin:0 auto;
	width:300px;
	padding-top:15px;
	}
.search-btn {
	background:url(../images/search-BTN.png) no-repeat 0 0;
	width:94px;
	height:36px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	}
.search-btn:hover {
	background-position: 0 -41px;
	}
.search-btn:active {
	position:relative;
	top:1px;
	}	
.bckline {
	background:url(../images/backline.png) repeat-x;
	background-position: 0 31px;
	}
/*======[SEARCHBAR END]========*/

/*====================
	BIDDER CSS
=====================*/
.header	 {
	font-family: 'Raleway', Arial;
	font-size:25px;
	font-weight:bold;
	color:#60a4e0;

	margin-bottom:15px;
	}
.bidder-bold-text, .table-bg {
	font-family:Arial, Helvetica, sans-serif;
	color:#515151;
	font-size:13px;
	font-weight:bold;
	padding:7px;
	}
.table-bg {
	background:#f9f9f9;
	}
.bidder-normal-text {
	font-family:Arial, Helvetica, sans-serif;
	color:#7b7b7b;
	font-size:13px;
	padding:7px;
	font-weight:normal;
	}
/*=====================
	TABLE CSS

.table-bordered th, .table-bordered td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	}
.table-bordered {
	border-collapse:separate;
	*border-collapse:collapse;
	border-left:0;
	}
.table th, .table td {
	padding: 7px 10px;
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	}
.table th {
	border-left: 2px solid #8fc9fc;
	font-weight:bold;
	height:35px;
	color:#FFFFFF;
	}
.table td { 
	border-top: 2px solid #FFFFFF;
	border-left: 2px solid #FFFFFF;
	height:25px;
	}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
	background-color: #7e7e7e;
	color:#FFFFFF;
	}
.table-hover tbody tr:hover td {
	border-left:2px solid #b1b1b1;
	border-top: 2px solid #FFFFFF;
	}
.trcolor {
	background:#60a5e0;
	border-left:none;
	}
    ======================*/	
    
 
	
    .searchbidders-header {
	font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#60a4e0;
	border-bottom:1px solid #e5e3e3;
	padding-bottom:7px;
	margin-bottom:7px;
	}
	.searchbidders-bckline {
	background:url(images/backline.png) repeat-x;

	}
	.searchbiddersbtn-section {
	
	
	}
	
	  .loadingtext {
	font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
	font-size:20px;
	font-weight:bolder;
	/*color:#60a4e0; */
	color:Black;
	display:inline;
	
background: White;
text-align:center;
 height:70px;
 width:324px;



	}
    /*===============================
	SEARCHBAR DESIGN
===============================*/.form-txt2 {
	font-size:14px;
	float:left;
	display:inline-block;
	width:130px;
	padding-top:8px;
	}
.boxtype1 {
	margin:20px 0;
	width:1000px;
	}
.boxtype1-in {
	width:956px;
	border-left:2px solid #e5e3e3;
	border-right:2px solid #e5e3e3;
	background:#FFFFFF;
	padding:0 20px 0px 20px;
	}
.boxtpy1-header {
	font-family: 'Raleway', Arial;
	font-size:25px;
	font-weight:bold;
	color:#60a4e0;
	}
.col-1 {
	position:relative;
	width:460px;
	font-size:15px;
	float:left;
	display:inline;

	}
.col-2 {
	position:relative;
	width:460px;
	display:inline-block;
	padding-left:60px;
	}
.reg-form {
	padding-bottom:10px;
	}
.boxtyp1-txtfiled, .boxtyp1-selectfiled {
		background:#FFFFFF;
	    border:0;
	    width:208px;
        height:20px;
	    *width:300px;
	    padding:4px;
	    border:1px solid #dedede;
	    border-radius:4px;
	    color:#6b6b6b;
	    font-size:13px;
	    margin-bottom:0;
	}
.boxtyp1-dropdown {
	background:#FFFFFF;
	border:0;
	width:218px;
    height:30px;
	*width:300px;
	padding:3px;
	border:1px solid #dedede;
	border-radius:4px;
	color:#6b6b6b;
	font-size:13px;
	margin-bottom:0;
	}

.boxtyp1-selectfiled {
	width:325px;
	}
.btn-section {
	position:relative;
	margin:0 auto;
	width:300px;
	top:15px;
	}
.search-btn {
	background:url(images/search-BTN.png) no-repeat 0 0;
	width:94px;
	height:36px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	position:relative;
	margin:0 auto;
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	}
.search-btn:hover {
	background-position: 0 -41px;
	}
.search-btn:active {
	position:relative;
	top:1px;
	}	
.bckline {
	background:url(images/backline.png) repeat-x;
	background-position: 0 31px;
	}
.sub-heading {
	font-family:'Raleway', Arial;
	font-size:18px;
	color:#3d3d3d;
	font-weight:bold;
	margin: 20px 0  10px 0;
	text-align:left;
	}
.blacktxt {
	background: url(images/sept-rept-sub.png) repeat-x;
	background-position: 0 14px;
	margin: 10px 0 15px 0;
	padding:0;
	*display:inline-block;
	}
.txtbd {
	border-left:10px solid #FFFFFF;
	border-right:10px solid #FFFFFF;
	width:auto;
	display:inline-block;
	background:#FFFFFF;
	*width:150px;
	}
.intrac-text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#888888;
	margin:-5px 0 10px 0;
	}
.click-here-BTN {
	background:url(images/click-here_BTN.png) no-repeat 0 0;
	width:123px;
	height:40px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	cursor:pointer;
	}
.click-here-BTN:hover {
	background-position: 0 -43px;
	}
.click-here-BTN:active {
	position:relative;
	top:1px;
	}
/*======[SEARCHBAR END]========*/
   /*=====================
	TABLE CSS
======================*/	
#tablegrid1
{
    width: 100%;
}

#tablegrid1 thead
{
    cursor: pointer;
}

#tablegrid1 th
{
    border-left: 2px solid #8fc9fc;
	font-weight:bold;
	height:35px;
	color:#FFFFFF;
	background:#60a5e0;


}

#tablegrid1 input[type="checkbox"]
{
    background: transparent;
    border: none;
    width: auto;
}
#tablegrid1 input[type="submit"], #tablegrid1 input[type="button"], #tablegrid1 button
{
    width: auto;
}

#tablegrid1 .thtitle-text
{
    font-family: 'Raleway' , Arial;
    font-size: 14px;
    color: #4d4948;
}


#tablegrid1 tr
{
   
    border-bottom: 2px solid #FFFFFF;
    color: #666666;
    background: #f5f5f5;
    font-family: Cambria;
    font-size: 14px;
    font-weight: 500;
    
}

#tablegrid1 tr:hover
{
    background: #eeeeee;
}

#tablegrid1 td
{
    /*     color: #666666;     background: #f5f5f5;     font-family: Cambria;     font-size: 14px;     font-weight: 500;     */
    padding: 2px 4px 2px 4px;
    border-bottom: 2px solid #FFFFFF;
    border-left: 1px solid #ffffff;
}

.table1roweven
{
    font-family: Cambria;
    color: #666666;
    background: #f5f5f5;
    font-size: 14px;
    font-weight: 500;
    padding: 1px;
}
.table1roweven:hover
{
    background: #FFFFFF;
}

.table1rowodd
{
    font-family: Cambria;
    color: #666666;
    background: #f1f1f1;
    font-size: 14px;
    font-weight: 500;
    padding: 1px;
}
.tabler1owodd:hover
{
    background: #d8d8d8;
}

.table1
{
    width: 1000px;
    background: #ffffff;
    border: 1px solid #d8d8d8;
}
.table1rowleft
{
    text-align: left;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d8d8d8;
}

.table1rowleftBold
{
    font-weight: bold;
    text-align: left;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d8d8d8;
}

.table1rowright
{
    text-align: right;
    padding-right: 5px;
    padding-top: 3px;
    font-family: Cambria,arial,helvetica,sans-serif;
    font-size: 14px;
    border: 1px solid #d8d8d8;
}

.table1rowcenter
{
	text-align: center;
	padding-right: 1px;
	font-family: Cambria,arial,helvetica,sans-serif;
	font-size: 14px;
}



.bordered 
{
    	font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
    border: solid #E5E5E5 15px;
    /*  
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
*/
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc;         

border-top: none;
}
.borderedTable
{
    	font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
     border: solid #FFFFFF 5px;

  
    -webkit-box-shadow: 0 2px 2px #ccc; 
    -moz-box-shadow: 0 2px 2px #ccc; 
    box-shadow: 0 2px 2px #ccc;   
    box-shadow: 7px 7px 3px #888888;   
  
 /*  
     -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
*/ 
}
   
.bordered td {
   
    border-bottom: 1px solid #ccc;
    padding: 5px;
  text-align: left;    
  
}
a.backtolist
    {
        background-image: url(images/back.png);
        background-repeat: no-repeat;
        display: block;
        width: 100px;
        height: 30px;
        text-indent: -9999px;
    }
    a.checkbutton
    {
        background-image: url(images/checkbutton.png);
        background-repeat: no-repeat;
        display: block;
        width: 120px;
        height: 30px;
        text-indent: -9999px;
    }
    a.checkbutton:hover
    {
        background-image: url(images/checkbuttonN.png);
        background-repeat: no-repeat;
        display: block;
        width: 120px;
        height: 30px;
        text-indent: -9999px;
    }
.bordered th {
    background-color: #E5E5E5;
   font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	color:black;

padding-bottom:1px;
margin-bottom:3px;
padding-left:3px;
border-style:none;
vertical-align:middle;
text-align:center;
height:30px;

}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
 
}

.bordered th:last-child {
    
}

.bordered th:only-child{
   
}

.bordered tr:last-child td:first-child {
    -moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;
     border-bottom: 0px solid #ccc;
}

.bordered tr:last-child td:last-child {
    -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;
     border-bottom: 0px solid #ccc;
}



  .box-header {
	font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
	font-size:16px;
	font-weight:bold;
	
background:#E5E5E5;
padding-bottom:1px;
padding-top:2px;
height:30px;
padding-left:3px;
border-style:none;
text-align:left;

	}
	
	.captiontext
{
	    font-family:Segoe UI Semibold,arial,helvetica,sans-serif;
	    /*color:Gray;*/
	    font-size:13px;
	    font-style:normal;
	    font-variant:normal;
	    font-weight:400;
	   
	    vertical-align:top;
}
 .datatextmedium
	    {
	         font-family:Segoe UI Semibold ,arial,helvetica,sans-serif;
	         color:black;
	         font-weight:bold;
	         font-size:13px;
	  
	    border-bottom: 0px solid #ccc;
	      border-style:none;
	        }
	    	.remindertext
{
	    font-family:Segoe UI,arial,helvetica,sans-serif;
	    color:Gray;
	    font-size:13px;
	    overflow: hidden; 
	    text-overflow:ellipsis;
}
	    .datatext
	    {
	         font-family:Segoe UI Semibold ,arial,helvetica,sans-serif;
	         color:black;
	         font-weight:bold;
	         font-size:20px;
	    background-color:#FFFFFF;
	    border-bottom: 0px solid #ccc;
	      border-style:none;
	        }
	        
	         .datatextGood
	    {
	         font-family:Segoe UI Semibold ,arial,helvetica,sans-serif;
	         color:green;
	         font-weight:bold;
	         font-size:20px;
	  background-color:#FFFFFF;
	  border-bottom: 0px solid #ccc;
	    border-style:none;
	        }
	        
	        .datatextWarning
	    {
	         font-family:Segoe UI Semibold ,arial,helvetica,sans-serif;
	         color:red;
	         font-weight:bold;
	         font-size:20px;
	    background-color:#FFFFFF;
	    border-bottom: 0px solid #ccc;
	      border-style:none;
	        }
	    
	    .datatextNormal
	    {
	         font-family:Segoe UI Semibold ,arial,helvetica,sans-serif;
	         color:Orange;
	         font-weight:bold;
	         font-size:20px;
	    background-color:#FFFFFF;
	    border-bottom: 0px solid #ccc;
	      border-style:none;
	        }
	         .datatextBlank
	    {
	         font-family:Segoe UI Semibold ,arial,helvetica,sans-serif;
	         color:black;
	         font-weight:bold;
	         font-size:20px;
	      border-bottom: 0px solid #ccc;
	    border-style:none;
	        }
	        
	        
	            .tdblock
	    {
	         
	      border: 10px solid #ccc;
	    
	        }
	        
	        
div.note
{ font-family:Segoe UI ,arial,helvetica,sans-serif;
	         /*color:Gray;*/
     display:inline-block;
     border: solid 2px #D1D0CE;
     background-color: #E5E4E2;
 	 background-color: #F5F5F5;
     -moz-border-radius: 6px;
     -webkit-border-radius: 6px;
     border-radius: 6px;
     padding: 14px 20px;
line-height:25px;    
     
}

 .DButton .DButton:active
        {
            color: #333;
            background: #fff;
            -moz-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
            -webkit-box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
            box-shadow: 0 0 .5em rgba(0, 0, 0, .8) inset;
        }
    
    
    }#DButton:hover{


	background-color:#4d4d4d;
	
	color:#ffffff;

}

.redtext
{
    color: red;
}
/* Video Gallery Page */
.col-sm-4 {
    width: 30%;
    min-height: 255px;
    float: left;
    /* padding-left: 15px; */
    padding-right: 30px;
}


.header_image{
    padding-bottom: 15px;
}
/*==============================*/
/*STQC Logo*/
/*.stqclogo
{
    margin: 0px 0 0px 10px;
    background: url("images/STQC.png") no-repeat;
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    display: block;
}*/



#footer {
    background: #202020;
    position:relative;
    bottom: 0px;
    margin-top: 30px;
    margin-bottom: 0px;
    width: 100%;
	color:#fff;
	padding:20px 0;  
    height:55px;
}

#footer .footer {position: relative; margin: 0 auto; width:1000px; }
#footer .stqclogo { position:relative; float:right;}

#footer .btmCopyRthText { }
#footer .btmText {position:absolute; left:0; top:0; text-align:left; font-family:Arial, Helvetica, sans-serif; font-size:13px; line-height:20px;}
#footer .footerSocialMedia ul {padding:0; margin:0; }
#footer .footerSocialMedia li {display:inline-block; margin-top:10px;}
#footer .footerSocialMedia li a{color:#fff; text-decoration:none;  float:right; margin-left:7px; }
#footer .footerSocialMedia li a:hover{color:#60a4e0;}
#footer .footerLastUpdate {bottom:0; margin-top:10px; color:#a2a2a2;}

.footerSection { bottom: 0; width: 100%;}
/*.footerSection {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}*/
.menu{
   width:1000px;
    margin:0px;
    padding:0px;
    font-size:18px;
    font-weight:bold;
}

.menu ul{
    height:23px;
    list-style:none;
    margin:0;
    padding:0;
    margin-bottom:10px;
}

.menu li{
    float:left;
    padding:0px;
    }

.menu li a{
    
   font-family:Arial, Helvetica, sans-serif;
   font-size:14px;
   font-weight:bold;
   color:#fff;
   display:block;
   margin:0px 0px -1px 0;
   padding:14px 13px 15px 13px;
   text-align:center;
   text-decoration:none;
   
   }

.menu li a:hover, .menu ul li:hover a{
    background:#af8c44;
    color:#FFFFFF;
    text-decoration:none;
    }

.menu li ul{
    background:none;
    display:none;
    height:auto;
    padding:1px 0 0 0;
    margin:0px;
    border-bottom:5px solid #af8c44;
    position:absolute;
    z-index:200;
    /*top:1em;
    /*left:0;*/
    }

.menu li:hover ul{
    display:block;
}

.menu li li {
    background:#4A606C;
    display:block;
    float:none;
    margin:0px;
    padding:0px 10px;
    
    }

.menu li:hover li a{
    background:none;
    }

.menu li ul a{
    font-weight:bold;
    display:block;
   color:#fff;
    font-size:12px;
    font-style:normal;
    margin:0px;
    padding:7px 17px 7px 10px;
    text-align:left;
    border-bottom:1px solid #6c7c86;
    }

.menu li ul a:hover, .menu li ul li:hover a{
    
    color:#af8c44;
    font-weight:bold;
    text-decoration:none;
    margin:0;
    }

.menu p{
    clear:left;
}

