/*
 * Ext JS Library 2.0 Beta 1
 * Copyright(c) 2006-2007, Ext JS, LLC.
 * licensing@extjs.com
 * 
 * http://extjs.com/license
 */

.x-window-header
{
    background:#005292;
    border:none 0px;
    padding:2px 2px 2px 7px;
    line-height:18px;
}

.x-window-header-text
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
    color:#ffffff;
}

.x-window-plain .x-window-body {
    background:#ffffff!important;
    border-color:#bfbfbf;
}

.mainPanel .x-panel-body
{
    background:#ffffff url(../images/popupBg.png) no-repeat right bottom;
	font: 10px Arial, Helvetica, sans-serif;
	padding:10px 10px 30px 10px;
}

.x-panel-body-noheader
{
    border:0px;
}

.wdytHeader2
{
    border-color:#bfbfbf;
    padding-left:10px;
    padding-top:20px;
    height:23px;
    border-width:0 1px 0 1px;
	font: 14px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#335D5F;
}

.wdytHeader
{
    background:#ffffff url(../images/naegcWhatDoYouThink.gif) no-repeat 10px 10px;
    border-color:#bfbfbf;
    padding-left:93px;
    padding-top:20px;
    height:33px;
    border-width:0 1px 0 1px;
	font: 14px Arial, Helvetica, sans-serif;
    font-weight:bold;
    color:#335D5F;
}

#challenges-popup .thumb
{
	width:90px;
    float:left;
}

#challenges-popup .thumb img{
	height: 60px;
	width: 80px;
	border:solid 1px #bfbfbf;
}
#challenges-popup .thumb-wrap{
	float: left;
	margin: 4px 0;
	width:190px;
	height:65px;
	padding: 5px;
}
#challenges-popup .thumb-wrap span{
	display: block;
	overflow: hidden;
    color:#606060;
    text-decoration:none;
    font-size:11px;
}

#challenges-popup .x-view-over{
    border:1px solid #dddddd;
    background: #efefef url(../../resources/images/default/grid/row-over.gif) repeat-x left top;
	padding: 4px;
}

#challenges-popup .x-view-selected{
	background: #eff5fb url(images/selected.gif) no-repeat right bottom;
	border:1px solid #99bbe8;
	padding: 4px;
}
#challenges-popup .x-view-selected .thumb{
	background:transparent;
}

#challenges-popup .loading-indicator {
	font-size:11px;
	background-image:url('../../resources/images/default/grid/loading.gif');
	background-repeat: no-repeat;
	background-position: left;
	padding-left:20px;
	margin:10px;
}

.x-tip
{
    background:#005292;
}

.x-tip .x-tip-tc,
.x-tip .x-tip-tl,
.x-tip .x-tip-tr,
.x-tip .x-tip-bc,
.x-tip .x-tip-bl,
.x-tip .x-tip-br,
.x-tip .x-tip-ml,
.x-tip .x-tip-mr
{
    background:Transparent;
}
.x-tip .x-tip-mc{border:0 none;font:normal 11px arial,helvetica,sans-serif;}
.x-tip .x-tip-header-text{font:bold 12px arial,helvetica,sans-serif;padding:0;margin:0 0 3px 0;color:#fff;}
.x-tip .x-tip-body{font:normal 11px arial,helvetica,sans-serif;margin:0!important;line-height:14px;color:#fff;padding:0 0 2px 0;}

.x-tool-close
{
    background:url(../images/popupCloseBtn.gif) no-repeat 0 0;
    width:20px;
    height:20px;
}

.photoAlbumTitle
{
    font-size:14px;
}

.photoAlbumImg
{
    width:100%;
    text-align:center;
    margin:15px 0 15px 0;
}

.photoAlbumImg img
{
    border:solid 5px #6e8c8d;
}

.photoAlbumNav
{
    width:100%;
    text-align:center;
    margin:10px 0 10px 0;
}

.photoAlbumNav img
{
    vertical-align:middle;
    padding:0 5px;
}