/* seperate rounded parts */
.box{margin:0;border:0;padding:3px;float:left;}
.emptybox{margin:0;border:0;padding:0;float:left;}

/* rounded parts */
/* center */
.roundbox1, .roundbox2, .roundbox3 {margin:0;border:0;padding:0 5px;background-color:white;}
.roundbox1{width:207px;} /* 217 */
.roundbox2{width:430px;} /* 440 */
.roundbox3{width:653px;} /* 663 */

/* top bottom */
.rb1_top, .rb1_bottom, .rb1_top_fill, .rb1_bottom_fill {line-height:5px;font-size:5px;height:5px;width:217px;}
.rb2_top, .rb2_bottom, .rb2_top_fill, .rb2_bottom_fill {line-height:5px;font-size:5px;height:5px;width:440px;}
.rb3_top, .rb3_bottom, .rb3_top_fill, .rb3_bottom_fill {line-height:5px;font-size:5px;height:5px;width:663px;}
.rb1_bottom, .rb2_bottom, .rb3_bottom,
.rb1_bottom_fill, .rb2_bottom_fill, .rb3_bottom_fill {background-position:0 -5px;background-repeat:no-repeat;}

#orange .rb1_top, #orange .rb1_bottom {background-image:url(../../../../images/style_img/r/r1_white_orange.gif);}
#orange .rb2_top, #orange .rb2_bottom {background-image:url(../../../../images/style_img/r/r2_white_orange.gif);}
#orange .rb3_top, #orange .rb3_bottom {background-image:url(../../../../images/style_img/r/r3_white_orange.gif);}
#red .rb1_top, #red .rb1_bottom {background-image:url(../../../../images/style_img/r/r1_white_red.gif);}
#red .rb2_top, #red .rb2_bottom {background-image:url(../../../../images/style_img/r/r2_white_red.gif);}
#red .rb3_top, #red .rb3_bottom {background-image:url(../../../../images/style_img/r/r3_white_red.gif);}
#green .rb1_top, #green .rb1_bottom {background-image:url(../../../../images/style_img/r/r1_white_green.gif);}
#green .rb2_top, #green .rb2_bottom {background-image:url(../../../../images/style_img/r/r2_white_green.gif);}
#green .rb3_top, #green .rb3_bottom {background-image:url(../../../../images/style_img/r/r3_white_green.gif);}
#blue .rb1_top, #blue .rb1_bottom {background-image:url(../../../../images/style_img/r/r1_white_blue.gif);}
#blue .rb2_top, #blue .rb2_bottom {background-image:url(../../../../images/style_img/r/r2_white_blue.gif);}
#blue .rb3_top, #blue .rb3_bottom {background-image:url(../../../../images/style_img/r/r3_white_blue.gif);}

#orange .box_fill{background-color:#FF7800;}
#red .box_fill{background-color:#BD2243;}
#green .box_fill{background-color:#6B8910;}
#blue .box_fill{background-color:#337C96;}

#orange .rb1_top_fill, #orange .rb1_bottom_fill {background-image:url(../../../../images/style_img/r/r1_orange_orange.gif);}
#orange .rb2_top_fill, #orange .rb2_bottom_fill {background-image:url(../../../../images/style_img/r/r2_orange_orange.gif);}
#orange .rb3_top_fill, #orange .rb3_bottom_fill {background-image:url(../../../../images/style_img/r/r3_orange_orange.gif);}
#red .rb1_top_fill, #red .rb1_bottom_fill {background-image:url(../../../../images/style_img/r/r1_red_red.gif);}
#red .rb2_top_fill, #red .rb2_bottom_fill {background-image:url(../../../../images/style_img/r/r2_red_red.gif);}
#red .rb3_top_fill, #red .rb3_bottom_fill {background-image:url(../../../../images/style_img/r/r3_red_red.gif);}
#green .rb1_top_fill, #green .rb1_bottom_fill {background-image:url(../../../../images/style_img/r/r1_green_green.gif);}
#green .rb2_top_fill, #green .rb2_bottom_fill {background-image:url(../../../../images/style_img/r/r2_green_green.gif);}
#green .rb3_top_fill, #green .rb3_bottom_fill {background-image:url(../../../../images/style_img/r/r3_green_green.gif);}
#blue .rb1_top_fill, #blue .rb1_bottom_fill {background-image:url(../../../../images/style_img/r/r1_blue_blue.gif);}
#blue .rb2_top_fill, #blue .rb2_bottom_fill {background-image:url(../../../../images/style_img/r/r2_blue_blue.gif);}
#blue .rb3_top_fill, #blue .rb3_bottom_fill {background-image:url(../../../../images/style_img/r/r3_blue_blue.gif);}

/* roundtitle */
.roundtitle {display:block;height:22px;text-decoration:none;color:white;font-weight:bold;margin-bottom:5px;}
a.roundtitle:hover {text-decoration:none;color:white;cursor:pointer;cursor:hand;}

.r_l {width:5px;float:left;height:100%;margin-right:-5px;}
.r_c {margin:0 5px;height:100%;text-align:center;line-height:21px;text-transform:uppercase;}
.r_r {width:5px;float:right;height:100%;margin-left:-5px;}

.r_c a {color:#FFFFFF;text-decoration:none;}

/* roundbutton > roundbutton, rb_l, rb_c, rb_r */

/* WHITE - RED */
#red .r_default .r_c, .r_red .r_c {background-image:url(../../../../images/style_img/but/rounded_red_center.gif);}
#red .r_default .r_l, .r_red .r_l {background-image:url(../../../../images/style_img/but/rounded_red_left.gif);}
#red .r_default .r_r, .r_red .r_r {background-image:url(../../../../images/style_img/but/rounded_red_right.gif);}

/* WHITE - GREEN */
#green .r_default .r_c, .r_green .r_c {background-image:url(../../../../images/style_img/but/rounded_green_center.gif);}
#green .r_default .r_l, .r_green .r_l {background-image:url(../../../../images/style_img/but/rounded_green_left.gif);}
#green .r_default .r_r, .r_green .r_r {background-image:url(../../../../images/style_img/but/rounded_green_right.gif);}

/* WHITE - BLUE */
#blue .r_default .r_c, .r_blue .r_c {background-image:url(../../../../images/style_img/but/rounded_blue_center.gif);}
#blue .r_default .r_l, .r_blue .r_l {background-image:url(../../../../images/style_img/but/rounded_blue_left.gif);}
#blue .r_default .r_r, .r_blue .r_r {background-image:url(../../../../images/style_img/but/rounded_blue_right.gif);}

/* WHITE - ORANGE */
#orange .r_default .r_c, .r_orange .r_c {background-image:url(../../../../images/style_img/but/rounded_orange_center.gif);}
#orange .r_default .r_l, .r_orange .r_l {background-image:url(../../../../images/style_img/but/rounded_orange_left.gif);}
#orange .r_default .r_r, .r_orange .r_r {background-image:url(../../../../images/style_img/but/rounded_orange_right.gif);}

/* WHITE - GREY */
.r_grey .r_c {background-image:url(../../../../images/style_img/but/rounded_grey_center.gif);}
.r_grey .r_l {background-image:url(../../../../images/style_img/but/rounded_grey_left.gif);}
.r_grey .r_r {background-image:url(../../../../images/style_img/but/rounded_grey_right.gif);}

/*
  #orange .l_black_default .l_c, .l_black_orange .l_c {background-image:url(../../../../images/style_img/but/rounded_black_orange_center.gif);}
  #orange .l_black_default .l_l, .l_black_orange .l_l {background-image:url(../../../../images/style_img/but/rounded_black_orange_left.gif);}
  #orange .l_black_default .l_r, .l_black_orange .l_r {background-image:url(../../../../images/style_img/but/rounded_black_orange_right.gif);}
  
  #red .l_black_default .l_c, .l_black_red .l_c {background-image:url(../../../../images/style_img/but/rounded_black_red_center.gif);}
  #red .l_black_default .l_l, .l_black_red .l_l {background-image:url(../../../../images/style_img/but/rounded_black_red_left.gif);}
  #red .l_black_default .l_r, .l_black_red .l_r {background-image:url(../../../../images/style_img/but/rounded_black_red_right.gif);}
  
  #green .l_black_default .l_c, .l_black_green .l_c {background-image:url(../../../../images/style_img/but/rounded_black_green_center.gif);}
  #green .l_black_default .l_l, .l_black_green .l_l {background-image:url(../../../../images/style_img/but/rounded_black_green_left.gif);}
  #green .l_black_default .l_r, .l_black_green .l_r {background-image:url(../../../../images/style_img/but/rounded_black_green_right.gif);}
  
  #blue .l_black_default .l_c, .l_black_blue .l_c {background-image:url(../../../../images/style_img/but/rounded_black_blue_center.gif);}
  #blue .l_black_default .l_l, .l_black_blue .l_l {background-image:url(../../../../images/style_img/but/rounded_black_blue_left.gif);}
  #blue .l_black_default .l_r, .l_black_blue .l_r {background-image:url(../../../../images/style_img/but/rounded_black_blue_right.gif);}
*/

/*.roundbox1 p, .roundbox2 p, .roundbox3 p {margin:0;padding:0;border:0;padding:10px 0;}*/