.icon_sogood
{
    border-left-style: solid;
    border-left-width: 8px;
    border-left-color: #57B3FE;
    font-family: 微軟正黑體;
    font-size: 18px;
    font-weight: bold;
    color: #6C6C6C;
    padding-left: 10px;
}
.icon_category
{
    font-weight: bold;
    font-size: 14px;
    background-position: 0px 2px;
    background-image: url('../sogood/image/icon_Business card2.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    font-family: 微軟正黑體;
}
.icon_title
{
    background-position: 5px 0px;
    height: 15px;
    width: 50px;
    color: #112435;
    font-size: 1.5em;
    background-image: url('../image/icon16x16.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    font-weight: bolder;
    font-family: Arial;
}
.icon_map
{
    background-position: 5px 0px;
    font-size: 12px;
    background-image: url('../image/list.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    font-family: Arial;
}
.icon_map_helppage
{
    background-position: 5px 3px;
    color: #666666;
    font-size: 12px;
    background-image: url('../image/list.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    font-family: Arial;
}
.icon_list
{
    background-position: 5px 0px;
    height: 15px;
    background-image: url('/sogood/image/list.png');
    background-repeat: no-repeat;
    padding-left: 25px;
    font-family: Arial;
}
.icon_add
{
    background-position: 5px 0px;
    height: 15px;
    width: 50px;
    color: #112535;
    font-size: 12px;
    background-image: url('../admin/image/icon/add.png');
    background-repeat: no-repeat;
    padding-left: 25px;
}
.icon_coins
{
    background-position: 5px 0px;
    height: 15px;
    width: 50px;
    color: #112535;
    font-size: 12px;
    background-image: url('../admin/image/icon/coins.png');
    background-repeat: no-repeat;
    padding-left: 25px;
}
.icon_exit
{
    background-position: 5px 0px;
    height: 15px;
    width: 50px;
    color: #112535;
    font-size: 12px;
    background-image: url('../admin/image/icon/exit.png');
    background-repeat: no-repeat;
    padding-left: 25px;
}
.icon_letter
{
    background-position: 5px 14px;
    height: 40px;
    width: 100px;
    color: #112535;
    font-size: 15px;
    background-image: url('../admin/image/icon/send.png');
    background-repeat: no-repeat;
    padding-left: 38px;
    vertical-align: middle;
    padding-top: 25px;
    font-weight: bold;
}
.text_shadow
{
    text-shadow: 1px 1px 2px #999999;
}

.box_shadow_radius
{
    border-style: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px 10px 0px 0px;
    behavior: url(/css/PIE.htc);
    -moz-box-shadow: 0px 2px 2px #999999; /* Firefox */
    -webkit-box-shadow: 0px 2px 2px #999999; /* Safari and Chrome */
    box-shadow: 0px 2px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    position: relative;
    background-color: #000000;
}
.Preview
{
    border-style: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px 10px 0px 0px;
    behavior: url(/css/PIE.htc);
    position: relative;
    background-color: #333333;
    color: #FFFFFF;
    -moz-box-shadow: 0px -2px 2px #999999; /* Firefox */
    -webkit-box-shadow: 0px -2px 2px #999999; /* Safari and Chrome */
    box-shadow: 0px -2px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    line-height: 25px;
}
.Preview_title
{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    line-height: 38px;
    font-family: 微軟正黑體;
}
.box_shadow
{
    -moz-box-shadow: 0px 2px 2px #999999; /* Firefox */
    -webkit-box-shadow: 0px 2px 2px #999999; /* Safari and Chrome */
    box-shadow: 0px 2px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    position: relative;
}
.box_shadow_right
{
    -moz-box-shadow: 2px 0px 2px #999999; /* Firefox */
    -webkit-box-shadow: 2px 0px 2px #999999; /* Safari and Chrome */
    box-shadow: 2px 0px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(http://www.grassstudio.com.tw/css/PIE.htc);
    position: relative;
}
.image_shadow
{
    -moz-box-shadow: 2px 2px 2px #999999; /* Firefox */
    -webkit-box-shadow: 2px 2px 2px #999999; /* Safari and Chrome */
    box-shadow: 2px 2px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    behavior: url(/css/PIE.htc);
    position: relative;
}
.Category_Sort
{
    padding: 5px;
    border: 1px solid #CCCCCC;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    behavior: url(/css/PIE.htc);
    -moz-box-shadow: 0px 0px 2px #999999; /* Firefox */
    -webkit-box-shadow: 0px 0px 2px #999999; /* Safari and Chrome */
    box-shadow: 0px 0px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    background-color: #FFFFFF;
    color: #000000;
    position: relative;
}
.Category_Sort_hover
{
    background-color: #000000;
    color: #FF0080;
    position: relative;
}
/*活動詳細內容頁*/
.PreviewActivity
{
    border-style: none;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-radius: 10px 10px 0px 0px;
    behavior: url(/css/PIE.htc);
    position: relative;
    background-color: #FFFFFF;
    color: #FFFFFF;
    -moz-box-shadow: 0px -2px 2px #999999; /* Firefox */
    -webkit-box-shadow: 0px -2px 2px #999999; /* Safari and Chrome */
    box-shadow: 0px -2px 2px #999999; /* Opera 10.5+, future browsers and IE6+ using IE-CSS3 */
    line-height: 25px;
}
.Activity-name
{
    font-size: 19px;
    line-height: 17px;
    padding-bottom: 2px;
    font-weight: bold;
    color: #FF0080;
}
.list-item
{
    border-top: 1px dotted #C2C2C2;
    min-height: 139px;
    padding: 24px 0 10px 0;
    position: relative;
}
.Activity-image
{
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    transition: all 0.15s linear;
    -webkit-box-shadow: 1px 1px 2px 0 #C9C9C9;
    -moz-box-shadow: 1px 1px 2px 0 #c9c9c9;
    box-shadow: 1px 1px 2px 0 #C9C9C9;
    margin: 4px 25px 0 0;
    width: 100px;
    overflow: hidden;
    float: left;
}
.Activity-info-wrap
{
    padding: 2px 48px 0 0;
    width: 386px;
    float: left;
}
.Activity-description
{
    padding-top: 4px;
    font-size: 12px;
    line-height: 17px;
    color: #666666;
}
.Activity-projects-wrap-4
{
    border-radius: 4px;
    background: white;
    border: 1px solid #E3E3E3;
    height: 100px;
    min-width: 361px;
    padding: 4px;
    position: relative;
    text-decoration: none;
    width: 361px;
    float: left;
    color: #666666;
}
.project-cover-wrap
{
    float: left;
    height: 100px;
    margin-left: 3px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.icon_news
{
    background-position: 0px 0px;
    font-size: 24px;
    height: 20px;
    width: 72px;
    color: #666666;
    background-image: url('/image/6994966-latest-news-icon.png');
    background-repeat: no-repeat;
    padding-left: 40px;
    font-family: 微軟正黑體;
}
.icon_delete
{
    height: 22px;
    background-position: 0px 0px;   
    background-image: url('/image/6994966-latest-news-icon.png');
    background-repeat: no-repeat;
    padding-left: 15px;
}

