/* big table */

.big-table {
    margin: 10px auto 0;
    font: 18px "Lucida Grande", Verdana, Arial, sans-serif;
}

.big-table td {
    padding-top: 14px;
    vertical-align: middle;
}

.big-table th {
    font-size: 18px;
    padding-top: 14px;
    padding-right: 10px;
    text-align: right;
    color: #444;
    vertical-align: middle;
    width:200px;
}

.big-table select, .big-table .input-field, .big-table .input-file, .big-table textarea {
    padding: 2px;
    font-size: 18px;
}

.big-table .input-field, .big-table textarea {
    width: 140px;
}

.big-table.sm th {
    padding-top: 8px;
    font-weight: bold;
    color: #333;
    text-align: right;
    font-size: 12px;
}

.big-table.sm td {
    padding-top: 6px;
    font-weight: bold;
    color: #333;
    font-size: 12px;
}

.big-table.sm select, .big-table.sm .input-field {
    font-size: 12px;
}

.big-table.sm .big-button {
    height: 22px;
    width: 110px;
    margin: 0;
    background: url(../../site/images/orange-button-110x22.gif) no-repeat;
}

.big-table.sm .big-button a {
    text-transform: none;
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: bold;
}

.big-table.sm .checkbox-text {
	font-size: 10px;
	font-weight: normal;
}
/* top banner */
.header-container {
	height: 50px;
}
.top-banner {
	position: relative;
	width: 512px;
	height: 38px;
	left: 135px;
	margin-top: 3px;
}
body.site .top-banner {
	left: 188px;
}
.top-banner img {
	border: 1px solid #eee;
}
body.site .header-container #top-links {
}

/* big button */
.big-button {
    height: 37px;
    width: 200px;
    margin: 10px 0;
    background-repeat: no-repeat;
    background-image: url(../../site/images/-sprite2.png);
    background-position: left -0px;
    position: relative;
    overflow: hidden;
}

.big-button a {
    display: block;
    height: 100%; width: 100%;
    background: none;

    font: 20px/37px "Lucida Grande", Verdana, Arial, sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 3px;
    text-transform: uppercase;

    position: relative;
    overflow: hidden;
}

.big-button input, .big-button-2 input {
    position: absolute;
    top: 60px;
    left: 0px;
}


.big-button-2 {
    height: 37px;
    margin: 10px auto;
    background-repeat: no-repeat;
    background-image: url(../../site/images/-sprite2.png);
    background-position: right -37px;
/*    position: relative;*/
}

.big-button-2 a {
    display: block;
    height: 100%; width: 100%;
    background-repeat: no-repeat;
    background-image: url(../../site/images/-sprite2.png);
    background-position: left -37px;

    font: 20px/37px "Lucida Grande", Verdana, Arial, sans-serif;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
}

.big-button-2.start-sd {
    margin-top: 30px;
    width: 300px;
}

.green-button {
    height: 60px;
    width: 261px;
    margin: 10px 0;
    background-repeat: no-repeat;
    background-image: url('../../site/images/-sprite6.png');
    background-position: 0 -60px;

    overflow: hidden;
    font: bold 20px/60px "Lucida Grande", Verdana, Arial, sans-serif;
    color: #fff;
    text-align: center;
    cursor: pointer;
    _height: 99%;
}

.green-button:hover {
    background-position: 0 0px;
}

.green-button-sm {
    height: 39px;
    width: 194px;
    margin: 10px 0;
    background-repeat: no-repeat;
    background-image: url(../../site/images/-sprite6.png);
    background-position: -304px -1px;
    position: relative;
    overflow: hidden;
    font: bold 20px/60px "Lucida Grande", Verdana, Arial, sans-serif;
    color: #fff;
    text-align: center;
    cursor: pointer;
}

.green-button-sm:hover {
    background-position: -304px -41px;
}



.white-bordered-button {
    height: 45px;
    width: 185px;
    padding-left: 5px;
    padding-right: 10px;
    padding-top: 8px;
    margin: 10px 0;
    background-repeat: no-repeat;
    background-image: url(../../site/images/-sprite6.png);
    background-position: 0 -461px;
    position: relative;
    overflow: hidden;
    font: normal 11px "Lucida Grande", Verdana, Arial, sans-serif;
    color: #111;
    text-align: left;
    cursor: pointer;
    line-break: nowrap;
}



/* tooltips */
.tooltip {
    position: absolute;
    width: 216px;
    top: 50px;
    right: -220px;
    background: url(../../site/images/tooltip-bg-top.gif) top center no-repeat;
    z-index: 90;
}

.tooltip .b {
    width: 100%;
    height: 100%;
    background: url(../../site/images/tooltip-bg-btm.gif) bottom center no-repeat;
}

.tooltip .c {
    padding: 15px 10px 15px 30px;
}

.tooltip blockquote {
    margin-left: 10px;
    font-style: oblique;
}

.tooltip img {
    border: 1px solid #999;
}

.tooltip ul {
    margin-left: 15px;
}

.tooltip-data{
    display: none;
}

/* misc */
.forgot-password {
    font-size: 12px;
    text-align: left;
}

td.checkbox {
    width: 15px;
}

td.user-img {
    width: 35px;
}

.user-details .name-age {
    font-weight: bold;
}

.user-details .location {
    color: #666;
}

/* pagination */

.pagination {
    font-size: 11px;
    line-height: 22px;
    height: 22px;
    float:right;
}

.pagination .pag, .pagination a, .pagination span.inactive {
    padding: 2px 6px;
    text-decoration: none;
    color: #444;
    cursor: pointer;
    margin-left: 3px;
}

.pagination span.inactive {
    cursor:auto;
    color:#bbbbbb;
}

.pagination .current, .pagination a:hover {
    background-color: #78A3C1;
    color: white;
    text-decoration: none;
    cursor: pointer;
}


.pagination .grid,
.pagination .list,
.pagination .per_person,
.pagination .grid-selected,
.pagination .list-selected,
.pagination .per_person-selected {
	margin:-1px 1px 0 1px !important;
	display:block  !important;
	float:left  !important;
	width:29px  !important;
	height:21px  !important;
	zoom:1;
	background:transparent url(../../site/images/view_switchers.png);
	background-repeat:no-repeat;
	background-position:0 0;
	padding:0px !important;
}

.pagination .grid {background-position: 0 0;}
.pagination .list {background-position: -29px 0;}
.pagination .per_person {background-position: -58px 0;}

.pagination .grid:hover {background-position: 0 -21px;}
.pagination .list:hover {background-position: -29px -21px;}
.pagination .per_person:hover {background-position: -58px -21px;}

.pagination .grid-selected {background-position: 0 -42px}
.pagination .list-selected {background-position: -29px -42px}
.pagination .per_person-selected {background-position: -58px -42px}

/* general horizontal table */
.h-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 auto;
}

.h-table td {
    border-bottom: 1px solid #ddd;
    font-size: 11px;
    overflow: hidden;
}

.h-table th {
    color: #666;
    font-size: 11px;
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
}

.h-table .delete-row {
    border: 0px none;
    padding-top: 8px;
}

.h-table .date-rel {
    font-size: 10px;
    color: #999;
}

.menu-iframe {
    border: 0px solid red;
    position: absolute;
    top: 0px;
    left: 0px;
    filter: alpha(opacity=0);
    opacity: 0.0;
    width:10px;
    height:10px;
}

/* ajax busy */
#ajax-busy {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 75;
    width: 20px;
    height: 20px;
    background: url(../../site/images/ajax.gif) top right no-repeat;
}

/* dropdowns */
.dropdown {
    overflow: visible;
    width: 350px;
}

.dropdown .text {
    padding: 2px 16px 2px 2px;
    display: block;
    cursor: pointer;
    width: 200px;
    background-repeat: no-repeat;
    background-image: url(../../site/images/-sprite.png);
    background-position: right -1430px;
    border: 1px solid #dddddd;
    background-color: #fff;
    overflow: hidden;
    height: 1.1em;
}

.dropdown-active .text {
    border: 1px solid #e6b473;
    background-color: #fefbec;
}

.dropdown-options {
    border:  1px solid #888;
    position: absolute;
    overflow: visible;
    background-color: #fcfcfc;
    padding-bottom: 5px;
    z-index: 20;
}

.dropdown-options .close {
    clear: both;
    height: 1.5em;
}

.dropdown-options .close div {
    cursor: pointer;
    float: right;
    padding: 2px;
    text-decoration: underline;
}

.dropdown-options .option {
    float: left;
    width: 160px;
    padding: 2px 2px 2px 10px;
    text-align:left;
}

.dropdown-options .option input {
    margin-right: 5px;
}

.dropdown-options .option span {
    cursor: pointer;
    padding: 2px;
}

/* result popups */

.error-message {
	background-color: #f88;
    border: thin solid #CE3A12;
}

 .result-message {
	margin: 7px auto 10px;
    padding: 7px;
    font-size: 12px;
    font-weigth: normal;
}

.result-ok {
    background-color: #FFF9C0;
    border: thin solid #C47C00;
    font-weight: bold;
}

.result-error {
    background-color: #FFDDDD;
    border: thin solid #BB0000;
    font-weight: bold;
}

.result-error ul, .result-ok div  {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
}

.result-error li {
    margin-bottom: 5px;
    list-style-type: none;
}
.result-warning {
    background-color:#FFF8B0;
    border:1px solid #FBB356;
    font-weight: bold;
    margin-bottom:5px;
    padding:4px;
}

/* zero states */

.zero-states  {
    margin: 40px auto;
    padding: 20px;
    border: 5px solid #DDECF3;
    text-align: center;
    width: 380px;
    font: 14px "Lucida Grande", Verdana, Arial, sans-serif;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

/* panel titles */
.panel-title {
    display: none;
}

/* image uploader data area */
.autouploader-iframe {
    display: none;
    visibility:hidden;
    height: 1px;
}

/* IE history iframe */
#history-iframe {
    display: none;
    visibility:hidden;
    height: 1px;
}

/* special things that need to be hidden */
.tooltip-base{
    position:relative;
}
.tooltip-base .tooltip-text {
    display: none;
}
div.nav-redirect {
    display: none;
}
div.login-error {
    display: none;
}
div.confirm-message {
    display: none;
}
div.sd-command {
    display: none;
}

/* autocomplete */
.autocomplete-listing {
    background: #fafafa;
    border: 1px solid #ddd;
    z-index: 100;
}

.autocomplete-listing a {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #222;
    padding: 2px 5px;
    cursor: pointer;
}

.autocomplete-listing a:hover {
    text-decoration: none;
    background-color: #adc3ca;
}

.autocomplete-listing a .description {
    padding-left: 10px;
    font-size: 10px;
    color: #666;
}

/* numbers */
.number {
    width: 39px;
    height: 39px;
    display: block;
    background-repeat: no-repeat;
    background-image: url(../../site/images/-sprite4.png);
}

.no-1 {
    background-position: right -90px;
}

.no-2 {
    background-position: right -134px;
}

.no-3 {
    background-position: right -173px;
}


.blue-button {
    display: block;
    color: white;
    width: 73px;
    height: 28px;
    margin: 10px 0pt 5px;
    padding: 5px 0 0 10px;
    color: white;
    font-size: 18px;
    border: none;
    background-repeat: no-repeat;
    background-image: url(../../site/images/-sprite3.png);
    background-position: left -291px;
    cursor: pointer;
}

.shiny-green-button {
	background:url("http://cdn.speeddate.com/permanent/email/viewed-you/button-animated-green.gif") no-repeat scroll left top transparent;
	height:47px;
	width:207px;
	cursor: pointer;
}

.shiny-green-button a {
	color: #fff;
	display: block;
	height: 47px;
	line-height: 47px;
	width: 207px;
	text-align: center;
	font-size: 20px;

}

.gray-button {
    background: url(../../site/images/button-gray.png) repeat-x 0 0;
	border: 1px solid #ddd;
	border-color: #ddd #888 #888 #ddd;
}

	div.gray-button {
		width: 140px;
	}
		div.gray-button a {
			line-height: 25px;
		}

	.gray-button a {
		font: bold 16px Arial;
		padding: 0 10px;
		color: #111;
		text-decoration: none;
	}

	.gray-button:hover {
		background-position: 0 -64px;
		border-color: #eee #aaa #aaa #eee;
	}

.saved-searches {
	float: right;
	margin-right:10px;
}

.mail-filter {
    margin-top: 10px;
    height: 28px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 7px;
}
.mail-filter li {
    float: left;
    padding: 5px 10px;
}

.mail-filter li.selected-item {
    background-color: #407EAF;
}
.mail-filter li.selected-item a {
	color: white;
	font-weight:bold;
}
.mail-filter .left-filter {
    float: left;
}

.mail-filter .left-filter li {
    margin-right: 5px;
}

.mail-filter .right-filter {
    float: right;
}

.mail-filter .right-filter li {
    margin-left: 10px;
}

.importance-level{
    border: 1px solid #CCC;
    height: auto;
    margin-top: 2px;
    padding: 5px;
    position: relative;
    float: left;
    width: 300px;
    background-color: #EDFFCF;
}
.answer-container .answer .range-select-ctrl {
    width: 100px;
}

.fb-icon-16x16 {
    width:16px;
    height:16px;
    background: url(../../site/images/-sprite10.png) -19px -1039px;
}

.opacity30 {
    opacity: 0.3 !important;
    zoom:1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)" !important;
	filter: alpha(opacity=30) !important;
}
