/*
VAPEN commmon to all pages
*/

/***** TEMPORARILY HIDING THE NAVIGATION MENU *******/
#mainNav {
    display:none;
}


body {
	background-color:#6d98ab;
	margin:0;
}
#wrapper {
    width: 950px;
    min-height: 800px;
    margin: 0 auto;
    background-color:#fff9ed;
}

#wrapperBottom {
    width: 950px;
    height: 0px;
    margin: 0 auto;
    display:none;
}

#footer {
    width: 950px;
    height: 100px;
    margin: 0 auto 10px auto;
}

#staticContent {
    padding: 20px 40px;;
}

#topNav {
    width: 950px;
    height: 33px;
    margin: 0 auto;
    display:none;
}

#topNav .closeWindow {
    width: 100px;
    height: 25px;
    background-color: #333333;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    float: right;
    margin: 0 25px 0 0;
    padding: 5px 0 0 0;
}

#topNav .closeWindow:hover {
    cursor: pointer;
    color: #CC6600;
}

#topNav .navItem {
    height: 15px;
    margin: 6px 0 0 0;
    padding: 0 10px;
    float: right;
    font-size: 10pt;
    text-align: center;
    color: #000000;
    border-left: 1px solid #000000;
}

#topNav .loggedIn {
    float: left;
    border-left: 0px;
    color: #30416f;
}

#topNav .environment {
    color: red;
    width: 80px;
    height: 25px;
    float: left;
    border-left: 0px;
}

#topNav .last {
    border-left: none;
}

#topNav .navItem a {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
}

#topNav .navItem a:hover {
    color: #2F2F2F;
    text-decoration: underline;
}

#logo_1,
#logo_2 {
    width: 950px;
    height: 227px;
    background-image: url('/communityplatform/public/images/community/vapen/vapen_banner.jpg');
    background-repeat: no-repeat;
    margin: 0 auto;
}

#logo_1 .clickAreaLeft,
#logo_2 .clickAreaLeft {
    color: #30416F;
    cursor: pointer;
    float: left;
    font-size: 50px;
    height: 50px;
    margin: 20px 0 0 20px;
    padding: 30px 0 0;
    width: 950px;
}

#logo_1 .clickAreaRight,
#logo_2 .clickAreaRight {
    width: 250px;
    height: 80px;
    cursor: pointer;
    margin: 20px 0 0 50px;
    float: left;
}

#mainNav {
    width: 950px;
    min-height: 33px;
    margin: 0 auto;
    font-size: 14pt;
    text-align: center;
    color: #000;
    clear: both;
    background-color:#FFF;
}

#mainNav .navItem {
    float: left;
    margin: 0 5px 0 0;
}

/*
#mainNav .navItem:hover {
    background-color: #2078ca;
}

#mainNav .selected {
    background-color: #2078ca;
}
*/

#mainNav .navItem a {
    padding: 11px 6px 0 11px;
    display:block;
    float:left;
	font-family: tahoma, "trebuchet ms", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #036;
	font-style: normal;
	text-decoration: none;
}
#mainNav .navItem a:hover {
	color: #5d89b5;
}
#mainContent {
    margin: 0 auto;
    min-height: 600px;
}

#footer {
    width: 950px;
    height: 75px;
    margin: 5px auto 25px auto;
    font-size: 9pt;
    clear: both;
    border-top: none;
    display:none;
}

#footer .logo {
    width: 354px;
    height: 60px;
    background-image: url('../../images/community/common/clp_logo.png');
    background-repeat: no-repeat;
    float: left;
}

#footer .footerText {
    width: 150px;
    margin: 5px 0 0 100px;
    float: left;
    text-align: right;
    color: #30416f;
}

#footer .footerNav {
    width: 375px;
    float: left;
    margin: 5px 0 0 0;
}

#footer .footerNav .navItem {
    width: 95px;
    float: right;
    padding: 0 5px;
    text-align: center;
    border-left: 1px solid #30416f;
}

#footer .footerNav .small {
    width: 65px;
}

#footer .footerNav .navItem a {
    color: #30416f;
    text-decoration: none;
}

#footer .footerNav .navItem a:hover {
    text-decoration: underline;
}

/*************************/
/*****  iFrame Test  *****/
/*************************/

body.iframe #topNav, 
body.iframe #logo_2,
body.iframe #mainNav,
body.iframe #wrapperBottom,
body.iframe #footer {
	display:none;
}
body.iframe #wrapper,
body.iframe {
	background-color:transparent !important;
	background-image:none !important;
}
iframe#testiframe {
	border:1px solid #333 !important;
}
body.iframeparent {
	background-color: #f7faff;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f7faff), to(#cad7f0));
	background-image: -webkit-linear-gradient(top, #f7faff, #cad7f0);
	background-image:    -moz-linear-gradient(top, #f7faff, #cad7f0);
	background-image:     -ms-linear-gradient(top, #f7faff, #cad7f0);
	background-image:      -o-linear-gradient(top, #f7faff, #cad7f0);
	background-image:         linear-gradient(to bottom, #f7faff, #cad7f0);
}
body.iframeparent #wrapper {
	background-color:transparent !important;
	background-image:none !important;
}
body.iframeparent #mainNav,
body.iframeparent #topNav,
body.iframeparent #wrapperBottom,
body.iframeparent #footer {
	display:none;
}
body.iframeparent #logo_2 {
	background-image:none !important;
	height:100px;
}
body.iframeparent #logo_2 .clickAreaLeft {
	margin-top: 0px;
	padding-top: 10px;
}
#tab_content {
	width:96%;
}
#tab_content div {
	width:auto !important;
}
#content3 form #tabs {
	width: 96% !important;
}
#content3 h2,
#content2 table {
	width: 100% !important;
}
#content3 {
	width: inherit;
}
table#cal,
table.list,
.info_msg {
	width: 740px;
}
.overviewHeader .buttons,
#mapButtons,
.secondPart {
	display:none;
}

/* VAPEN Profiles */

/*
#profileWrapper #socialTab {
	margin-left: -57px !important;
}
#profileWrapper #rightColumn {
	width: 785px !important;
}
#profileWrapper #rightColumn #headerWithoutLogo {
	width:auto !important;
}
#profileWrapper #rightColumn #headerWithoutLogo #buttons {
	width: 510px !important;
}
#profileWrapper #rightColumn #tabs {
	width: 790px !important;
}
#map {
	width: 760px !important;
}
#profileWrapper #rightColumn #organizationDetails,
#profileWrapper #rightColumn #organizationDetails .row,
#tabs_5 .programBox .programDescription,
#tabs_6 #form990s,
#profileWrapper #rightColumn #organizationDescription, 
#profileWrapper !important;
}
#tabs_5 .program !important;
}
#mainContent.orgEdit {
	max-width: 770px !important;
}

#organizationForm .column .row {
	height: 45px !important;
}

#organizationForm .column .row .input {
	width: 200px !important;
}
#organizationForm .column .row .longText input {
	width: 250px !important;
}
#organizationForm .column .row .label {
	width: 100px !important;
}
#organizationForm .rowFull .input,
#organizationForm .rowFull,
#organizationForm .rowButtons {
	width:auto !important;
}
#organizationForm .description {
	width: 740px !important;
	padding: 20px 10px 41px 10px !important;
}
#programId {
	width:60% !important;
}
#advisoryText,
#programForm {	
	width: 760px !important;
}
#programForm #upper, 
#programForm #lower {
	width: 721px !important;
}
#programForm #upper,
#programForm #middle,
#programForm #lower,
#programForm .rowFull,
#programWrapper {
	width: auto !important;
}
#organizationForm .rowFull .label {
	width: 100%;
}
.rowFull.description .input {
	float: none !important;
	margin-top: 25px !important;
}
#organizationForm .rowFull {
	min-height: 45px !important;
}
#programForm #upper, 
#programForm #lower {
	width: 730px !important;
}

#resourceWrapper,
#resourceForm {
	width: 770px !important;
}

#headerAdvise,
#resourceForm .column .row,
#resourceForm .column .row .input,
#resourceForm .rowFull {
	width: auto !important;
}

#resourceForm .column {
	width: 49% !important;
}
#resourceForm .column .row .input select,
#resourceForm .column .row .input {
	width: 220px !important;
}
#resourceForm .column .row .input select#state {
	width: 50px !important;
}

#organizationDescription,
#profileWrapper #rightColumn #organizationDetails,
#profileWrapper #rightColumn #organizationDetails .row,
#profileWrapper #rightColumn #headerWithoutLogo #buttons,
#tabs_5 .programBox .programDescription {
	width: auto !important;
}
#tabs_5 .programBox {
	width: 730px !important;
}
#profileWrapper #rightColumn #organizationDetails .row {
	min-height: 40px;
}

#profileWrapper #rightColumn #topRightDiv {
	height: 70px !important;
}

#profileWrapper #rightColumn #organizationDetails .row {
	min-height: 40px;
}

#menubar {
	width: 800px;
	display: none;
}
#content {
	width: 790px !important;
}

#financialObject body {
	background-color:transparent;
}

.col1 {
	width: 345px;
}
.col2 {
	width: 345px;
	padding-right: 30px;
}

#profileWrapper #rightColumn #headerWithoutLogo #topRightDiv {
	margin: 0 0 7px 10px;
}
#profileWrapper #rightColumn #orgTitleBox {
	padding-left: 8px;
}
#profileWrapper #rightColumn #headerWithoutLogo #organizationName {
	margin-top: 3px;
}
table {
	max-width: 790px !important;
	width: 790px !important;
	table-layout: fixed;
}
#content #dataTable_wrapper {
	max-width: 790px !important;
	width: 790px !important;
}
.sorting_desc, 
.sorting_asc, 
.sorting {
	padding-left: 9px;
	font-size: 11px;
}

#content3 table.login td.col1 form table {
	width: 330px !important;
}

#reviewChanges {
	width: 759px;
}

#reviewChanges table.reviewFeedbackTbl {
	width: 100% !important;
}
*/
