/* MAIN STYLES */

body,html {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 0;
    line-height: 18px;
    background-color: #010101;
    color: #525252;
}

form, input, h1, p, img{
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

a{
    color: #7C222E;
    text-decoration: none;
    outline: none;
}

input[type=hidden]{
    display: none !important;
}

textarea{
    margin: 0;
    padding: 0;
}

fieldset{
    border: 0;
    margin: 0;
    padding: 0;
}

/*PAGE STYLES*/
table#struct{
    margin: 0;
    padding: 0;
    border:0;
    width: 100%;
    height: 100%;
    border-collapse: collapse;
}

table#struct td{
    margin: 0;
    padding: 0;
    border:0;
}

table#struct #left{
    background-image: url(../../images/index/bg_left.jpg);
    background-repeat: no-repeat;
    background-position: right 320px;
}

table#struct #right{
    background-image: url(../../images/index/bg_right.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

table#struct #root{
    width: 980px;
}

/*TOP*/
#root #top{
    width: 980px;
    height: 237px;
    background-image: url(../../images/index/bg_top.jpg);
}

/* LOGO*/
#root #top a#logo{
    display: block;
    padding: 65px 0px 0px;
    float: left;
}

#root #top a#logo img{
    display: block;
}

/* END LOGO */

/* USER DATA */

#root #top #userData{
    float: right;
    padding: 25px 50px 0px 0px;
    height: 139px;
}

#userData form#formLogin{
    width: 200px;
}

#userData form#formLogin label{
    display: block;
    float: left;
    font-weight: bold;
    color: #b8b8b8;
    width: 35px;
    height: 18px;
    padding: 1px 5px;
    margin: 0px 0px 6px;
}

#userData form#formLogin input{
    display: block;
    float: right;
    border: 0;
    height: 18px;
    padding: 1px 2px;
    width: 150px;
    margin: 0px 0px 8px;
}

#userData form#formLogin input#loginSubmit{
    padding: 0;
    width: 29px;
    height: 15px;
}

#userData #loggedIn{}

#loggedIn #topLoggedIn{
    background-image: url(../../images/index/bg_loggedIn_top.png);
    background-repeat: no-repeat;
    background-position: left top;
    min-width: 276px;
    _width: 276px;
    height: 12px;
    float: right;
}

#loggedIn #loggedInContent{
    background-color: #D3D3D5;
    padding: 10px 0px 10px 10px;
    height: 87px;
    width: 271px;
    float: right;
}

#loggedInContent #loggedInMinature{
    width: 82px;
    height: 85px;
    position: relative;
    float: left;
}

#loggedInContent #loggedInMinature img{
    width: 82px;
    height: 85px;
    position: relative;
}

#loggedInContent #loggedInMinature #loggedInMinatureOver{
    width: 82px;
    height: 85px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../../images/index/logged_in_miniature_over.png);
}

#loggedInContent #loggedInShortcuts{
    padding: 0px 0px 0px 10px;
    min-width: 179px;
    _width: 179px;
    float: left;
}

#loggedInContent #loggedInShortcuts a{
    color: #535353;
    text-decoration: underline;
    font-weight: bold;
    padding: 0px 5px 0px 0px;
}

#loggedInContent #loggedInShortcuts a#profileLink{
    color: #7C222E;
    float: left;
    text-decoration: underline;
    font-weight: bold;
    padding: 0px 0px 7px;
}

#loggedInContent #loggedInShortcuts a#logoutButton{
    margin: 8px 0px 0px;
    display: block;
    float: right;
    background-image: url(../../images/index/logout_button.gif);
    padding: 0px;
    width: 57px;
    height: 39px;
}

#loggedInContent #loggedInShortcuts ul {
    padding: 10px 0px 0px;
    margin: 0px;
    display: block;
    list-style-type: none;
}

#loggedInContent #loggedInShortcuts ul li {
    display: block;
    float: left;
    padding: 0px 10px 0px 0px;
    font-weight: bold;
}

#loggedInContent #loggedInShortcuts ul li a{
    color: #535353;
    text-decoration: underline;
}

#loggedIn #rightLoggedIn{
    float: right;
    width: 17px;
    height: 107px;
    background-image: url(../../images/index/bg_loggedIn_right.png);
    background-repeat: no-repeat;
    background-position: top left;
}

#loggedIn #bottomLoggedIn{
    float: right;
    width: 297px;
    height: 20px;
    background-image: url(../../images/index/bg_loggedIn_bottom.png);
    background-repeat: no-repeat;
    background-position: top left;
}

/* END USER DATA */

/* TABS */
#root #top #tabs{
    height: 38px;
    padding: 35px 0px 0px 25px;
}

/* LEFT TABS */
#tabs #leftTabs{
    float: left;
}

#leftTabs .tab{
    float: left;
    background-image: url(../../images/index/bg_left_tab.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 100px;
    height: 38px;
    margin: 0px 12px;
    _margin: 0px 8px;
}

#leftTabs a{
	_position: relative;
    _z-index: 100;
}

#rightTabs a{
	_position: relative;
    _z-index: 100;
}

#leftTabs .iskraTab{
    float: left;
    background-image: url(../../images/index/bg_left_tab_nasza.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    width: 112px;
    height: 38px;
    margin: 0px 12px;
}

#leftTabs .mouseoverIskra{
    background-image: url(../../images/index/bg_left_tab_nasza_mouseover.png);
}

#leftTabs .iskraTab .tabText{
    display: block;
    padding: 15px 0px 5px;
    text-align: center;
    color: #e7e6e4;
    font-weight: bold;
    height: 18px;
    width: 112px;
}

#leftTabs .mouseover{
    background-image: url(../../images/index/bg_left_tab_mouseover.png);
}

#leftTabs .current{
    background-image: url(../../images/index/bg_left_tab_current.png);
}

#leftTabs .tab .tabText{
    display: block;
    padding: 15px 0px 5px;
    text-align: center;
    color: #e7e6e4;
    font-weight: bold;
}
/* END LEFT TABS */

/* RIGHT TABS */
#tabs #rightTabs{
    float: right;
}

#rightTabs .tab{
    float: left;
    background-image: url(../../images/index/bg_right_tab.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 29px;
    padding: 9px 0px 0px 10px;
    margin: 0px 0px 0px 24px;
    min-width: 95px;
    _width: 95px;
}


#rightTabs .tab .tabText{
    display: block;
    padding: 9px 10px 2px;
    text-align: center;
    color: #e7e6e4;
    font-weight: bold;
    background-repeat: repeat-x;
    background-position: left bottom;
    white-space: nowrap;
}

#rightTabs .current .tabText{
    background-image: url(../../images/index/bg_right_tab_current.jpg) !important;
}

#rightTabs .tab .mouseover{
    background-image: url(../../images/index/bg_right_tab_current.jpg) !important;
}

#rightTabs .tab .bgBrown{
    background-image: url(../../images/index/bg_right_tab_brown.jpg);
}

#rightTabs .tab .bgGreen{
    background-image: url(../../images/index/bg_right_tab_green.jpg);
}

#rightTabs .tab .bgBlue{
    background-image: url(../../images/index/bg_right_tab_blue.jpg);
}

#rightTabs .tab .bgPurple{
    background-image: url(../../images/index/bg_right_tab_purple.jpg);
}
/* END RIGHT TABS */

/*END TABS */

/*END TOP*/

/*CONTENT*/

#root #content{
    background-color: #d3d3d5;
    background-image: url(../../images/index/bg_content.gif);
    background-repeat: repeat-x;
    background-position: left bottom;
    min-height: 300px;
    padding: 17px;
}

#content .contentBox{
    background-color: #c8c8ca;
    background-image: url(../../images/index/bg_contentBox.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin: 0px 0px 20px;
    width: 648px;
}

#content .contentBox .contentBoxTop{
    background-image: url(../../images/index/bg_contentBox_top.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    width: 648px;
    height: 9px;
}

#content .contentBox .contentBoxInner{
    padding: 1px 10px 10px;
}

/* HEADER */

#content .contentBox .header{
    background-image: url(../../images/index/bg_contentBox_header.jpg);
    background-repeat: repeat-x;
    height: 34px;
    padding: 0px 0px 20px;
    float: left;
}

#content .contentBox .header .beforeHeader{
    float: left;
    background-image: url(../../images/index/bg_contentBox_header_beforeHeader.jpg);
    width: 35px;
    height: 34px;
}

#content .contentBox .header h3{
    float:left;
    background-image: url(../../images/index/bg_contentBox_header_h3.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 7px 35px 7px 0px;
    height: 20px;
    margin: 0;
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}

#content .contentBox .header h3 a{
    color: #fff;
}

/* END HEADER */

/* PROFILE NAVIGATION */

#content .contentBox .profileNavigation{
    background-color: #D3D3D5;
    float: right;
    width: 203px;
    padding: 5px;
    margin: 0px 0px 10px 0px;
}

#content .contentBox .profileNavigation .miniature{
    position: relative;
    width: 48px;
    height: 50px;
    float: left;
}

#content .contentBox .profileNavigation .miniature img{
    position: relative;
    display: block;
    width: 48px;
    height: 50px;
}

#content .contentBox .profileNavigation .miniature .miniatureImageOver {
    width: 48px;
    height: 50px;
    background-image: url(../../images/index/nav_profile_miniature_over.png);
    position: absolute;
    top: 0;
    left: 0;
}

#content .contentBox .profileNavigation .profileLinks{
    font-size: 11px;
    padding: 0px 0px 0px 10px;
    float: left;
    width: 145px;
}

#content .contentBox .profileNavigation .profileLinks a{
    font-weight: bold;
    text-decoration: underline;
    padding: 0px 0px 8px;
}

#content .contentBox .profileNavigation .profileLinks a.gray{
    color: #535353;
    padding: 0px 10px 0px 0px;
}

/* ENDPROFILE NAVIGATION */

#content .contentBox h4 {
    font-size: 14px;
    color: #7c222e;
    margin: 0;
    padding: 15px 0px 4px;
}

#content .contentBox  h4 a{
    color: #7c222e;
}

#content .contentBox h4 span{
    color: #525252;
    font-size: 11px;
    font-weight: normal;
}

#content .contentBox h5 {
    font-size: 11px;
    margin: 0px 10px;
    padding: 7px 0px;
}

#content span.error{
    background-color: #DFDFE1;
    border: 1px solid #CC2222;
    color: #AA2222;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    padding: 10px 20px;
    text-align: center;
    width: 300px;
}

#content span.info{
    background-color: #D9D8D8;
    border: 1px solid #22AA22;
    color: #229922;
    display: block;
    font-weight: bold;
    margin: 10px auto;
    padding: 10px 20px;
    text-align: center;
    width: 300px;
}

#content .contentBox .contentBoxInner em.date{
    background-image: url(../../images/index/bg_contentBox_date.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 57px;
    height: 11px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    line-height: 11px;
    padding: 3px 0px;
    text-align: center;

}

#content .contentBox .contentBoxInner .contentPart{
    background-image: url(../../images/index/bg_contentBox_header_p.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 20px 0px 15px;
}

#content .contentBox .contentBoxInner .contentPart p{
    padding: 0px 0px 10px;
}

#content .contentBox .contentBoxInner .contentPart p img[align=left]{
    padding: 0px 10px 5px 0px;
}

#content .contentBox .contentBoxInner .contentPart p img[align=right]{
    padding: 0px 0px 5px 10px;
}

#content .contentBox .contentBoxInner a.more{
    background-image: url(../../images/index/bg_contentBox_more.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 57px;
    height: 11px;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    font-style: normal;
    line-height: 11px;
    padding: 3px 30px 9px 0px;
    text-align: center;
    text-decoration: none;
}

/* SMALL BAR */

.smallBarArea{
    padding: 0px 0px 10px;
}

.smallBarArea .barTitle{
    height: 12px;
    line-height: 12px;
    float: right;
    background-image: url(../../images/index/bg_smallBarTop_left.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color: #b0b0b2;
    margin: 0px 30px;
}

.smallBarArea .barTitle .barTitleContent{
    font-size: 10px;
    line-height: 12px;
    background-image: url(../../images/index/bg_smallBarTop_right.gif);
    background-repeat: no-repeat;
    background-position: right top;
    padding: 0px 9px;
    color: #d3d3d4;
}

.smallBarArea .contentArea{
    clear: both;
    width: 628px;
    background-image: url(../../images/index/bg_smallBar.jpg);
    background-repeat: repeat-y;
    background-position: left top;
}

.smallBarArea .contentArea .contentAreaTop{
    background-image: url(../../images/index/bg_smallBarTop.jpg);
    background-repeat: no-repeat;
    background-position: left top;
    height: 9px;
    margin: 0;
    padding: 0;
    line-height: 0px;
}


.smallBarArea .contentArea .content{
    background-image: url(../../images/index/bg_smallBarBottom.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0px 20px 9px;
}

.smallBarArea .contentArea .content span.colapsed{
    line-height: 12px;
    display: block;
    cursor: pointer;
}

/* END SMALL BAR */

/* COMMERCIAL BOX */

#content .commercialBox{
    margin: 0px 0px 20px;
    width: 280px;
}

#content .commercialBox a{
    display: block;
    width: 280px;
    padding: 0px 0px 15px;
}

#content .commercialBox a img{
    display: block;
}

/* END COMMERCIAL BOX */

/* KONTAKT */

#content #kontakt{}

#kontakt ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#kontakt ul li {
    display: block;
    float: left;
    margin: 0;
    width: 169px;
    min-height: 90px;
    _height: 90px;
    padding: 10px 20px;
}

/* END KONTAKT */

/* POLITYKA PRYWATNOSCI */

#content #politykaPrywatnosci{}

/* END POLITYKA PRYWATNOŚCI */

/* NEWS */

#content #news{}

#news em.date{
    margin: 0px 10px;
}

#news p{
    margin: 0px 10px;
}

/* END NEWS*/

/* HISTORIA TURNIEJI */

#struct table#tournaments {
    margin: 10px 0px 20px;
}

table#tournaments td.first, table#tournaments th.first{
    width: 150px;
}

/* END HISTORIA TURNIEJI */

/* COMMENTS */
#content #comments{
    padding: 15px 0px 0px;
}

#comments h4{
    display: block;
    color: #535252 !important;
    font-size: 12px !important;
    padding: 0px 15px 4px !important;
    font-weight: bold;
}

/* COMMENTS CONTENT */

#comments #commentsContent{
    min-height: 175px;
    _height: 175px;
}

#commentsContent .commentArea {
    background-image: url(../../images/index/bg_commentTopLeft.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #d9d8d8;
    border: 1px solid #C8C8CA;
    margin: 5px 0px;
}

#commentsContent .commentArea .commentAreaTopRight {
    background-image: url(../../images/index/bg_commentTopRight.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft {
    background-image: url(../../images/index/bg_commentBottomLeft.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent{
    background-image: url(../../images/index/bg_commentBottomRight.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 12px;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentImage{
    float: left;
    width: 50px;
    height: 52px;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentImage img{
    display: block;
    position: absolute;
    z-index: 1;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentImage .commentImageOver{
    position: relative;
    top: 0;
    left: 0;
    width: 50px;
    height: 52px;
    background-image: url(../../images/index/comment_image_over.png);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 10;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentContent{
    float:left;
    padding: 0px 20px;
    width: 510px;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentContent .commentHeader{
    padding: 0px 0px 10px;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentContent .commentHeader a{
    text-decoration: underline;
    font-weight: bold;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentContent .commentHeader span {
    color: #7C222E;
    font-weight: bold;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentContent p{
    margin: 0;
    line-height: 15px;
    font-size: 10px;
}

#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentContent a.removeLink,
#commentsContent .commentArea .commentAreaTopRight .commentAreaBottomLeft .commentAreaContent .commentContent a.moderateLink {
    display: block;
    float: right;
    padding: 0px 0px 0px 10px;
}
/* END COMMENTS CONTENT */

/* FORM */

.Form{
}

.Form .error{
    border: 1px solid #cc2222;
}

.Form span.error{
    color: #AA2222;
    background-color: #D9D8D8;
    display: block;
    padding: 10px 20px;
    margin: 0px auto 20px;
    width: 300px;
    text-align: center;
    font-weight: bold;
}

.Form span.message{
    color: #229922;
    background-color: #D9D8D8;
    border: 1px solid #22AA22;
    display: block;
    padding: 10px 20px;
    margin: 0px auto 20px;
    width: 300px;
    text-align: center;
    font-weight: bold;
}

.Form label{
    display: block;
}

.Form input{
    display: block;
    padding: 1px 2px;
    margin: 0px 0px 8px;
    border: 1px solid #fff;
}

.Form textarea{
    display: block;
    padding: 1px 2px;
    border: 1px solid #fff;
    margin: 0px 0px 8px;
    overflow: auto;
}

.Form input.Submit{
    height: 15px !important;
    padding: 0;
    width: 29px !important;
    float: right;
    border: 0;
    margin: 8px 6px !important;
}

/* END FORM */


/* COMMENTS FROM */

#comments #commentForm{
    padding: 15px 30px;
}

#commentForm .error{
    border: 1px solid #cc2222;
}

#commentForm span.error{
    color: #AA2222;
    background-color: #DFDFE1;
    font-weight: bold;
    display: block;
    padding: 10px 20px;
    margin: 0px auto 20px;
    width: 300px;
    text-align: center;
}

#commentForm label{
    display: block;
    float: left;
    width: 70px;
}

#commentForm input{
    display: block;
    float: right;
    width: 445px;
    padding: 1px 2px;
    margin: 0px 0px 8px;
    border: 1px solid #fff;
}

#commentForm textarea{
    display: block;
    float: right;
    width: 445px;
    height: 60px;
    padding: 1px 2px;
    border: 1px solid #fff;
    margin: 0px 0px 8px;
    overflow: auto;
}

#commentForm input#commentSubmit{
    height: 15px;
    padding: 0;
    width: 29px;
    border: 0;
    margin: 0;
}

#comments #commentBar {
    padding: 0px 0px 10px;
}

/* END COMMENTS FROM */

/* END COMMENTS */

/* PASSWORD CHANGE */

#passwordForm {
    padding: 15px 30px;
}

#passwordForm input{
    width: 440px;
    float: right;
}

#passwordForm label{
    float: left;
}

#passwordForm input#passwordSubmit{
    width: 29px;
    height: 15px;
    border: 0;
    margin: 0;
    padding: 0;
    float: right;
}

/* END PASSWORD CHANGE */

/* TABS */

.tabArea{}

.tabArea .tab{
    margin: 0px 20px 0px 0px;
    cursor: pointer;
    background-image: url(../../images/index/bg_tabArea_tab_left.gif);
    background-color: #a1a1a3;
}

.tabArea .tab .barTitleContent{
    background-image: url(../../images/index/bg_tabArea_tab_right.gif);
}

.tabArea .current{
    background-image: url(../../images/index/bg_smallBarTop_left.gif);
    font-weight: bold;
    background-color: #B0B0B2;
}

.tabArea .current .barTitleContent{
    background-image: url(../../images/index/bg_smallBarTop_right.gif);
}

/* END TABS */

/* MESSAGES */

#messageForm{
    padding: 15px 30px;
}

#messageForm input{
    width: 420px;
    float: right;
}

#messageForm textarea{
    width: 420px;
    height: 80px;
    float: right;
}
#messageForm label{
    float: left;
}

#messageForm #recipientName{
    display: block;
    float: right;
    width: 420px;
    padding: 1px 2px;
    margin: 0px 0px 8px;
}

#messageForm input#messageSubmit{
    width: 29px;
    height: 15px;
    border: 0;
    margin: 0;
    padding: 0;
    float: right;
    background-image: url(../../images/index/login_submit.gif);
    text-indent: -10000px;
    font-size: 0px;

}

.messagesTable{
    padding: 0px 10px 0px 0px;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 200px;
}

.messagesTable table.contentTable{
    margin: 0px !important;
    width: 562px !important;
}

table.contentTable td.first, table.contentTable th{
    text-align: center;
    white-space: nowrap;
}

table.contentTable td.first, table.contentTable th.first{
    width: 120px;
}

table.contentTable td.last, table.contentTable th.last{
    width: 45px;
}

#struct table.contentTable td.subject{
    text-align: left;
}

#struct table.contentTable td.subject a{
    color: #535353;
}

#struct table.contentTable tr.unreaded td.subject a{
    color: #7C222E;
    font-weight: bold;
}

.singleMessage{
    padding: 10px 0px;
}

.singleMessage span.error{
    display: block;
    margin: 0 auto 20px;
    padding: 10px 20px;
    text-align: center;
    width: 300px;
    background-color: #F2BCA8;
    border: 1px solid #A0A0A0;
}

.singleMessage span.message{
    color: #229922;
    background-color: #D9D8D8;
    border: 1px solid #22AA22;
    display: block;
    padding: 10px 20px;
    margin: 0px auto 20px;
    width: 300px;
    text-align: center;
    font-weight: bold;
}


.messageArea {
    background-image: url(../../images/index/bg_messageTopLeft.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #bcbcbe;
    border: 1px solid #cdcdcd;
    margin: 5px 0px;
}

.messageArea .messageAreaTopRight{
    background-image: url(../../images/index/bg_messageTopRight.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft{
    background-image: url(../../images/index/bg_messageBottomLeft.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft .messageAreaContent{
    background-image: url(../../images/index/bg_messageBottomRight.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 12px;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft .messageAreaContent .messageImage{
    float: left;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft .messageAreaContent .messageContent{
    padding: 0px 0px 0px 20px;
    float: left;
    width: 472px;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft .messageAreaContent .messageContent .messageHeader{
    padding: 0px 0px 5px;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft .messageAreaContent .messageContent .messageHeader .messagePerson{
    display: block;
    float: left;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft .messageAreaContent .messageContent .messageHeader .messageDate{
    display: block;
    float: left;
    padding: 0px 30px;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft .messageAreaContent .messageContent .messageHeader .responseLink{
    display: block;
    float: left;
    text-decoration: underline;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft .messageAreaContent .messageContent .messageContentInner{
    background-color: #cfcfd1;
    font-size: 11px;
    padding: 5px 10px;
}

.messageArea .messageAreaTopRight .messageAreaBottomLeft .messageAreaContent .messageContent .messageContentInner p{
    display: block;
    padding: 10px 0px;
}

/* END MESSAGES */

/* NEW TOPIC FORM */
#newtopicForm {
    padding: 15px 30px;
}

#newtopicForm label{
    float: left;
    width: 70px;
}

#newtopicForm input{
    float: right;
    width: 445px;
}

#newtopicForm textarea{
    float: right;
    width:  445px;
}

#newtopicForm input[type=checkbox]{
    border: 0px;
    float: left;
    width: 12px;
    height: 12px;
    margin: 3px 7px 0px;
}

#newtopicForm input#newtopicSubmit{
    border: 0;
    width: 29px;
    height: 15px;
}

/* END NEW TOPIC FORM */

/* FORUM */

.divisionTable{
    margin: 10px 0px !important;
}

.divisionTable .ico{
    width: 25px !important;
}

.divisionTable .subject{
    text-align: left !important;
}

.divisionTable .posts{
    width: 25px;
}

.divisionTable .lastPost{
    width: 85px !important;
}

/* POSTS */

#content #posts{
    padding: 0px;
}

#posts h4{
    display: block;
    color: #535252 !important;
    font-size: 12px !important;
    padding: 0px 15px 4px !important;
    font-weight: bold;
}

/* POPST CONTENT */

#posts #postsContent{
    min-height: 175px;
    _height: 175px;
}

#postsContent  .postArea {
    clear: both;
    background-image: url(../../images/index/bg_commentTopLeft.gif);
    background-position: left top;
    background-repeat: no-repeat;
    background-color: #d9d8d8;
    border: 1px solid #C8C8CA;
    margin: 5px 0px;
}

#postsContent .topicPager{
    padding: 5px 10px;
    float: right;
}

#postsContent .topicPager span {
    display: block;
    float: left;
    padding: 2px 5px;
}


#postsContent .topicPager a{
    float: left;
    display: block;
    padding: 2px;
}

#postsContent .topicPager a.reply{
    padding: 0px;
    width: 61px;
    height: 17px;
    background-image: url(../../images/index/button_odpowiedz.gif);
    margin: 4px 30px 0px;
    text-indent: -10000px;
}

#postsContent .topicPager .current{
    text-decoration: none;
    font-weight: bold;
}

#postsContent  .postArea .postAreaTopRight {
    background-image: url(../../images/index/bg_commentTopRight.gif);
    background-position: right top;
    background-repeat: no-repeat;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft {
    background-image: url(../../images/index/bg_commentBottomLeft.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent{
    background-image: url(../../images/index/bg_commentBottomRight.gif);
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 12px;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentImage{
    float: left;
    width: 50px;
    height: 52px;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentImage img{
    display: block;
    position: absolute;
    z-index: 1;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentImage .commentImageOver{
    position: relative;
    top: 0;
    left: 0;
    width: 50px;
    height: 52px;
    background-image: url(../../images/index/comment_image_over.png);
    background-repeat: no-repeat;
    background-position: top left;
    z-index: 10;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentContent{
    float:left;
    padding: 0px 20px;
    width: 510px;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentContent .commentHeader{
    padding: 0px 0px 10px;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentContent .commentHeader a{
    text-decoration: underline;
    font-weight: bold;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentContent .commentHeader span {
    color: #7C222E;
    font-weight: bold;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentContent p{
    margin: 0;
    line-height: 15px;
    font-size: 10px;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentContent a.moderateLink,
#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentContent a.removeLink{
    display: block;
    float: right;
    padding: 0px 0px 0px 10px;
}

#postsContent  .postArea .postAreaTopRight .postAreaBottomLeft .postAreaContent .commentContent p.signature{
    margin: 15px 0px 0px;
    padding: 5px;
    border-top: 1px solid #B0B0B2;
}

/* POST FORM */

#posts #postForm{
    clear: both;
    padding: 10px 0px;
}

#posts #newpostForm {
    padding: 15px 30px;
}

#posts #newpostForm label {
    float: left;
    width: 70px;
}

#posts #newpostForm input {
    width: 445px;
    float: right;
}

#posts #newpostForm input#newpostSubmit{
    border: 0;
    height: 15px;
    width: 29px;
    margin: 0;
    padding: 0;
}

#posts #newpostForm textarea {
    float: right;
    width: 445px;
}

/* END POST FORM */

/* END POSTS */

/* END FORUM */


/* FRIENDS */

.friendsMessage .message{
    color: #229922;
    background-color: #D9D8D8;
    border: 1px solid #22AA22;
    display: block;
    padding: 10px 20px;
    margin: 20px auto;
    width: 300px;
    text-align: center;
    font-weight: bold;
}

.friendsMessage .error{
    color: #AA2222;
    background-color: #D9D8D8;
    border: 1px solid #AA2222;
    display: block;
    padding: 10px 20px;
    margin: 20px auto;
    width: 300px;
    text-align: center;
    font-weight: bold;
}

.friendsScroll{
    height: 300px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0 10px 0 0;
    margin: 20px 0px;
}

.friend{
    width: 110px;
    float: left;
    padding: 0px 15px 10px;
}

.friend .friendImage{
    position: relative;
    width: 110px;
    height: 114px;
}

.friend .friendImage img{
    position: absolute;
    width: 110px;
    height: 114px;
}

.friend .friendImageOver{
    position: relative;
    top: 0px;
    left: 0px;
    width: 110px;
    height: 114px;
    background-image: url(../../images/index/friend_miniature_over.png);
    background-repeat: no-repeat;
    background-position: left top;
}

.friend .friendData{
    padding: 5px 5px;
}

.friend .friendData a.submit{
    display: block;
    float: left;
    background-image: url(../../images/index/bg_message_submit.gif);
    margin: 2px 3px 0px 0px;
    text-indent: -1000px;
    width: 16px;
    height: 11px;
}

.friend .friendData .friendProfile{
    display: block;
    float: left;
    text-align: center;
    width: 67px;
    line-height: 15px;
}

.friend .friendData img.removeFriend{
    display: block;
    float: right;
    padding: 3px 0px 0px 3px;
    cursor: pointer;
}

/* END FRIENDS */

/* SEARCH FORM */

.searchForm{
    
}

.searchForm .error{
    display: block;
    margin: 20px auto;
    padding: 10px 20px;
    text-align: center;
    width: 300px;
    background-color: #DFDFE1;
    font-weight: bold;
    color: #AA2222;
    border: 1px solid #CC2222;
}

/* END SEARCH FORM */

/* CONTENT TABLE */

#struct table.contentTable{
    width: 100%;
    margin: 20px 0px;
    background-color: #bcbcbd;
    border-collapse: collapse;
    border: 0 none;
    
}

#struct table.contentTable th{
    background-color: #b1b1b2;
    height: 34px;
}

#struct table.contentTable th.first{
    background-image: url(../../images/index/bg_th_first.jpg);
    background-repeat: no-repeat;
    background-position: left top;
}

#struct table.contentTable th.last{
    background-image: url(../../images/index/bg_th_last.jpg);
    background-repeat: no-repeat;
    background-position: right top;
}

#struct table.contentTable td{
    text-align: center;
    padding: 5px 10px;
    min-height: 34px;
    _height: 34px;
    border-bottom: 2px solid #b1b1b2;
    border-left: 2px solid #b1b1b2;
}

#struct table.contentTable td img{
    display: block;
    margin: auto;
}

#struct table.contentTable td.first{
    border-left: 0;
}

#struct table.contentTable tr.last{
}

#struct table.contentTable tr.last td{
    border-bottom: 0;
}

#struct table.contentTable tr.last td.first{
    background-image: url(../../images/index/bg_tr_last_td_first.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 5px 10px 10px;
}

#struct table.contentTable tr.last td.last{
    background-image: url(../../images/index/bg_tr_last_td_last.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 5px 10px 10px;
}

/* END CONTENT TABLE */

/* TANCERZE SEARCH */

#content #search{
    padding: 0px 0px 20px;
}

#search input{
    display: block;
    height: 18px;
    margin: auto;
    padding: 1px 2px;
    border: 0;
    width: 570px;
}

#searchTancerzeResults{
    
}

/* END TANCERZE SEARCH */

#searchTrenerzyResults{

}

#searchTrenerzyResults .first{
    min-width: 120px;
    _width: 120px;
}

#searchTrenerzyResults a{
    white-space: nowrap;
}

/* TRENERZY SEARCH */

/* END TRENERZY SEARCH */


/* PROFILE */
#content .profileImage{
    float: left;
    width: 191px;
    height: 198px;
}

.profileImage img{
    display: block;
    position: absolute;
    z-index: 1;
}

.profileImage .profileImageOver{
    position: relative;
    background-image: url(../../images/index/profile_image_over.png);
    background-position: left top;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    width: 191px;
    height: 198px;
    z-index: 10;
}

#content .profileData{
    float: left;
    padding: 0px 20px;
}

.profileData table#profile{
    width: 270px;
}

.profileData table#profile tr{
    background-image: url(../../images/index/bg_profile_tr.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;

}

.profileData table#profile th{
    font-weight: normal;
    text-align: left;
    padding: 2px 5px;
    width: 100px;
    vertical-align: middle;
}

.profileData table#profile td{
    padding: 2px 5px;
    font-weight: bold;
    vertical-align: middle;
}

#content .profilePoints{
    float: right;
    padding: 0px 10px;
    width: 107px;
}

.profilePoints h5{
    font-size: 11px !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 !important;
}

.profilePoints .points{
    background-image: url(../../images/index/bg_points.jpg);
    background-repeat: no-repeat;
    font-size: 17px;
    font-weight: bold;
    color: #7C222E;
    padding: 11px;
    width: 85px;
    height: 30px;
    text-align: center;
}

/* END PROFILE */

/* PROFILE EDIT */
#miniature img {
    display: block;
    float: left;
}

#miniature form#changeMiniature {
    display: block;
    width: 242px;
}


#miniature form#changeMiniature input[type=file]{
    opacity: 0;
    filter: alpha(opacity=0);
    zoom: 1;
    margin: 15px 0px;
    position: relative;
    left: -100px;
    top: 0px;
    cursor: pointer;
}

#miniature .info{
    float: right;
    width: 380px;
}

#miniature .button{
    border: 0;
    display: block;
    position: absolute;
    margin: 15px 0px;
    background-color: #8a2633;
    background-image: url(../../images/index/login_submit.gif);
    background-repeat: no-repeat;
    background-position: right 3px;
    padding: 2px 29px 2px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 15px;
    width: 95px;
}

#signature{}

#signature #signatureForm{
    display: none;
}

#signature #signatureForm input{
    width: 570px;
    margin: auto;
}

#description{}

#description #descriptionForm{
    display: none;
}

#description #descriptionForm textarea{
    width: 570px;
    height: 100px;
    margin: auto;
    overflow: auto;
}

#sex{
}

#sex #sexForm{
    display: none;
}

#sex #sexForm form{
    float: left;
    width: 191px;
}

#sex #sexForm form fieldset{
    float: left;
}

#sex #sexForm form div{
    padding: 20px 15px 0px;
    float: right;
}

#sex #sexForm .info{
    float: right;
    width: 380px;
}

#sex #sexForm input{
    float: left;
    width: 12px;
    height: 18px;
    padding: 1px;
    margin: 0px 10px;
    border: 0px;
}

#sex #sexForm input.Submit{
    float: right;
    margin: 0 !important;
}


#sex #sexForm label{
    display: block;
    float: left;
    margin: 0px 10px;
}

/* END PROFILE EDIT */

/* GALERY */

#largeAlbum{
    width: 612px;
    height: 267px;
    margin: 0px 5px 0px;
}

#largeAlbum .public{
    height: 267px;
    background-image: url(../../images/index/bg_largeAlbum_public.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#largeAlbum .private{
    height: 267px;
    background-image: url(../../images/index/bg_largeAlbum_private.jpg);
    background-repeat: no-repeat;
    position: relative;
}

#largeAlbum .topAlbum{
    height: 18px;
    padding: 17px;
}

#largeAlbum .topAlbum a{
    float: right;
    padding: 0px 10px
}

#largeAlbum .miniatures{
    padding: 30px 0px 0px 39px;
    width: 270px;
    float: left;
}

#largeAlbum .miniatures img{
    padding: 7px 5px;
    display: block;
    float: left;
}

#largeAlbum a#picturesLink{
    display: block;
    position: absolute;
    z-index: 100;
    left: 0px;
    top: 0px;
    width: 300px;
    height: 200px;
    margin: 50px 0px 0px 24px;
    line-height: 200px;
    text-indent: -1000px;
}

#largeAlbum .content{
    width: 250px;
    height: 180px;
    padding: 10px 20px;
    float: right;
}

#largeAlbum .content h3{
    color: #7C222E;
    font-size: 12px;
    padding: 10px 0px;
    margin: 0px;
}

#largeAlbum .Form{
    float: right;
}

#largeAlbum .Form input{
    width: 244px;
}

#largeAlbum .Form textarea{
    height: 80px;
    width: 244px;
}

#largeAlbum .Form .privateCheckbox{
    display: block;
    line-height: 12px;
    float: left;
}

#largeAlbum .Form input.publicCheckBox{
    float: left;
    border: none;
    height: 12px;
    margin: 0px 7px 0px 0px;
    width: 12px;
}

#largeAlbum .Form input.Submit{
    width: 29px;
    height: 15px;
    float: right;
    border: 0;
    padding: 0px;
    margin: 0px !important;
}

#largeAlbum #newPictureForm textarea {
    height: 50px;
}

#largePicture{
    background-image: url(../../images/index/bg_largePicture.jpg);
    background-repeat: no-repeat;
    background-position: right 45px;
    width: 612px;
    height: 267px;
    margin: 0px 5px 0px;
}

#largePicture .topPicture{
    height: 18px;
    padding: 10px 0px;
}

#largePicture .topPicture a{
    display: block;
    float: right;
    padding: 0px 10px;
}

#largePicture .picture{
    float: left;
    width: 310px;
    height: 210px;
}

#largePicture .picture a.picturePreview{
    position: relative;
    display: block;
}

#largePicture .picture a.picturePreview img{
    width: 310px;
    height: 210px;
    display: block;
}

#largePicture .picture a.picturePreview .pictureImageOver{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 310px;
    height: 210px;
    background-image: url(../../images/index/picture_image_over.png);
}

#largePicture .content{
    width: 250px;
    height: 180px;
    padding: 10px 20px;
    float: right;
}

#largePicture .content h3{
    color: #7C222E;
    font-size: 12px;
    padding: 10px 0px;
    margin: 0px;
}

#largePicture .content input{
    width: 244px;
}

#largePicture .content input.Submit{
    margin: 0px !important;
}

#largePicture .content textarea{
    width: 244px;
}


#albums .barTitle{
    display: none;
}

#albums .contentArea .contentAreaTop{
    height: 4px;
}

#albums .contentArea .content{
    padding: 0px 13px 4px;
}


#pictures .barTitle{
    display: none;
}

#pictures .contentArea .contentAreaTop{
    height: 4px;
}

#pictures .contentArea .content{
    padding: 0px 13px 4px;
}

.galleryPreview{
    height: 81px
}

.galleryPreview a.prev{
    height: 81px;
    text-indent: -10000px;
    width: 20px;
    float: left;
    background-image: url(../../images/index/gallery_prev.jpg);
}

.galleryPreview a.next{
    height: 81px;
    text-indent: -10000px;
    width: 20px;
    float: right;
    background-image: url(../../images/index/gallery_next.jpg);
}

.galleryPreview .previewArea{
    width: 522px;
    padding: 0px 20px;
    float: left;
}

.galleryPreview ul.albumsPreview{
    padding: 0px;
    display: block;
    float: left;
    height: 81px;
    margin: 0px;
    list-style-type: none;
    overflow: hidden;
}

.galleryPreview ul.albumsPreview li{
    position: relative;
    display: block;
    float: left;   
    height: 15px;
    line-height: 15px;
    margin: 0px;
    width: 85px;
    height: 75px;
    padding: 0px 1px 0px;
    background-position: left top;
    background-repeat: no-repeat;
}

.galleryPreview ul.albumsPreview li.public{
    background-image: url(../../images/index/bg_li_public.jpg);
}

.galleryPreview ul.albumsPreview li.private{
    background-image: url(../../images/index/bg_li_private.jpg);
}

.galleryPreview ul.albumsPreview li.publicCurrent{
    background-image: url(../../images/index/bg_li_publicCurrent.jpg);
}

.galleryPreview ul.albumsPreview li.privateCurrent {
   background-image: url(../../images/index/bg_li_privateCurrent.jpg);
}

.galleryPreview ul.albumsPreview li a{
    position: absolute;
    top: 0px;
    left: 0px;
    display: block;
    line-height: 15px;
    margin: 0px;
    width: 85px;
    height: 15px;
    padding: 60px 0px 0px;
    color: #525252;
    text-align: center;
}

.galleryPreview ul.albumsPreview li img{
    padding: 5px 0px 0px;
    display: block;
    margin: auto;
    position: relative;
}

.galleryPreview ul.albumsPreview li img.overAlbum{
    padding: 21px 6px 0px 0px;
}

.galleryPreview ul.albumsPreview li a.removeLink{
    background-image: url(../../images/index/delete_message.gif);
    background-repeat: no-repeat;
    width: 10px;
    height: 9px;
    left: 62px;
    top: 18px;
    padding: 0px;
    text-indent: -1000px;
}

.galleryPreview ul.albumsPreview li a.removePicture{
    left: 71px;
    top: 5px;
}

.galleryPreview ul.albumsPreview li.current{
    background-image: url(../../images/index/bg_current_picture.jpg);
    background-position: -4px -6px;
}

/* END GALERY */

/*END CONTENT*/


/*FOOTER*/
#root #footer{
    background-color: #aa9f81;
    background-image: url(../../images/index/bg_footer.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 25px;
    padding: 10px 55px 170px;
    color: #fff;
    font-weight: bold;
}

#root #footer a{
    color: #fff;
    text-decoration: none;
}

#footer ul{
    margin: 0;
    padding: 0;
    display: block;
}

#footer ul li{
    display: inline;
}

#footer #vertLogo{
    display: block;
    float: right;
    padding: 1px 0px 0px 20px;
}

#footer #vertLogo img{
    display: block;
}

/*END FOOTER*/

/* POPUP STYLES */

#popup{}

#popup #popupBox{
    width: 350px;
    padding: 10px;
    background-color: #B1B1B2;
}

#popup #popupBox .header{
    padding: 0px 0px 10px;
    border-bottom: 1px solid #7C222E;
    line-height: 12px;
}

#popup #popupBox .header .close{
    float: right;
    width: 10px;
    height: 9px;
    margin: 2px 5px 1px;
    background-image: url(../../images/index/delete_message.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

#popup #popupBox .header h3{
    float: left;
    font-size: 12px;
    margin: 0px 5px;
}

#popup #popupBox .content{
    clear: both;
    padding: 10px 5px 0px;
    min-height: 128px;
    _height: 128px;
}

#popup #popupBox .content .preloader{
    width: 128px;
    height: 128px;
    background-image: url(../../images/index/preloader.gif);
    margin: auto;
}

/* END POPUP STYLES */

/* POST STYLES */

#post{}

#post #postBox{
    width: 350px;
    padding: 10px;
    background-color: #B1B1B2;
}

#post #postBox .header{
    padding: 0px 0px 10px;
    border-bottom: 1px solid #7C222E;
    line-height: 12px;
}

#post #postBox .header .close{
    float: right;
    width: 10px;
    height: 9px;
    margin: 2px 5px 1px;
    background-image: url(../../images/index/delete_message.gif);
    background-repeat: no-repeat;
    cursor: pointer;
}

#post #postBox .header h3{
    float: left;
    font-size: 12px;
    margin: 0px 5px;
}

#post #postBox .content{
    clear: both;
    padding: 10px 5px 0px;
    min-height: 128px;
    _height: 128px;
}

#post #postBox .content .preloader{
    width: 128px;
    height: 128px;
    background-image: url(../../images/index/preloader.gif);
    margin: auto;
}

/* END POST STYLES */


/* MODERATE STYLES */

.moderatorContent{}

.moderatorContent span.info {
    color: #229922;
    display: block;
    margin: 0 auto 20px;
    padding: 10px 20px;
    text-align: center;
    width: 300px;
    background-color: #D9D8D8;
    border: 1px solid #229922;
    font-weight: bold;
}

.moderatorContent span.error {
    background-color: #D9D8D8;
    border: 1px solid #AA2222;
    display: none;
    margin: 0 auto 10px;
    padding: 10px 20px;
    text-align: center;
    width: 260px;
    color: #AA2222;
    font-weight: bold;
}

.moderateItem{}

.moderateForm{
    padding: 10px 0px 0px;
}

.moderateForm #moderateText{
    display: block;
    border: 1px solid #FFFFFF;
    padding: 1px 2px;
    width: 334px;
    height: 40px;
    margin: 0px 0px 8px;
}

/* END MODERATE STYLES */

/* CONFIRM MODAL BOX */

.glass{
    z-index: 1000;
    background-image: url(../../images/index/bg_glass.gif);
}

#glass{
    z-index: 1000;
    background-image: url(../../images/index/bg_glass.gif);
}

#confirmBox{
    width: 350px;
    padding: 10px;
    background-color: #B1B1B2;
}

#confirmBox h3{
    margin: 0px;
    padding: 0px 0px 5px;
    font-size: 12px;
    border-bottom: 1px solid #7C222E;
}

#confirmBox p{
    padding: 10px 10px 30px;
    text-align: center;
}

#confirmBox #confirm{
    font-weight: bold;
    background-color: #C8C8CA;
    margin: 5px 10px;
    padding: 2px 10px;
    border: 1px solid #818182;
    float: right;
    cursor: pointer;
}

#confirmBox #reject{
    font-weight: bold;
    background-color: #C8C8CA;
    margin: 5px 10px;
    padding: 2px 10px;
    border: 1px solid #818182;
    float: right;
    cursor: pointer;
}

/* END CONFIRM MODAL BOX */

/*UNWERSAL CLASSES*/

.normal{
    font-weight: normal;
}

.bold{
    font-weight: bold;
}

.white{
    color: #ffffff;
}

.deepRed{
    color: #7C222E;
}

.block{
    display: block;
}

.none{
    display: none;
}

.underline{
    text-decoration: underline;
}

.center{
    text-align: center;
}

.small{
    font-size: 10px;
}

.nowarp{
    white-space: nowrap;
}

.clearBoth{
    clear: both;
    line-height: 0px !important;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 0px !important;
    height: 1em;
}

.floatLeft{
    float: left;
}

.clearLeft{
    clear: left;
}

.floatRight{
    float: right;
}

.clearRight{
    float: right;
}

.hide{
    display: none;
}

.border{
    border:1px solid red;
}