@charset "utf-8";
/* CSS Document */
body {padding:0;margin:0; background-color:#50809e; padding-top:70px; font-family:Arial, Helvetica, sans-serif; height:100%; font-size:12px; color:#666666;}
#container {
	width: 985px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-height:500px;
	background:url(../images/bg.jpg); background-position:bottom; background-repeat:repeat-x; 
	background-color: #FFFFFF;	
	border:1px solid #ffffff;
	position:relative;
	padding-bottom:70px;
	border-left: 1px solid #50809E;
}
#mainContent {
        /* width:680px; */
	padding: 20px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
.delegateContent {
    width: 700px;
}
.adminContent {
    width: 100%;
}
#footer{ bottom: 0px; position: absolute; font-size:10px; color:#4a5d6b; line-height:18px; padding-bottom:8px; left:15px;}
#footer a{color:#4a5d6b;text-decoration:underline;}
#footer a:hover{text-decoration:none;}
#footer a:visited{color:#4a5d6b;}
.sponsors { 
    margin: 0 auto; 
    z-index:100;
    position:absolute;
    top:0px;
    right:-15px; 
    width:265px; 
    background-color:#FF0000; 
    height:100%; 
    background:transparent;
    background:url(../images/sponsors_bg.png); 
    background-repeat:repeat-y;
}
.sponsors_bottom {margin: 0 auto; z-index:100;position:absolute;bottom:-16px;right:9px; background:url(../images/sponsors_bottom.gif); background-repeat:no-repeat; width:241px;height:16px;}
.sponsors_top {margin: 0 auto; z-index:100;position:absolute;top:-30px;right:10px; width:241px;height:29px;}
.sponsor_title 
{ 
    background-color:#909090;
    padding-left:10px;
    text-align:center;
    font-size:11px;
    line-height:20px;
    color:#FFFFFF;
}
.sponsor_cell {
    text-align:center; 
    height:43px; 
    vertical-align:middle;
    padding-top: 5px;
    padding-bottom: 10px;
}
.shadow{
background:#FFFFFF url(../images/shadow.jpg);
width: 987px; margin: 0 auto; height:81px;padding-top:2px;
}

.login_box, .login_box2, .login_box3 {background-repeat:no-repeat; width:446px; left:130px;top:60px;position:relative;padding:15px 20px;}
.login_box {background-image:url(../images/index.png); height: 263px;}
.login_box2 {background-image:url(../images/index2.png); height:310px;}
.login_box3 {background: #e8e8e8; height:630px; top: 40px;}
.box_title{font-size:18px; color:#56abc9;}
.box_title1{font-size:16px; color:#e98448;font-weight:bold;}
.login_box b{font-size:11px;color:#666666;line-height:20px;}
.login_box td{font-size:12px; font-weight:bold; color:#666666;}
.login_box table{position:relative;left:-5px;}

.change_pin_box{background:url(../images/change_pin_box.png); background-repeat:no-repeat; width:448px; height:194px; left:130px; top:60px; position:relative; padding:15px 20px;}
.change_pin_box b{font-size:11px;color:#666666;line-height:20px;}
.change_pin_box td{font-size:12px; font-weight:bold; color:#666666;}
.change_pin_box table{position:relative;left:-5px;}

.menu{margin: 0 auto; z-index:110; position:absolute; left:-1px; top:-29px;}
.menu .item           {float:left; display:block; height:28px; font-size:12px; font-weight:bold; text-decoration:none;}
.menu #item1          {background:url(../images/home.jpg);     background-repeat:no-repeat; width:47px; padding-top:7px; padding-left:11px; color:#1296c7;}
.menu #item1:hover    {background:url(../images/home_sel.jpg); background-repeat:no-repeat; }
.menu #item1_selected {background:url(../images/home_sel.jpg); background-repeat:no-repeat; width:47px; height:28px; padding-top:7px; padding-left:11px; color:#49af0d;}
.menu #item2          {background:url(../images/item_l.jpg);     background-repeat:no-repeat; width:96px; padding-top:7px; padding-left:11px; color:#1296c7;}
.menu #item2:hover    {background:url(../images/item_l_sel.jpg); background-repeat:no-repeat; }
.menu #item2_selected {background:url(../images/item_l_sel.jpg); background-repeat:no-repeat; width:96px; height:28px; padding-top:7px; padding-left:11px; color:#49af0d;}
.menu #item3          {background:url(../images/item_m.jpg);     background-repeat:no-repeat; width:79px; padding-top:7px; padding-left:11px; color:#1296c7;}
.menu #item3:hover    {background:url(../images/item_m_sel.jpg); background-repeat:no-repeat; }
.menu #item3_selected {background:url(../images/item_m_sel.jpg); background-repeat:no-repeat; width:79px; height:28px; padding-top:7px; padding-left:11px; color:#49af0d;}


a {color:#1095c8;text-decoration:none;}
a:hover {text-decoration:underline;}
h2{font-weight:bold; font-size:14px; color:#333333;line-height:16px;padding:0;margin:0;}
h3 {font-size:16px; font-weight:bold; color:#1095c8;line-height:18px;paddin:0; margin:0;}

.template table {
    width: 100%;
    border-collapse:collapse;
}

.template caption{
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
	padding-bottom: 6px;
	height: 2.5em;
    line-height: 2.5em;  
	font-weight: bold;
}
.title {
    border: none;
	color: black;
	text-align: left;
    float: left;
}
.headermethod {
	color: #1095C8;
	text-align: right;
    float: right;
}

.template th { 
    font-weight:bold;
    color: #3E3E3E;
    height:37px;
}

.colheader { 
    background: url(../images/table_head.png) no-repeat top left; 
    padding-left:10px;
}

.template th.left { 
    background:url(../images/table_left.png) no-repeat top left; 
    height:37px; 
    width:5px;
    padding: 0px;
}

.template td.left { 
    width:5px;
}

.template th.right { 
    background:url(../images/table_right.png) no-repeat top right; 
    height:37px; 
    width:5px;
    padding: 0px;
}

.template th.sep { 
    background:url(../images/table_sep.png) no-repeat; 
    height:37px; 
    width:2px;
    padding-left: 0px;
}
.template td.sep { 
    padding: 0px;
    width:1px;
}

.template td {
    padding: 8px 10px;
}

#notif-modify_form .label0, #notif-modify_form .label1 {
    width: 50%;
}

.template td.cell, .template td.cell0, .template td.cell1, .template td.label, .template td.label0, .template td.label1, .separator {
    border-bottom:1px solid #b2b2b2; 	
}

.template td.cell, .template td.cell0, .template td.cell1 {
    background: transparent url(../images/table_row_bg.png); 
}

.formTemplate td.cell, .formTemplate td.cell0, .formTemplate td.cell, .formTemplate td.cell1, .detailsTemplate td.cell, .detailsTemplate td.cell0, .detailsTemplate td.cell1 {
    border-top:1px solid #b2b2b2; 	
}

.listTemplate td.cell, .listTemplate td.cell0, .listTemplate td.cell1 {
    border-bottom:2px solid #b2b2b2; 	
}

.formTemplate td.celltext {
    padding: 0px;
}

.template td.listmethod {
    white-space: nowrap;
}

.template td.label, .template td.label0, .template td.label1, .separator  { 
    border-top:1px solid #b2b2b2; 	
    background: transparent url(../images/table_row_bg.png); 
    font-size: 12px;
    color: #666;
    font-weight: bold;
}

.separator {
    text-align: center;
    background: #DBDBDB;
}

.expl {
    font-weight: normal;
    font-size: 10px;;
}

.formTemplate caption {
    padding-left: 0px;
    width: 665px;
}

#survey-create_form caption {
    width: 100%;
	height: 10em;
    line-height: 1em;  
    font-weight: normal;
}

#survey-create_form caption h1 {
    padding-top: 20px;
}

.formTemplate td {
    padding: 10px;
}

.infoText, td.infoText {
    line-height:18px; 
    font-size:14px; 
    color:#AB3333; 
    /* color: #49ae08; */
    font-weight:bold;
    padding: 10px 0px 10px 10px;
}

.br  {border-bottom:1px solid #b2b2b2;border-right:1px solid #b2b2b2; 	background-color: transparent;	background:url(../images/table_row_bg.png); height:30px;}

.colleague a {color:#666666;}
.colleague a:hover{text-decoration:none;color:#1095c8;}
.colleague img {
    position:relative;
    top:5px; 
    border: 0px;
}

.note {font-size:11px;}

.box{background:url(../images/change_pin_box.png); background-repeat:no-repeat; width:448px; height:194px; left:180px; top:190px; position:absolute; padding:15px 20px; z-index:150;}
.hidden{background:url(../images/change_pin_box.png); background-repeat:no-repeat; width:448px; height:194px; left:180px; top:190px; position:absolute; padding:15px 20px; z-index:150;visibility:hidden;}

/* table sort */

.table-sortable {
	cursor:pointer;
	background-image:url("../images/sortable.png");
	padding-left:34px;
	/* padding-right:10px; */
}
.table-sorted-asc {
	background-image:url("../images/sorted_up.png");
}
.table-sorted-desc {
	background-image:url("../images/sorted_down.png");
}

table.profileForm {
    left:20px; 
    width:510px; 
    display:block; 
    position:relative;
}

.profileForm input {
    width: 250px;
}

.profileForm input.nowidth {
    width: auto;
}
.pager {
    float: right;
    font-weight: bold;
}
.pager span img{
    padding: 0px 3px;
}

#navigator {
    width: 185px;
    height: auto;
    position: fixed;
    top: 150px;
    right: 0px;
    background: url("../images/white1.png?2") no-repeat;
    /* border-color: black;
    border-style: solid; 
    border-width: 1px 0px 1px 1px;*/
    z-index: 4;
    padding-top: 5px;
    padding: 30px;
}

#navigator a {
    padding-left: 20px;
    text-decoration: none;
}
.famfam-modify {
    background: transparent url("../images/application_edit.png") no-repeat left;
}
.famfam-delete {
    background: transparent url("../images/application_delete.png") no-repeat left;
}
.famfam-clone {
    background: transparent url("../images/application_double.png") no-repeat left;
}
.famfam-export {
    background: transparent url("../images/page_white_acrobat.png") no-repeat left;
}
.famfam-create {
    background: transparent url("../images/user_add.png") no-repeat left;
}
.famfam-import {
    background: transparent url("../images/group_add.png") no-repeat left;
}
.famfam-cancel {
    background: transparent url("../images/group_delete.png") no-repeat left;
}
.famfam-printview {
    background: transparent url("../images/printer.png") no-repeat left;
}
.famfam-search {
    background: transparent url("../images/zoom.png") no-repeat left;
}
.famfam-upload {
    background: transparent url("../images/chart_bar_add.png") no-repeat left;
}
.famfam-uploadimage {
    background: transparent url("../images/photo_add.png") no-repeat left;
}
.famfam-createnotification {
    background: transparent url("../images/email_add.png") no-repeat left;
}
.famfam-createquestion {
    background: transparent url("../images/table_add.png") no-repeat left;
}
.famfam-preview {
    background: transparent url("../images/printer.png") no-repeat left;
}
.famfam-event {
    background: transparent url("../images/application.png") no-repeat left;
}
.famfam-delegates {
    background: transparent url("../images/group.png") no-repeat left;
}
.famfam-presentations {
    background: transparent url("../images/chart_bar.png") no-repeat left;
}
.famfam-sponsors {
    background: transparent url("../images/photos.png") no-repeat left;
}
.famfam-notifications {
    background: transparent url("../images/email.png") no-repeat left;
}
.famfam-surveys {
    background: transparent url("../images/table.png") no-repeat left;
}
.famfam-importquestions {
    background: transparent url("../images/table_multiple.png") no-repeat left;
}
.famfam-feed {
    background: transparent url("../images/feed.png") no-repeat left;
}
.famfam-createfeed {
    background: transparent url("../images/feed_add.png") no-repeat left;
}
table.twitterTable td {
	padding: 0px;
}
