/*********************************************************************
   games/bf2_mc/dialog.css for EA.com
   code by Byron Tredwell (byron(AT)blastradius.com)
*********************************************************************/

/****************************
  DIALOG BOX
****************************/
.error{
   font-size: 12px;
   padding: 5px;
   margin: 0px 5px;
   color: #ffffff;
   background: #cc0000;
   }
.sub-dialog{
   display: none;
   }
   
.clan-dialog{
   position: absolute;
   top: 0px;
   left: 0px;
   width: 100%;
   height: 100%;
   z-index: 65000;
   background: #181A0F;
   overflow: hidden;
   display: none;
   }

.clan-dialog .compbody{
   padding: 5px;
   }
 
.clan-dialog .content{
   position: static;
   display: block;
   color: #ffffff;
   background: #7A7964;
   border: 1px solid #A09A78;
   padding: 3px;
   }

.clan-dialog .compwrapper{
   background: #575647;
   }
   
/****************************
  CLAN CREATION
****************************/

#clan-creation form{   
   padding: 5px;
   }
#clan-creation form label{
   cursor: default;
   font-weight: bold;
   display: block;
   color: #9C8C61;
   padding-bottom: 3px;
   }
#clan-creation .input{   
   color: #7A7964;
   border: 1px solid #9C8C61;  
   margin: 0px;
   margin-bottom: 3px;
   background: #ffffff;
   padding: 0px 5px;
   width: 244px;
   height: 17px;
   }
#clan-creation select{
     width: 254px;   
   }
#clan-creation #clan-create-moto{
   width: 254px;
   height: 40px;
   border: 1px solid #9C8C61;
   padding: 0px;
   margin-bottom: 10px;
   }
#clan-creation form .button{   
   float: left;
   }
#clan-creation #btn-create-clan{
   margin-left: 5px;
   }
#clan-creation-promo #clan-create-moto-block{
   padding-top: 5px;
   }
#clan-creation-promo, #clan-creation-hub{
   width: 100%;
   height: 100%;
   }
#clan-creation-promo .compwrapper{
   height: 303px;
   }
#clan-creation-promo #clan-create-name-block{
   padding-top: 5px;
   }
#clan-creation-promo #clan-create-button-block{
   width: 100%;
   height: 30px;
   }
#clan-creation-hub .compwrapper{
   height: 153px;
   }
#clan-creation-hub #clan-create-region-block{
   position: absolute;
   left: 285px;
   top: 33px;
   }
#clan-creation-hub #clan-create-moto{
   height: 38px;
   }
#clan-creation-hub #clan-create-button-block{
   position: absolute;
   left: 285px;
   top: 93px;
   }
#clan-creation-hub #clan-create-error{
   position: absolute;
   left: 280px;
   top: 121px;   
   width: 244px;
   }

/****************************
  CLAN HOME DIALOG
****************************/

#clan-home-dialog .compwrapper{
   padding: 10px;
   width: 333px;
   \width: 353px;
   w\idth: 333px;
   height: 292px;
   \height: 312px;
   he\ight: 292px;
   }
#clan-home-dialog .hdr{
   color: #DED5A6;
   font-size: 12px;
   margin: 5px;
   }
   
#clan-home-dialog .button{   
   float: left;
   margin-top: 5px;
   margin-right: 5px;
   }
   
#clan-home-dialog form{   
   padding: 5px;
   }
   
#clan-home-dialog form label{
   cursor: default;
   font-weight: bold;
   display: block;
   color: #9C8C61;
   padding-bottom: 5px;
   }
#clan-home-dialog form #clan-edit-moto-text{
   width: 244px;
   height: 100px;
   border: 1px solid #9C8C61;
   padding: 0px;
   margin-bottom: 10px;
   }
#clan-edit-members .compwrapper{
   background: #7A7964;

   }
#clan-edit-members-container{
   top: 37px;
   left: 20px;
   width: 317px;
   height: 270px;
   border: 1px solid #3E3D2F;
   background: #575647;
   }
#clan-edit-members-list{
   width: 100%;
   }
#elScrollbar_clan_members{
   top: 37px;
   right: 13px;
   }
   
#edit-member-btns{
   position: absolute;
   top: 310px;
   }
#clan-edit-members-list .hdr{
   padding-bottom: 5px;
   margin-bottom: 5px;
   border-bottom: 1px solid #A09A78;
   }
#clan-edit-members-list .name-block{
   padding-bottom: 10px;
   margin: 0px 5px 10px 5px;
   background: url(../_img/hr_dots_c2.gif) bottom repeat-x;
   }
#clan-edit-members-list .name-block a{
   display: block;
   padding: 3px 15px;
   font-size: 12px;
   background: url(../_img/arrow_dbl_left_sm.gif) 5px 8px no-repeat;
   }
   
#clan-edit-members-list input{
   position: relative;
   top: 2px;
   }
   
#clan-edit-motto label{
   padding-top: 5px;
   }
