.me_widsnjx {
margin:0 auto;
position:relative;
}
#me_poxupih {
color:#ccc;
font-size:11px;
left:0;
position:absolute;
top:0;
width:880px;
z-index:1001;
}
.me_poxupih1 {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#EFEFEF none repeat scroll 0 0;
margin:0 10px;
overflow:hidden;
padding:0;
}
#me_poxupih a {
position:relative;
z-index:10;
}
a.me_close {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:transparent url(../images/icons/close.png) no-repeat scroll 100% 0;
display:block;
float:right;
height:16px;
position:relative;
width:16px;
z-index:101;
}
a.me_close:hover {
background-position:0px 1px;
cursor:pointer;
}

table.corps { background-color:#000000;width:100%;height:100%;}

.mainx h1, .mainx h2 {
color: #FFCC00;
font-weight: bold;
text-align:center;
}

.mainx a {
color: #FFCC00;
}

.mainx p {
font-size: 11px;
color: #ccc;
font-weight: normal;
}

.mainx textarea {
width:250px;
}

td.mainx {
background-color:#000000;
background-image:url(../images/icons/bg_table.gif); background-position:bottom; background-repeat:no-repeat;
}

.mainc td.menu_left { width:28px; background-image:url(../images/icons/bar_menu_l.gif); background-repeat:no-repeat;}
.mainc td.menu_right { width:28px; background-image:url(../images/icons/bar_menu_r.gif); background-repeat:no-repeat;}
.mainc td.menu_centre {
width:784px; height:28px;
background-image:url(../images/icons/bar_menu.gif); background-repeat:repeat-x;
font-family:Verdana, Arial, sans-serif;
font-size:11px;
color:#ccc;
font-weight:bold;
text-align:center;
padding-left:10px;
padding-right:10px;
padding-top:0px;
padding-bottom:1px;
}

.mainx .me_step2 {
margin-left:15px;
}

#logotopleft a img {
    opacity:0.3; -moz-opacity:0.3; filter:alpha(opacity=40);
    border: 0;
}

#logotopleft a:hover img {
    opacity:1.0; -moz-opacity:1.0; filter:alpha(opacity=100);
    border: 0;
}

div.box_button {
    height: 209px;
    width: 28px;
    text-align: center;
    vertical-align: middle;
    float:right;
    cursor:help;
}
div.box_main {
    height: auto;
    background-color: #EEE;
    float: left;
    border-top-width: thin;
    border-right-width: thin;
    border-left-width: thin;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #4D4D4D;
    border-right-color: #4D4D4D;
    border-left-color: #4D4D4D;
}
div.box_wrap {
    width: auto;
    float:right;
    clear: both;
    height: auto;
    position: absolute;
    right: 1px;
    top: 100px;
}
div.content {
    padding: 10px;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

ul#menu, ul#menu ul {
    list-style-type:none;
    margin: 0;
    padding: 0;
    width: 15em;
    width: 300px;
}

ul#menu a {
    display: block;
    text-decoration: none;
}
#menu li a img {
    margin-right: 5px;
}

ul#menu li {
    width: 300px;
}

ul#menu li a {
    color: #333;
    background-color: #eeeeee;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #333;
    font-size: 16px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}

ul#menu li a span {
    font-size: 22px;
    font-weight: bold;
}

.pagination {
    display: inline-block;
    font-family: "Tahoma", Arial, sans-serif;
    font-size: 10px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
}

.pagination .dots {
    bottom: -6px;
    color: #606060;
    position: relative;
}

.pagination a, .pagination .dots {
    display: inline-block;
    margin-right: 2px;
    padding: 2px 8px;
}

div.pagination a:hover {
    color: #303030;
}

div.pagination a:active {
    color: #585858;
}

.pagination a.number {
    border: 1px solid #ddd;    
    
    /* CURVED CORNERS */
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pagination a.number:hover {
    border-color: #d0d0d0;
    
    /* DROP SHADOWS */
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}

.pagination a.number.current {
    color: #fff;
}

.pagination a.number.current:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination a.number.current:active {
    /* INNER SHADOWS */
    -moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 1px 1px rgba(255,255,255,0.3), inset 0px 1px 2px rgba(0,0,0,0.15);
}

/* BLUE PAGINATION STYLE */
.pagination.blue, .pagination.blue a {
    color: #4fa3e0;
}

.pagination.blue a.number.current {
    background-color: #4fa3e0;
    border-color: #4b9ec9 #2e7fb4 #206fa8;
    text-shadow: 0px 1px 1px #206fa8;
    
    background: -moz-linear-gradient(top,
        #b5dfef,
        #7fc3df 5%,
        #4fa3e0
    );
    background: -webkit-gradient(linear, left top, left bottom,
        from(#b5dfef),
        color-stop(0.05, #7fc3df),
        to(#4fa3e0)
    );
    
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#7fc3df', EndColorStr='#4fa3e0');
}

.pagination.blue a.number.current:hover {
    border-color: #4092c0 #1f68a1 #175e97;
    background-color: #3f91c0;

    background: -moz-linear-gradient(top,
        #aad9ec,
        #72bad9 5%,
        #3f91c0
    );
    background: -webkit-gradient(linear, left top, left bottom,
        from(#aad9ec),
        color-stop(0.05, #72bad9),
        to(#3f91c0)
    );
    
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#72bad9', EndColorStr='#3f91c0');
}

.pagination.blue a.number.current:active {
    border-color: #206fa8 #2e7fb4 #4b9ec9;
    text-shadow: 0px -1px 1px #1f68a1;
    
    background: -moz-linear-gradient(top,
        #3f91c0,
        #72bad9
    );
    background: -webkit-gradient(linear, left top, left bottom,
        from(#3f91c0),
        to(#72bad9)
    );
    
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#3f91c0', EndColorStr='#aad9ec');
}


/* WHITE PAGINATION STYLE */
.pagination.white, .pagination.white a {
    color: #606060; 
}

.pagination.white a.number.current {
    background-color: #e0e0e0;
    border-color: #ddd #d8d8d8 #c4c4c4;
    color: #606060;
    text-shadow: 0px 1px 0px #fff;
    
    background: -moz-linear-gradient(top,
        #fff,
        #f4f4f4 50%,
        #e0e0e0
    );
    background: -webkit-gradient(linear, left top, left bottom,
        from(#fff),
        color-stop(0.5, #f4f4f4),
        to(#e0e0e0)
    );
    
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f4f4', EndColorStr='#e0e0e0');
}

.pagination.white a.number.current:hover {
    background-color: #ebebeb;
    border-color: #dbdbdb #d4d4d4 #c0c0c0;
    
    background: -moz-linear-gradient(top,
        #fff,
        #f8f8f8 65%,
        #ebebeb
    );
    background: -webkit-gradient(linear, left top, left bottom,
        from(#fff),
        color-stop(0.65, #f8f8f8),
        to(#ebebeb)
    );
    
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f8f8f8', EndColorStr='#ebebeb');
}

.pagination.white a.number.current:active {
    border-color: #c0c0c0 #d4d4d4 #dbdbdb;
    text-shadow: 0px -1px 0px #fff;
    
    background: -moz-linear-gradient(top,
        #ebebeb,
        #f4f4f4 50%,
        #fff
    );
    background: -webkit-gradient(linear, left top, left bottom,
        from(#ebebeb),
        color-stop(0.5, #f4f4f4),
        to(#fff)
    );
    
    filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#f4f4f4', EndColorStr='#ffffff');
}