﻿BODY { margin: 0px; font-family: arial, verdana; font-size: 12px; color: #636363; line-height: 150%; background: url('/images/background.png') repeat-x 0% 0% ;}
IMG { border: 0px; }
P { margin: 10px 0px; }

A, A:visited { color: #00AEEF; text-decoration: none; letter-spacing: 0px; }
A:hover { color: #E04242; text-decoration: underline; }

H1
{
	font-size: 24px;
	font-weight: normal;
	color: #898989;
	line-height: 120%;
	margin: 0px;
}
H2
{
	font-size: 18px;
	font-weight: normal;
	color: #636363;
	line-height: 100%;
	margin: 0px;
}
H3
{
	font-size: 18px;
	font-weight: normal;
	padding-left: 10px;
	margin: 30px 0px 0px 0px;
	background: transparent url('/images/bullet_blue.gif') no-repeat 0px 3px;
}
H4 { font-size: 13px; }

SUP { font-size: 10px; }
H1 SUP { font-size: 15px; }



/*#######################################################################

								LAYOUTS

#######################################################################*/
#box-top, #box-menu, #box-body, #box-bottom { width: 960px; margin-left: auto; margin-right: auto; clear: both; }

#box-top { margin-top: 45px; margin-bottom: 35px; height: 38px; }
#box-menu { width: 960px; height: 50px; overflow: hidden; }
#box-body {}

#box-body #panel-left { width: 560px; float: left; }
#box-body #panel-right { width: 370px; float: right; }
#box-body P { margin: 10px 12px; }


#breadcrumbs { margin: 20px 0px 10px 0px; }



/* CONTENT VIEW */
#panel-contents-all { width: 100%; }
#panel-contents { width: 630px; float: left; }
#panel-navi { width: 300px; float: right; }



#contact_bar { margin: 50px 0px; }

#copyright { float: left; }
#menulinks, #familysites { float: right; text-align: right; }
#familysites { clear: right; width: 310px; margin-top: 20px; text-align: right; }




/*#######################################################################

								CLASSES

#######################################################################*/
.clr { clear: both; }
.panel-left { float: left; }
.panel-right { float: right; }

.links { color: #CCC; letter-spacing: 4px; }
.buttons { text-align: right; }


.align-right { float: right; }
.align-left { float: left; }


/* TEXT */
.txt-blue { color: #00AEEF; }
.txt-red { color: #E04242; }
.txt-green { color: #A8C500; }
.txt-gray { color: #999; }
.txt-black { color: #333; }

.txt-align-right { text-align: right; }

.bold { font-weight: bold; }



/* HYPERLINKS */
A.link-gray, A.link-gray:visited { color: #999; }
A.link-gray:hover { color: #33B0FF; }




/* BUTTONS */
.btn-green-m
{
	width: 140px;
	height: 25px;
	border: 0px;
	font-size: 12px;
	color: #FFF;
	cursor: pointer;
	background: url('/images/buttons/green_m.gif') no-repeat;
}



/* HYPERLINK WITH FILE ICONS */
.attachment A.icon-pdf { background: url('/images/icons/icon_files.gif') no-repeat 0% 0px; padding-left: 25px; padding-top: 1px; }
.attachment A.icon-doc { background: url('/images/icons/icon_files.gif') no-repeat 0% -20px; padding-left: 25px; padding-top: 1px; }
.attachment A.icon-xls { background: url('/images/icons/icon_files.gif') no-repeat 0% -40px; padding-left: 25px; padding-top: 1px; }
.attachment A.icon-ppt { background: url('/images/icons/icon_files.gif') no-repeat 0% -60px; padding-left: 25px; padding-top: 1px; }
.attachment A.icon-img { background: url('/images/icons/icon_files.gif') no-repeat 0% -80px; padding-left: 25px; padding-top: 1px; }



/* GRAY GRADIENT BUTTON */
A.button { color: #999; background: #FFF url('/images/buttons/gray_bg.gif') repeat-x 0% 100%; border: 1px solid #DDD; padding: 2px 10px; line-height: 200%; }
A.button *, A.button:visited * { font-size: 12px; color: #999; }
A.button:hover { color: #E04242; text-decoration: none; }
A.button:hover * { color: #E04242; }
/* DOWN ARROW */
A.button SPAN.down, A.button:visited SPAN.down { padding-right: 15px; background: url('/images/icons/icon_arrows.gif') no-repeat 100% -2px; }
/* RIGHT ARROW */
A.button SPAN.right, A.button:visited SPAN.right { padding-right: 15px; background: url('/images/icons/icon_arrows.gif') no-repeat 100% -20px; }
/* LEFT ARROW */
A.button SPAN.left, A.button:visited SPAN.left { padding-left: 15px; background: url('/images/icons/icon_arrows.gif') no-repeat 0% -38px; }

A.button.on { background: url('/images/buttons/gray_bg_on.gif') repeat-x 0% 50%; border: 1px solid #0080B0; font-weight: bold; color: #FFF; }



/* TABLE */
TABLE.naked-bee { border-collapse: collapse; }
TABLE.naked-bee TBODY TR { background-color: #F6F6F6; }
TABLE.naked-bee TBODY TR.even { background-color: #EBEBEB; }
TABLE.naked-bee TBODY TR TD{ padding: 3px 5px; vertical-align:top; }
TABLE.naked-bee TBODY TR TH{ padding: 3px 5px; vertical-align:top; }

TABLE.form { width: 100%; }
TABLE.form TBODY TR TH { text-align: right; padding-right: 10px; width: 130px; }
TABLE.form TBODY TR.buttons TD { padding-top: 20px; text-align: left; }
TABLE.form INPUT { vertical-align: middle; }
TABLE.form INPUT.inp_text { width: 450px; padding: 5px; }
TABLE.form INPUT.inp_text_m { width: 300px; padding: 5px; }
TABLE.form INPUT.inp_text_s { width: 250px; padding: 5px; }
TABLE.form INPUT.inp_text_xs { width: 150px; padding: 5px; }
TABLE.form TEXTAREA { width: 450px; height: 100px; padding: 5px; }
TABLE.form INPUT.inp_submit { padding: 3px 10px; border: 1px solid #00AEEF; color: #FFF; font-weight: bold; background: #00AEEF url('/images/buttons/gray_bg_on.gif') repeat-x 0% 50%;}
TABLE.form TFOOT TR TD { padding-top: 20px; }



/* LIST */
UL.checked { list-style-position: outside; list-style-type: none; margin-left: 20px; font-weight: bold; padding: 0px; }
UL.checked LI { line-height: 200%; background: url('/images/bullet_check.png') no-repeat 0% 6px; padding-left: 22px; }

UL.decimal { padding: 0px; list-style-type: decimal; }


/* PICTURE COMMENT */
.pic-comment
{ text-align: right; color: #999;}



/* ERROR MESSAGE */
UL.validation-summary-errors
{
    border: 1px solid #dddaaa;
    background-color: #fffde6;
    width: 588px;
    margin: 20px 0px;
    padding: 10px 20px;
    
    list-style-type: none;
    font-size: 13px;
    color: #E04242;
    line-height: 140%;
}







/*#######################################################################

								OBJECTS

#######################################################################*/
/* LOGO */
#logo { float: left; }


/* SMALL MENU */
#smenu { float: right; }
.gray A, .gray A:visited { color: #999; }
.gray A:hover { color: #E04242; }




/* MENU */
UL#menu { margin: 0px; padding: 0px; list-style-type: none; }
UL#menu A { text-decoration: none; }
UL#menu LI.left { float: left; width: 10px; height: 50px; background: url('/images/black/menu_corner.gif') no-repeat; }
UL#menu LI.right { float: left; width: 10px; height: 50px; background: url('/images/black/menu_corner.gif') no-repeat 100% 0%; }
UL#menu LI.menu
{
    float: left;
	width: 187px;

	border-right: 1px solid #303030;
	background: url('/images/black/menu_bg.gif') repeat-x;
	cursor: default;
}
UL#menu LI.menu.last { width: 188px; border: 0px; }

UL#menu LI.menu.on { background: url('/images/black/menu_bg_on.gif') repeat-x; }
UL#menu LI.menu.hover { background: url('/images/black/menu_bg_on.gif') repeat-x; }

UL#menu LI.menu SPAN { cursor: pointer; display: block; clear: both; }
UL#menu LI.menu SPAN.parent
{
    width: 187px;
    height: 50px;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    text-align: center;
    line-height: 50px;
    
    font-size: 16px;
	color: #FFF;
}
UL#menu LI.menu SPAN.parent.none { cursor: default; }

UL#menu LI.menu UL
{
    width: 375px;
    display: none;
    position: absolute;
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    background: #007DAC url('/images/black/menu_sub_bg.gif') repeat-x 0% 0%;
}

UL#menu LI.menu.last DIV { position: fixed; background-color: #C00; width: 188px; }
UL#menu LI.menu.last DIV UL { position: relative; left: -187px; }

UL#menu LI.menu UL LI A { display: block; width: 100%; height: 50px; margin: 0px; padding: 0px; background: url('/images/black/menu_divider.png') repeat-x 0% 100%; }
UL#menu LI.menu UL LI A SPAN
{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    text-indent: 20px;
    
    font-size: 14px;
	letter-spacing: 0.02em;
    color: #DFF6FF;
    
    cursor: pointer;
}
UL#menu LI.menu UL LI A:hover SPAN
{
    color: #FFF;
	background: url('/images/black/menu_hover.png') repeat;
}
UL#menu LI.menu UL LI.last A
{
    background: transparent;
}
UL#menu LI.menu UL LI.viewall A
{
    background: transparent;
	background-color: #004D69;
	font-size: 12px;
	height: 30px;
}
UL#menu LI.menu UL LI.viewall A SPAN
{
    line-height: 30px;
    font-size: 12px;
    letter-spacing: 0em;
}



/* INDEX - MAIN IMAGE */
#main-image { width: 960px; overflow: hidden; background: url('/images/mainimg01.jpg') no-repeat; }
#main-image #flash { width: 960px; height: 290px; overflow: hidden; }
#main-image .shadow { border-top: 1px solid #FFF; width: 100%; height: 27px; background: url('/images/mainimg-shadow.png') repeat-x; }


/* INDEX - PRODUCTS */
#products-list { margin-top: 30px; }
#products-list UL { margin: 0px; padding: 0px; list-style-type: none; }
#products-list UL LI { height: 80px; overflow: hidden; background-color: #F6F6F6; padding: 10px; clear: both; }
#products-list UL LI.even { background-color: #EBEBEB; }
#products-list UL LI IMG {  }
#products-list UL LI H4 { position: relative; top: -103px; left: 135px; color: #333; }
#products-list UL LI H4 A { color: #333; }
#products-list UL LI H4 A:hover { color: #E04242; }
#products-list UL LI P { position: relative; width: 400px; top: -115px; left: 135px; margin: 0px; }



/* INDEX - NEWS & ANNOUNCEMENTS */
#news-announcements UL { margin: 10px 15px 0px 15px; padding: 0px; list-style-type: square; color: #00AEEF; }
#news-announcements UL LI SPAN { color: #636363; }
#news-announcements UL LI SPAN.date { font-family: tahoma; color: #636363; }
#news-announcements UL LI A, #news-announcements UL LI A:visited { color: #636363; }
#news-announcements UL LI A:hover { color: #E04242; }



/* ABOUT US - BUSINESS UNITS */
#businessunits H3 { background: none; padding-left: 0px; }
#businessunits.content P { text-indent: 0px; }



/* SOLUTIONS */
UL#solutions
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
UL#solutions LI { clear: both; }
UL#solutions LI H4 { background-color: #F6F6F6; padding: 5px 10px; border-bottom: 1px solid #EBEBEB; margin: 20px 0px 10px 0px; }
UL#solutions LI IMG { float: left; margin-right: 20px; }
UL#solutions LI P { text-indent: 0px; }


/* COPYRIGHT */
#copyright { color: #959595; }




/* BREADCRUMBS */
#breadcrumbs { font-size: 10px; color: #DDD; letter-spacing: 0.3em; padding-left: 20px; background: url('/images/bullet_square_gray.gif') no-repeat 0% 50%; line-height: 100%; }
#breadcrumbs SPAN { letter-spacing: 0.3em; font-weight: bold; }
#breadcrumbs .item { letter-spacing: 0.01em; color: #CCC; }
#breadcrumbs .item:hover { color: #E04242; }
#breadcrumbs .current-item { letter-spacing: 0.01em; color: #A8C500; }


/* NAVIGATION */
#navigation {  }
#navigation .title { background-color: #C5C5C5; padding: 15px 20px; font-size: 14px; color: #555; font-weight: bold; }
#navigation UL
{
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background: #ACACAC url('/images/navi_bg.jpg') no-repeat 100% 100%;
}
#navigation UL LI { background: url('/images/black/menu_divider.png') repeat-x 0% 0%; }
#navigation UL LI A { width: 100%; text-decoration: none; display: block; text-indent: 20px; }
#navigation UL LI A SPAN { color: #FFF; width: 100%; height: 50px; line-height: 50px; }
#navigation UL LI A:hover SPAN { color: #555; }
#navigation UL LI.first { background: url('/images/black/menu_shadow.png') repeat-x 0% 0%; }







/* CONTENT */
#panel-contents-all .title, #panel-contents .title
{
	margin-top: 17px;
	margin-bottom: 5px;
	border-bottom: 2px solid #DDD;
	padding-bottom: 5px;
	letter-spacing: 0.05em;
}
#panel-contents .title2
{
	margin-top: 17px;
	margin-bottom: 5px;
	letter-spacing: 0.05em;
}

#trackback
{
    width: 100%;
	text-align: right;
	color: #BBB;
	font-size: 11px;
}
#pageurl { margin-right: 5px; float: right; line-height: 200%; }
#pageshare { float: right; }

#panel-contents .attachment { margin-top: 20px; }

#panel-contents .content
{
	margin-top: 40px;
	font-size: 12px;
}
#panel-contents .content H2 { padding-bottom: 10px; }
#panel-contents .content P { margin-left: 0px; }
#panel-contents .content P.noindent { margin-left: 0px; text-indent: 0px; }
#panel-contents .content IMG.align-right { margin-left: 15px; }
#panel-contents .content B { color: #333; }
#panel-contents .content UL { margin-top: 0px; }

#panel-contents .indent P { margin-left: 0px; text-indent: 15px; }


#panel-contents .faq H4 { margin-top: 20px; margin-bottom: 5px; }
#panel-contents .faq P { margin-bottom: 0px; }
#panel-contents .faq UL.faq-list { list-style-type: decimal; list-style-position: outside; background-color: #F6F6F6; margin: 0px 0px 40px 0px; padding: 10px 20px 20px 50px; }
#panel-contents .faq UL.faq-list LI { margin-top: 10px; }


#panel-contents .status { color: #ACACAC; margin-top: 30px; margin-bottom: 10px; }







/* ABOUT US - COMPANY OVERVIEW */
TABLE#history { width: 100%; }
TABLE#history TBODY TH { width: 80px; padding: 10px; }
TABLE#history TBODY TD { padding: 10px; }

/* ABOUT US - CONTACT US */
#umsinetworks { margin-right: 20px; }





/* BOARD */
#board-list .list-top { text-align: right; margin-bottom: 5px; }
#board-list .list-controls { text-align: right; margin-top: 5px; }
#board-list TABLE.list-table { border-collapse: collapse; border-top: 2px solid #AAA; border-bottom: 2px solid #AAA; width: 100%; }
#board-list TABLE.list-table TBODY TR TD { border-top: 1px solid #DDD; border-bottom: 1px solid #DDD; padding: 10px 0px; }
#board-list TABLE.list-table TBODY TR TD.attachment { width: 30px; text-align: center; }
#board-list TABLE.list-table TBODY TR TD.date { width: 70px; text-align: right; }

#board-list TABLE.list-table TBODY TR TD.attachment A:hover { text-decoration: none; }
.attachments
{
    line-height: 160%;
    padding: 10px;
    background: #F3F3F3;
}
.attachments * { padding: 1px 5px 2px 25px; }
.attachments .pdf {  background: url('/images/icons/icon_files.gif') no-repeat 0px 1px; width: 30px; height: 30px; overflow: hidden; }
.attachments .doc, .attachments .docx { background: url('/images/icons/icon_files.gif') no-repeat 0px -19px; width: 30px; height: 30px; overflow: hidden; }
.attachments .xls, .attachments .xlsx { background: url('/images/icons/icon_files.gif') no-repeat 0px -39px; width: 30px; height: 30px; overflow: hidden; }
.attachments .ppt, .attachments .pptx { background: url('/images/icons/icon_files.gif') no-repeat 0px -59px; width: 30px; height: 30px; overflow: hidden; }
.attachments .png, .attachments .jpg, .attachments .gif, .attachments .bmp,
.attachments .PNG, .attachments .JPG, .attachments .GIF, .attachments .BMP
{ background: url('/images/icons/icon_files.gif') no-repeat 0px -79px; width: 30px; height: 30px; overflow: hidden; }


.panel-controls
{
    border-top: 2px solid #DDD;
    text-align: right;
    padding-top: 5px;
}

.controls { margin-top: 5px; }
/* PAGING */
/*
.paging A { border: 1px solid #00AEEF; padding: 3px 7px; line-height: 200%; }
.paging A:hover { border: 1px solid #E04242; color: #E04242; text-decoration: none; background-color: #FFF; }
.paging SPAN.currentpage { border: 1px solid #00AEEF; padding: 3px 7px; line-height: 200%; background-color: #00AEEF; color: #FFF; }
*/
.paging * {  padding: 2px 10px; line-height: 200%; }
.paging A { color: #999; background: #FFF url('/images/buttons/gray_bg.gif') repeat-x 0% 100%; border: 1px solid #DDD; }
.paging A:hover { color: #00AEEF; background: #FFF url('/images/buttons/gray_bg.gif') repeat-x 0% 100%; border: 1px solid #00AEEF; text-decoration: none; }
.paging SPAN { color: #FFF; background: url('/images/buttons/gray_bg_on.gif') repeat-x 0% 50%; border: 1px solid #00AEEF; }




/* SHARING */
#sharing
{
	position: absolute;
	display: none;
}
#sharing UL
{
    position: relative;
    overflow: hidden;
    width: 90px;
	border: 1px solid #DDD;
	background: #F6F6F6 url('/images/black/menu_shadow.png') repeat-x 0% 0%;
	list-style-type: none;
	text-align: left;
	padding: 15px 20px;
	margin: 0px;
	cursor: pointer;
	left: -63px;
}
#sharing UL LI { padding: 0px 0px 0px 25px; margin-bottom: 5px; line-height: 140%; }
#sharing UL LI:hover { color: #00AEEF; text-decoration: underline; }
#sharing UL LI.twitter { background: url('/images/icons/share-sites.gif') no-repeat 0% 0px; }
#sharing UL LI.facebook { background: url('/images/icons/share-sites.gif') no-repeat 0% -16px; }
#sharing UL LI.linkedin { background: url('/images/icons/share-sites.gif') no-repeat 0% -32px; }




/* GOOGLE MAP IFRAME */
#panel-map
{
    width: 630px;
    height: 350px;
    background: #EEE;
}
#iframe_map
{
	width: 630px;
	height: 350px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.iframe-reload
{
	text-align: right;
}

.pin-description { margin-bottom: 10px; color: #999; }
.pin-description IMG { margin-right: 10px; }

.showroomnetwork-list { clear: both; }
.showroomnetwork-list .office
{
    width: 190px;
    float: left;
    margin-top: 10px;
    padding: 10px;
}
.showroomnetwork-list .office:hover
{
    background-color: #EEE;
}
.showroomnetwork-list .office.on
{
    background: #EFF5D0 url('/images/icons/pin.png') no-repeat 95% 10%;
}

.showroomnetwork-list .office .office-name { font-weight: bold; color: #333;  }
#showroomnetwork-umsi .office { cursor: pointer; }


#ddlNetwork OPTION.title { font-weight: bold; border: 0px; margin: 0px; padding: 0px; }

#ddlNetwork OPTION.umsi { color: #E04242; }
#ddlNetwork OPTION.upsolution { color: #00AEEF; }

#ddlNetwork OPTION.title.umsi { color: #FFF; background-color: #E04242; }
#ddlNetwork OPTION.title.upsolution { color: #FFF; background-color: #00AEEF; }