@CHARSET "UTF-8";

/*
 * common rules
 */

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clear {
	clear: both;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.hidden {
	display: none;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

img {
	border: medium none;
}

li {
	list-style: none outside none;
}

a {
   color: #6AB60B;
   text-decoration: none;
}

.ashtextcolor {
	color: #A4A6A5;
}

/*
 * common layout
 */
* {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
		Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

/*
 * main layout
 */
.innerContainer {
	width: 960px;
	margin: auto;
}

#bodyContainer {
	width: 100%;
}

#footerContainer,
#topContainer {
	background: none repeat scroll 0 0 #6AB60B;
	height: 35px;
//	width: 100%;
	padding: 5px 0 0 0;
	clear: both;
}

#topInnerContainer #systemsMenu .linkdata {
	color: #6AB60B;
	border-color: #6AB60B;
}

#topInnerContainer #systemsMenu .applinkdata {
	color: #0AA1B5;
	border-color: #0AA1B5;
}

#topInnerContainer #systemsMenu .idealinkdata {
	color: #CC6600;
	border-color: #CC6600;
}

#topInnerContainer #systemsMenu .citydata {
	color: #CD009E;
	border-color: #CD009E;
}

.circle {
	display:block;
	width:25px;
	height:25px;
	border-radius:50px;
	font-size:20px;
	color:#fff;
	line-height:100px;
	text-align:center;
	background:#FFFFFF;
	border: 2px;
	border-color: red;
	border-style: solid;
	border-width: 4px;
}

.systemMenuText {
	width: 135px;
	line-height: 35px;
}

.systemMenuItem {
	clear: both;
	margin-left: 10px;
	padding-bottom: 12px;
	padding-top: 10px;
}

#systemsMenu .menu-list-dialog {
	margin-top: 8px;
}
/**
 * top-bar style
 */

#topContainer {
	padding: 7px 20px 0 10px;
}

#topContainer .top-item a {
	color: #FFF;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 10px;
}

#topContainer .top-item a:HOVER {
	color: #EEE;
}

#topContainer img#portal {
	margin-top: -5px;
	float: left;
	border: 2px solid #FFF;
	width: 36px;
}

/*
 *  footer-bar styles
 */
#footerInnerContainer {
	height: 20px;
	padding: 10px 0 0;
	text-align: center;
}
#footerInnerContainer {
	color: #FFFFFF;
}

/*
 *  Common Header Styles
 */
.section_header {
  	clear: both;
	color: #6AB60B;
	letter-spacing: 0.1em;
	margin: 20px 0;
	padding: 5px 7px;
	border-bottom: 2px solid #6AB60B;
	font-size: 1.2em;
}


/*
 * common tab rules
 */
.pageTabContainer {
  border-bottom: 2px solid #6AB60B;
  margin: 20px 0 0;
}

ul.pageTab {
  font-size: 14px;
}

ul.pageTab li {
  cursor: pointer;
  display: inline-block;
//  margin-right: 3px;
  vertical-align: top;
}

ul.pageTab li a.selected {
	background-color: #FFFFFF;
	border-left: 2px solid #6AB60B;
	border-right: 2px solid #6AB60B;
	border-top: 2px solid #6AB60B;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #6AB60B;
	font-weight: bold;
	padding-bottom: 7px;
}

ul.pageTab li a {
	background-color: rgba(129, 187, 0, 0.3);
	border-left: 1px solid rgba(0, 0, 0, 0);
	border-right: 1px solid rgba(0, 0, 0, 0);
	border-top: 1px solid rgba(0, 0, 0, 0);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	color: #666666;
	display: inline-block;
	margin-bottom: -2px;
	padding: 8px 5px 6px;
	text-decoration: none;
}

ul.pageTab li a.zeroCount {
	background-color: #E9E9E9;
}

ul.pageTab li a.zeroCount.selected {
	background-color: #FFFFFF;
	color: #666666;
}

ul.pageTab li a .tabCount {
	background: none repeat scroll 0 0 #81bb00;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
  	border-radius: 3px;
	color: #fff;
	font-size: 0.8em;
	padding: 2px 3px;
	margin-left: -2px;
}

/*
 * new feed container styles
 */
#newsfeed {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  font-size: 12px;
}

.feed {
  border-bottom: 1px dotted #D3D3D3;
  font-size: 9pt;
  margin-bottom: 2px;
  padding: 3px 0;
}

#newsfeed a {
  font-size: 12px;
  font-weight: normal;
}

img.newsfeedusrimg {
  vertical-align: middle;
  width: 25px;
}

/*
 * css for application header
 */
#title {
    height: 60px;
    padding: 40px 0 20px;
}

#title a {
    display: block;
}

#title h3 {
    color: #555555;
    font-size: 1.3em;
}

#title h4 {
    color: #555555;
    font-size: 1.3em;
}

#title img.logo {
    float: left;
    margin-right: 10px;
    width: 300px;
}

/**
 * main menu style
 */
#menu {
    clear: both;
    height: 50px;
    margin-bottom: 10px;
    width: 960px;
}
#menu li {
    float: left;
}
#menu a {
    background: none repeat scroll 0 0 #DDDDDD;
    border: 1px solid #FFFFFF;
    color: #666666;
    display: table-cell;
    height: 50px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 190px;
}
#menu a div {
    font-size: 17px;
}
#menu a:hover, #menu .selected {
    background: none repeat scroll 0 0 #F26F18;
    color: #FFFFFF;
}

/**
 * language menu style
 */
#topContainer #languageSettingMenu {
	margin-right: 15px;
}

/**
 * common tag css
 */
/* .tagArea {
  margin-bottom: 10px;
} */

ul.tag {
  display: block;
}

.tag li {
  float: left;
  margin: 0 10px 5px 0;
  text-align: center;
}

.tag li .tagLink {
  background: none repeat scroll 0 0 #EFF6E6;
  border: 1px solid #6AB60B;
  border-radius: 5px;
  color: #6AB60B;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  height: 100%;
//  min-width: 70px;
  padding: 0 2px;
  width: 100%;
}

.tag li a.tagCityData, .tag li a.mapCityTag {
  background: none repeat scroll 0 0 #F0F0F0;
  border: 1px solid #666666;
  border-radius: 5px;
  color: #666666;
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  height: 100%;
//  min-width: 70px;
  padding: 0 2px;
  width: 100%;
}

.row:after {
  clear: both;
  content: "";
  display: block;
}

input[type="text"], textarea, select {
  border: 1px solid #AAAAAA;
}

#message div.content {
	font-size: 15pt;
    margin-bottom: 200px;
    margin-top: 200px;
}

.error {
	color: red;
}

#userContainer div {
	color: #FFFFFF;
	font-weight: bold;
//	margin-top: 2px;
}

#userContainer a.loginUserName, a.userLogout, a.userLogin {
	color: white;
}

#userContainer a.loginUserName {
//	margin-right: 85px;
}

#userContainer a.userLogout, a.userLogin {
	margin-right: 20px;
}

/*
 * tags related
 */
div.tagsinput span.tag {
  background: none repeat scroll 0 0 #EFF6E6;
  border: 1px solid #6AB60B;
  border-radius: 5px;
  color: #6AB60B;
  display: block;
  float: left;
  font-size: 12px;
  margin: 3px;
  padding: 2px 3px;
  text-decoration: none;
}

span.tag a {
	color: #6AB60B;
}

div.tagsinput {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #AAAAAA;
  overflow-y: auto;
}

div.tagsinput div {
  display: block;
  float: left;
}

element.style {
  color: #AAAAAA;
}

div.tagsinput input {
  padding: 10px 5px;
}

div.tagsinput input {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  color: #AAAAAA;
  font-family: helvetica;
  font-size: 13px;
  margin: 0;
  outline: 0 none;
  padding: 5px;
  width: 80px;
}
