html,body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

body{
	background:url('/Polaris_2nd/img/bg/bg3_1920_1152.jpg') center;
}

#bg_space {
	left:0;
	top:0;
	margin:0;
	padding:0;
	position:fixed;
	/*position:absolute;*/
	width:100%;
	height:100%;
	display:none;
	z-index:1;
	background:transparent center;
}

#bg_space2 {
	left:0;
	top:0;
	margin:0;
	padding:0;
	position:fixed;
	/*position:absolute;*/
	width:100%;
	height:100%;
	display:none;
	z-index:0;
	background:transparent center;
}

#Container {
	top:0;
	left:0;
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	background:transparent;
	position:fixed;
	z-index:2;
	zoom:1;
}

#Top_Menu {
	margin:0;
	padding:0;
	background:url('/Polaris_2nd/img/bar/Bar_Top.png') repeat-x;
	height:71px;
	width:100%;
	/*position:fixed;*/
	position:absolute;
	z-index:6;
}

#Bottom_Menu {
	margin:0;
	padding:0;
	background:url('/Polaris_2nd/img/bar/Bar_Bottom.png') repeat-x;
	bottom:0;
	height:30px;
	width:100%;
	/*position:fixed;*/
	position:absolute;
	z-index:5;
}

#Login_Button {
	position:aboslute;
	left:0;
	margin:0;
	padding:0;
	width:171px;
	height:30px;
	background:url('/Polaris_2nd/img/icon/Login_Normal.png') no-repeat;
	cursor: pointer;
}

#Login_Button:active {
	background:url('/Polaris_2nd/img/icon/Login_Over.png') no-repeat;
}

#Chat_Button {
	margin:0;
	padding:0;
	width:170px;
	height:30px;
	position:absolute;
	right:0;
	cursor:pointer;
	background:url('/Polaris_2nd/img/icon/Chat_Normal.png') no-repeat;
}

#Chat_Button:active {
	background:url('/Polaris_2nd/img/icon/Chat_Over.png') no-repeat;
}

#Login_Form {
	margin:0;
	padding:0;
	bottom:30px;
	left:0;
	background-color:#fff;
	/*position:fixed;*/
	position:absolute;
	z-index:99;
	display:none;
}

.Side_Menu {
	margin:0;
	padding:0;
	position:absolute;
	height:100%;
	z-index:3;
	overflow:hidden;
}

#Left_Menu {
	background:url('/Polaris_2nd/img/bar/Bar_Left.png') repeat-y transparent;
	width:171px;
	left:-30px;
}

#Right_Menu {
	right:-30px;
	background:url('/Polaris_2nd/img/bar/Bar_Right.png') repeat-y transparent;
	width:171px;
}


.Side_Menu .Content {
	width:100%;
	height:100%;
	margin-top:81px;
	margin-bottom:81px;
}

.Side_Menu .Content a {
	color:#ffffff;
	text-decoration:none;
}

.Content ul{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	list-style-type:none;
	font-size:16px;
	color:#ffffff;
}

.Side_Menu .Content li{
	margin:0;
	padding:0;
	margin-top:4px;
	margin-bottom:9px;
}

#Left_Menu .Content ul{
	margin-left:30px;
	text-align:left;
}

#Right_Menu .Content ul{
	margin-right:30px;
	text-align:left;
}

.Basic_Logo {
	margin:0;
	padding:0;
	height:100%;
	/*width:171px;*/
	overflow:hidden;
	cursor:pointer;
}

#Polaris_Logo {
	margin-left:-7px;
	width:147px;
	float:left;
}

#UML_Logo {
	margin-right:-5px;
	width:165px;
	float:right;
}

#Top_Menu_List {
	position:absolute;
	left:140px;
	top:10px;
	margin:0;
	padding:0;
	overflow:hidden;
}

#Top_Menu_List ul {
	margin:0;
	padding:0;
	margin-bottom:2px;
	width:100%;
	height:100%;
	list-style-type:none;
	font-size:16px;
	color:#ffffff;
}

#Top_Menu_List li {
	line-height: 70px;
	vertical-align: middle;
	margin:0;
	margin-right:4px;
	padding:0;
	float:left;
	cursor:pointer;
}

#Top_Menu_List a {
	color:#ffffff;
	text-decoration:none;
}

#Top_Menu_List li:after {
	content: " ";
	margin-left: -0.2em;
	white-space: pre;
}


div .BaseWindow {
	/*position:fixed;*/
	position:absolute;
	margin:0;
	padding:0;
	z-index:7;
	background:#fff;
	overflow:hidden;
}

.BaseWindow .Content{
	background-color:#fff;
	overflow: hidden;
	width:100%;
	height:100%;
}

.BaseWindow iframe {
	position:absolute;
	margin:0;
	left:5px;
	top:21px;
	/*margin-left:5px;
	margin-bottom:0;*/
	padding:0;
	border:0;
	outline: 0;
}

.BaseWindow embed {
	position:absolute;
	margin:0;
	left:5px;
	top:21px;
	padding:0;
	border:0;
	outline:0;
}

.BaseWindow object {
	position:absolute;
	margin:0;
	left:5px;
	top:21px;
	padding:0;
	border:0;
	outline:0;
}

#MainWindow {
	position:absolute;
	top:100px;
	left:200px;
	width:400px;
	height:300px;
	z-index:9;
}

#SubWindow {
	position:absolute;
	width:400px;
	height:300px;
	z-index:8;
	display:none;
}

.dragger {
	position:absolute;
	top:6px;
	left:0;
	width: 100%;
	cursor: move;
	z-index:99;
	height:15px;
}

.ui-resizable-handle { position: absolute; display: none; font-size: 0.1px; }
.ui-resizable .ui-resizable-handle { display: block; }
body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */

.ui-resizable-n { cursor: n-resize; height: 21px; width: 100%; top: 0px; left: 0px; background: transparent url(/Polaris_2nd/img/bar_win/Win_Top.gif) repeat-x top; }
.ui-resizable-s { cursor: s-resize; height: 9px; width: 100%; bottom: 0px; left: 0px; background: transparent url(/Polaris_2nd/img/bar_win/Win_Bottom.gif) repeat-x bottom; }

.ui-resizable-e { cursor: e-resize; width: 4px; right: 0px; top: 0px; height: 100%; background: transparent url(/Polaris_2nd/img/bar_win/Win_Left.gif) right repeat-y; }
.ui-resizable-w { cursor: w-resize; width: 5px; left: 0px; top: 0px; height: 100%; background: transparent url(/Polaris_2nd/img/bar_win/Win_Right.gif) right repeat-y; }

.ui-resizable-se { cursor: se-resize; width: 4px; height: 9px; right: 0px; bottom: 0px; background: transparent url(/Polaris_2nd/img/bar_win/Win_Bottom_Right.gif) no-repeat bottom right;}
.ui-resizable-sw { cursor: sw-resize; width: 5px; height: 9px; left: 0px; bottom: 0px; background: transparent url(/Polaris_2nd/img/bar_win/Win_Bottom_Left.gif) no-repeat bottom left;}
.ui-resizable-nw { cursor: nw-resize; width: 5px; height: 21px; left: 0px; top: 0px; background: transparent url(/Polaris_2nd/img/bar_win/Win_Top_Left.gif) no-repeat top left;}
.ui-resizable-ne { cursor: ne-resize; z-index:33; width: 4px; height: 21px; right: 0px; top: 0px; background: transparent url(/Polaris_2nd/img/bar_win/Win_Top_Right.gif) no-repeat top right;}
